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

Side by Side Diff: .gitignore

Issue 2040273003: [Third Party] Add sqlite4java to Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update DEPS with new names. Created 4 years, 6 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') | third_party/sqlite4java/BUILD.gn » ('J')
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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 /third_party/requests/src 410 /third_party/requests/src
411 /third_party/robolectric/lib 411 /third_party/robolectric/lib
412 /third_party/safe_browsing/testing 412 /third_party/safe_browsing/testing
413 /third_party/scons-2.0.1 413 /third_party/scons-2.0.1
414 /third_party/sfntly/src 414 /third_party/sfntly/src
415 /third_party/shaderc/src 415 /third_party/shaderc/src
416 /third_party/skia 416 /third_party/skia
417 /third_party/smhasher/src 417 /third_party/smhasher/src
418 /third_party/snappy/src 418 /third_party/snappy/src
419 /third_party/SPIRV-Tools/src 419 /third_party/SPIRV-Tools/src
420 /third_party/sqlite4java/lib/**/*.dll
421 /third_party/sqlite4java/lib/**/*.jar
422 /third_party/sqlite4java/lib/**/*.jnilib
423 /third_party/sqlite4java/lib/**/*.so
420 /third_party/swiftshader/include/ 424 /third_party/swiftshader/include/
421 /third_party/syzygy 425 /third_party/syzygy
422 /third_party/syzygy/binaries 426 /third_party/syzygy/binaries
423 /third_party/tsan/ 427 /third_party/tsan/
424 /third_party/ub-uiautomator/lib 428 /third_party/ub-uiautomator/lib
425 /third_party/usb_ids 429 /third_party/usb_ids
426 /third_party/usrsctp/usrsctplib 430 /third_party/usrsctp/usrsctplib
427 /third_party/v8-i18n 431 /third_party/v8-i18n
428 /third_party/valgrind 432 /third_party/valgrind
429 /third_party/v4l2capture 433 /third_party/v4l2capture
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 /ui/keyboard/keyboard_mojom_bindings.xml 475 /ui/keyboard/keyboard_mojom_bindings.xml
472 /ui/surface/surface.xml 476 /ui/surface/surface.xml
473 /ui/surface/surface_gpu_tests.xml 477 /ui/surface/surface_gpu_tests.xml
474 /v8 478 /v8
475 /webkit/data 479 /webkit/data
476 /webpagereplay_logs/ 480 /webpagereplay_logs/
477 /win8/delegate_execute/delegate_execute_version_resources.xml 481 /win8/delegate_execute/delegate_execute_version_resources.xml
478 /win8/metro_driver/metro_driver_version_resources.xml 482 /win8/metro_driver/metro_driver_version_resources.xml
479 /x86-generic_out/ 483 /x86-generic_out/
480 /xcodebuild 484 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | third_party/sqlite4java/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698