Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Side by Side Diff: .gitignore

Issue 1766643002: Roll chromium_revision ee31124..508edd3 (378158:379249) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added mojo symlink as workaround Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.DS_Store 1 *.DS_Store
2 *.Makefile 2 *.Makefile
3 *.host.mk 3 *.host.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.scons 9 *.scons
10 *.sdf 10 *.sdf
(...skipping 29 matching lines...) Expand all
40 /build 40 /build
41 /buildtools 41 /buildtools
42 /chromium/.gclient.tmp 42 /chromium/.gclient.tmp
43 /chromium/.gclient.tmp_entries 43 /chromium/.gclient.tmp_entries
44 /chromium/.last_sync_chromium 44 /chromium/.last_sync_chromium
45 /chromium/_bad_scm 45 /chromium/_bad_scm
46 /chromium/src 46 /chromium/src
47 /gyp-mac-tool 47 /gyp-mac-tool
48 /links 48 /links
49 /links.db 49 /links.db
50 /mojo
50 /out 51 /out
51 /resources/**/*.aecdump 52 /resources/**/*.aecdump
52 /resources/**/*.bin 53 /resources/**/*.bin
53 /resources/**/*.byte 54 /resources/**/*.byte
54 /resources/**/*.chn 55 /resources/**/*.chn
55 /resources/**/*.dat 56 /resources/**/*.dat
56 /resources/**/*.frames 57 /resources/**/*.frames
57 /resources/**/*.gai 58 /resources/**/*.gai
58 /resources/**/*.jpg 59 /resources/**/*.jpg
59 /resources/**/*.pcap 60 /resources/**/*.pcap
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 /third_party/junit 97 /third_party/junit
97 /third_party/junit-jar 98 /third_party/junit-jar
98 /third_party/libc++ 99 /third_party/libc++
99 /third_party/libc++-static 100 /third_party/libc++-static
100 /third_party/libc++abi 101 /third_party/libc++abi
101 /third_party/libevent 102 /third_party/libevent
102 /third_party/libjingle 103 /third_party/libjingle
103 /third_party/libjpeg 104 /third_party/libjpeg
104 /third_party/libjpeg_turbo 105 /third_party/libjpeg_turbo
105 /third_party/libsrtp 106 /third_party/libsrtp
106 /third_party/libvpx_new 107 /third_party/libvpx
107 /third_party/libxml 108 /third_party/libxml
108 /third_party/libudev 109 /third_party/libudev
109 /third_party/libyuv 110 /third_party/libyuv
110 /third_party/llvm 111 /third_party/llvm
111 /third_party/llvm-build 112 /third_party/llvm-build
112 /third_party/lss 113 /third_party/lss
113 /third_party/mockito 114 /third_party/mockito
114 /third_party/modp_b64 115 /third_party/modp_b64
115 /third_party/nss 116 /third_party/nss
116 /third_party/oauth2 117 /third_party/oauth2
(...skipping 30 matching lines...) Expand all
147 /tools/swarming_client 148 /tools/swarming_client
148 /tools/telemetry 149 /tools/telemetry
149 /tools/tsan_suppressions 150 /tools/tsan_suppressions
150 /tools/valgrind 151 /tools/valgrind
151 /tools/vim 152 /tools/vim
152 /tools/win 153 /tools/win
153 /tools/xdisplaycheck 154 /tools/xdisplaycheck
154 /tools/whitespace.txt 155 /tools/whitespace.txt
155 /x86-generic_out/ 156 /x86-generic_out/
156 /xcodebuild 157 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698