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

Side by Side Diff: .gitignore

Issue 831173005: Add Robolectric build and license files to third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed klundberg's nits. Created 5 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') | 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 *.sublime-project 10 *.sublime-project
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 /third_party/py_trace_event/src 355 /third_party/py_trace_event/src
356 /third_party/pyelftools 356 /third_party/pyelftools
357 /third_party/pyftpdlib/src 357 /third_party/pyftpdlib/src
358 /third_party/pylib 358 /third_party/pylib
359 /third_party/pymox/src 359 /third_party/pymox/src
360 /third_party/python_24 360 /third_party/python_24
361 /third_party/python_26 361 /third_party/python_26
362 /third_party/pywebsocket/src 362 /third_party/pywebsocket/src
363 /third_party/pywebsocket/src 363 /third_party/pywebsocket/src
364 /third_party/requests/src 364 /third_party/requests/src
365 /third_party/robolectric/lib
365 /third_party/safe_browsing/testing 366 /third_party/safe_browsing/testing
366 /third_party/scons-2.0.1 367 /third_party/scons-2.0.1
367 /third_party/sfntly/cpp 368 /third_party/sfntly/cpp
368 /third_party/skia 369 /third_party/skia
369 /third_party/smhasher/src 370 /third_party/smhasher/src
370 /third_party/snappy/src 371 /third_party/snappy/src
371 /third_party/stp/src 372 /third_party/stp/src
372 /third_party/swiftshader/include/ 373 /third_party/swiftshader/include/
373 /third_party/swig 374 /third_party/swig
374 /third_party/syzygy 375 /third_party/syzygy
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 /webkit/data/test_shell/plugins 432 /webkit/data/test_shell/plugins
432 /webkit/data/xbm_decoder 433 /webkit/data/xbm_decoder
433 /webkit/Debug 434 /webkit/Debug
434 /webkit/Release 435 /webkit/Release
435 /webkit/renderer/media/crypto/ppapi/cdm 436 /webkit/renderer/media/crypto/ppapi/cdm
436 /webpagereplay_logs/ 437 /webpagereplay_logs/
437 /win8/delegate_execute/delegate_execute_version_resources.xml 438 /win8/delegate_execute/delegate_execute_version_resources.xml
438 /win8/metro_driver/metro_driver_version_resources.xml 439 /win8/metro_driver/metro_driver_version_resources.xml
439 /x86-generic_out/ 440 /x86-generic_out/
440 /xcodebuild 441 /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