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

Side by Side Diff: .gitignore

Issue 2049543002: [Third Party] Add icu4java to Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Third Party] Add icu4java to Chromium. Created 4 years, 5 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 *.orig 5 *.orig
6 *.pdb 6 *.pdb
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.pyproj 9 *.pyproj
10 *.rules 10 *.rules
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 /third_party/gnu_binutils/ 339 /third_party/gnu_binutils/
340 /third_party/google_appengine_cloudstorage 340 /third_party/google_appengine_cloudstorage
341 /third_party/google_toolbox_for_mac/src 341 /third_party/google_toolbox_for_mac/src
342 /third_party/googlemac 342 /third_party/googlemac
343 /third_party/gperf 343 /third_party/gperf
344 /third_party/grpc 344 /third_party/grpc
345 /third_party/httpcomponents-client 345 /third_party/httpcomponents-client
346 /third_party/httpcomponents-core 346 /third_party/httpcomponents-core
347 /third_party/hunspell_dictionaries 347 /third_party/hunspell_dictionaries
348 /third_party/icu 348 /third_party/icu
349 /third_party/icu4j/lib/*.jar
349 /third_party/jarjar 350 /third_party/jarjar
350 /third_party/jsoncpp/source 351 /third_party/jsoncpp/source
351 /third_party/jsr-305/src 352 /third_party/jsr-305/src
352 /third_party/junit/src 353 /third_party/junit/src
353 /third_party/kasko 354 /third_party/kasko
354 /third_party/khronos_glcts 355 /third_party/khronos_glcts
355 /third_party/leakcanary/src 356 /third_party/leakcanary/src
356 /third_party/leveldatabase/src 357 /third_party/leveldatabase/src
357 /third_party/leveldb 358 /third_party/leveldb
358 /third_party/libc++-static/libc++.a 359 /third_party/libc++-static/libc++.a
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 /ui/keyboard/keyboard_mojom_bindings.xml 472 /ui/keyboard/keyboard_mojom_bindings.xml
472 /ui/surface/surface.xml 473 /ui/surface/surface.xml
473 /ui/surface/surface_gpu_tests.xml 474 /ui/surface/surface_gpu_tests.xml
474 /v8 475 /v8
475 /webkit/data 476 /webkit/data
476 /webpagereplay_logs/ 477 /webpagereplay_logs/
477 /win8/delegate_execute/delegate_execute_version_resources.xml 478 /win8/delegate_execute/delegate_execute_version_resources.xml
478 /win8/metro_driver/metro_driver_version_resources.xml 479 /win8/metro_driver/metro_driver_version_resources.xml
479 /x86-generic_out/ 480 /x86-generic_out/
480 /xcodebuild 481 /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