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 511283003: Add support for Java nano protocol buffers for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments from darin Created 6 years, 3 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 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.sdf 8 *.sdf
9 *.sln 9 *.sln
10 *.suo 10 *.suo
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 /sync/sync.xml 208 /sync/sync.xml
209 /sync_testserver.log 209 /sync_testserver.log
210 /testing/gmock 210 /testing/gmock
211 /testing/gtest 211 /testing/gtest
212 /testing/iossim/third_party/ 212 /testing/iossim/third_party/
213 /testserver.log 213 /testserver.log
214 /third_party/accessibility-developer-tools/ 214 /third_party/accessibility-developer-tools/
215 /third_party/adobe/flash/binaries 215 /third_party/adobe/flash/binaries
216 /third_party/adobe/flash/symbols 216 /third_party/adobe/flash/symbols
217 /third_party/amd/ 217 /third_party/amd/
218 /third_party/android_protobuf/src
218 /third_party/android_tools/ 219 /third_party/android_tools/
219 /third_party/android_tools_internal/ 220 /third_party/android_tools_internal/
220 /third_party/angle 221 /third_party/angle
221 /third_party/angle_dx11 222 /third_party/angle_dx11
222 /third_party/aosp 223 /third_party/aosp
223 /third_party/apache-mime4j 224 /third_party/apache-mime4j
224 /third_party/apache-win32/bin/*.exe 225 /third_party/apache-win32/bin/*.exe
225 /third_party/apache-win32/bin/*.dll 226 /third_party/apache-win32/bin/*.dll
226 /third_party/apache-win32/bin/iconv/*.so 227 /third_party/apache-win32/bin/iconv/*.so
227 /third_party/apache-win32/modules/*.so 228 /third_party/apache-win32/modules/*.so
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 /webkit/data/test_shell/plugins 386 /webkit/data/test_shell/plugins
386 /webkit/data/xbm_decoder 387 /webkit/data/xbm_decoder
387 /webkit/Debug 388 /webkit/Debug
388 /webkit/Release 389 /webkit/Release
389 /webkit/renderer/media/crypto/ppapi/cdm 390 /webkit/renderer/media/crypto/ppapi/cdm
390 /webpagereplay_logs/ 391 /webpagereplay_logs/
391 /win8/delegate_execute/delegate_execute_version_resources.xml 392 /win8/delegate_execute/delegate_execute_version_resources.xml
392 /win8/metro_driver/metro_driver_version_resources.xml 393 /win8/metro_driver/metro_driver_version_resources.xml
393 /x86-generic_out/ 394 /x86-generic_out/
394 /xcodebuild 395 /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