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

Side by Side Diff: .gitignore

Issue 1693463004: Add leakcanary to DEPS and third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@java_group
Patch Set: add rolling notes to readme Created 4 years, 10 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/leakcanary/README.chromium » ('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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 /third_party/httpcomponents-client 334 /third_party/httpcomponents-client
335 /third_party/httpcomponents-core 335 /third_party/httpcomponents-core
336 /third_party/hunspell_dictionaries 336 /third_party/hunspell_dictionaries
337 /third_party/icu 337 /third_party/icu
338 /third_party/jarjar 338 /third_party/jarjar
339 /third_party/jsoncpp/source 339 /third_party/jsoncpp/source
340 /third_party/jsr-305/src 340 /third_party/jsr-305/src
341 /third_party/junit/src 341 /third_party/junit/src
342 /third_party/kasko 342 /third_party/kasko
343 /third_party/khronos_glcts 343 /third_party/khronos_glcts
344 /third_party/leakcanary/src
344 /third_party/leveldatabase/src 345 /third_party/leveldatabase/src
345 /third_party/leveldb 346 /third_party/leveldb
346 /third_party/libc++-static/libc++.a 347 /third_party/libc++-static/libc++.a
347 /third_party/libaddressinput/src 348 /third_party/libaddressinput/src
348 /third_party/libexif/sources 349 /third_party/libexif/sources
349 /third_party/libjingle/source 350 /third_party/libjingle/source
350 /third_party/libjpeg_turbo 351 /third_party/libjpeg_turbo
351 /third_party/liblouis/src 352 /third_party/liblouis/src
352 /third_party/libphonenumber/libphonenumber.xml 353 /third_party/libphonenumber/libphonenumber.xml
353 /third_party/libphonenumber/libphonenumber_without_metadata.xml 354 /third_party/libphonenumber/libphonenumber_without_metadata.xml
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 /ui/keyboard/keyboard_mojom_bindings.xml 457 /ui/keyboard/keyboard_mojom_bindings.xml
457 /ui/surface/surface.xml 458 /ui/surface/surface.xml
458 /ui/surface/surface_gpu_tests.xml 459 /ui/surface/surface_gpu_tests.xml
459 /v8 460 /v8
460 /webkit/data 461 /webkit/data
461 /webpagereplay_logs/ 462 /webpagereplay_logs/
462 /win8/delegate_execute/delegate_execute_version_resources.xml 463 /win8/delegate_execute/delegate_execute_version_resources.xml
463 /win8/metro_driver/metro_driver_version_resources.xml 464 /win8/metro_driver/metro_driver_version_resources.xml
464 /x86-generic_out/ 465 /x86-generic_out/
465 /xcodebuild 466 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | third_party/leakcanary/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698