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

Side by Side Diff: .gitignore

Issue 1629373002: Roll chromium_revision 6a04368..717238e (370362:370438) + tcmalloc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Actually do that only for android Created 4 years, 11 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 /third_party/ocmock 125 /third_party/ocmock
126 /third_party/openh264 126 /third_party/openh264
127 /third_party/openmax_dl 127 /third_party/openmax_dl
128 /third_party/opus 128 /third_party/opus
129 /third_party/proguard 129 /third_party/proguard
130 /third_party/protobuf 130 /third_party/protobuf
131 /third_party/requests 131 /third_party/requests
132 /third_party/robolectric 132 /third_party/robolectric
133 /third_party/sqlite 133 /third_party/sqlite
134 /third_party/syzygy 134 /third_party/syzygy
135 /third_party/tcmalloc
135 /third_party/usrsctp 136 /third_party/usrsctp
136 /third_party/valgrind 137 /third_party/valgrind
137 /third_party/WebKit 138 /third_party/WebKit
138 /third_party/winsdk_samples/src 139 /third_party/winsdk_samples/src
139 /third_party/yasm 140 /third_party/yasm
140 /third_party/zlib 141 /third_party/zlib
141 /tools/android 142 /tools/android
142 /tools/clang 143 /tools/clang
143 /tools/generate_library_loader 144 /tools/generate_library_loader
144 /tools/generate_stubs 145 /tools/generate_stubs
(...skipping 17 matching lines...) Expand all
162 /webrtc/examples/android/opensl_loopback/gen 163 /webrtc/examples/android/opensl_loopback/gen
163 /webrtc/examples/android/opensl_loopback/libs 164 /webrtc/examples/android/opensl_loopback/libs
164 /webrtc/examples/android/opensl_loopback/local.properties 165 /webrtc/examples/android/opensl_loopback/local.properties
165 /webrtc/examples/android/opensl_loopback/obj 166 /webrtc/examples/android/opensl_loopback/obj
166 /webrtc/examples/android/opensl_loopback/proguard-project.txt 167 /webrtc/examples/android/opensl_loopback/proguard-project.txt
167 /webrtc/modules/audio_device/android/test/bin/ 168 /webrtc/modules/audio_device/android/test/bin/
168 /webrtc/modules/audio_device/android/test/gen/ 169 /webrtc/modules/audio_device/android/test/gen/
169 /webrtc/modules/audio_device/android/test/libs/ 170 /webrtc/modules/audio_device/android/test/libs/
170 /x86-generic_out/ 171 /x86-generic_out/
171 /xcodebuild 172 /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