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

Side by Side Diff: .gitignore

Issue 1355083002: Roll chromium_revision 310ea93..8cf53d6 (349094:351112) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update to 8cf53d6 (#351112) Created 5 years, 2 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 /third_party/jsr-305 104 /third_party/jsr-305
105 /third_party/junit 105 /third_party/junit
106 /third_party/junit-jar 106 /third_party/junit-jar
107 /third_party/libc++ 107 /third_party/libc++
108 /third_party/libc++abi 108 /third_party/libc++abi
109 /third_party/libevent 109 /third_party/libevent
110 /third_party/libjingle 110 /third_party/libjingle
111 /third_party/libjpeg 111 /third_party/libjpeg
112 /third_party/libjpeg_turbo 112 /third_party/libjpeg_turbo
113 /third_party/libsrtp 113 /third_party/libsrtp
114 /third_party/libvpx 114 /third_party/libvpx_new
115 /third_party/libxml 115 /third_party/libxml
116 /third_party/libudev 116 /third_party/libudev
117 /third_party/libyuv 117 /third_party/libyuv
118 /third_party/llvm 118 /third_party/llvm
119 /third_party/llvm-build 119 /third_party/llvm-build
120 /third_party/lss 120 /third_party/lss
121 /third_party/mockito 121 /third_party/mockito
122 /third_party/modp_b64 122 /third_party/modp_b64
123 /third_party/nss 123 /third_party/nss
124 /third_party/oauth2 124 /third_party/oauth2
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 /webrtc/modules/audio_device/android/test/bin/ 170 /webrtc/modules/audio_device/android/test/bin/
171 /webrtc/modules/audio_device/android/test/gen/ 171 /webrtc/modules/audio_device/android/test/gen/
172 /webrtc/modules/audio_device/android/test/libs/ 172 /webrtc/modules/audio_device/android/test/libs/
173 /webrtc/video_engine/test/android/bin 173 /webrtc/video_engine/test/android/bin
174 /webrtc/video_engine/test/android/gen 174 /webrtc/video_engine/test/android/gen
175 /webrtc/video_engine/test/android/libs 175 /webrtc/video_engine/test/android/libs
176 /webrtc/video_engine/test/android/obj 176 /webrtc/video_engine/test/android/obj
177 /x86-generic_out/ 177 /x86-generic_out/
178 /xcodebuild 178 /xcodebuild
179 179
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