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

Side by Side Diff: .gitignore

Issue 2559553002: Checking in retrolambda into third_party/ (Closed)
Patch Set: Add license Created 4 years 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 /third_party/pyelftools 422 /third_party/pyelftools
423 /third_party/pyftpdlib/src 423 /third_party/pyftpdlib/src
424 /third_party/pylib 424 /third_party/pylib
425 /third_party/pymox/src 425 /third_party/pymox/src
426 /third_party/python_24 426 /third_party/python_24
427 /third_party/python_26 427 /third_party/python_26
428 /third_party/pywebsocket/src 428 /third_party/pywebsocket/src
429 /third_party/pywebsocket/src 429 /third_party/pywebsocket/src
430 /third_party/re2/src 430 /third_party/re2/src
431 /third_party/requests/src 431 /third_party/requests/src
432 /third_party/retrolambda/*.jar
432 /third_party/robolectric/lib/*.jar 433 /third_party/robolectric/lib/*.jar
433 /third_party/robolectric/robolectric 434 /third_party/robolectric/robolectric
434 /third_party/scons-2.0.1 435 /third_party/scons-2.0.1
435 /third_party/sfntly/src 436 /third_party/sfntly/src
436 /third_party/shaderc/src 437 /third_party/shaderc/src
437 /third_party/skia 438 /third_party/skia
438 /third_party/smhasher/src 439 /third_party/smhasher/src
439 /third_party/snappy/src 440 /third_party/snappy/src
440 /third_party/SPIRV-Tools/src 441 /third_party/SPIRV-Tools/src
441 /third_party/sqlite4java/lib/**/*.dll 442 /third_party/sqlite4java/lib/**/*.dll
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 /ui/keyboard/keyboard_mojom_bindings.xml 498 /ui/keyboard/keyboard_mojom_bindings.xml
498 /ui/surface/surface.xml 499 /ui/surface/surface.xml
499 /ui/surface/surface_gpu_tests.xml 500 /ui/surface/surface_gpu_tests.xml
500 /v8 501 /v8
501 /webkit/data 502 /webkit/data
502 /webpagereplay_logs/ 503 /webpagereplay_logs/
503 /win8/delegate_execute/delegate_execute_version_resources.xml 504 /win8/delegate_execute/delegate_execute_version_resources.xml
504 /win8/metro_driver/metro_driver_version_resources.xml 505 /win8/metro_driver/metro_driver_version_resources.xml
505 /x86-generic_out/ 506 /x86-generic_out/
506 /xcodebuild 507 /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