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

Side by Side Diff: .gitignore

Issue 1157563011: Adding unbundled uiautomator jar from AOSP to third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated .gitignore Created 5 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') | 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 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 /third_party/sfntly/cpp 374 /third_party/sfntly/cpp
375 /third_party/skia 375 /third_party/skia
376 /third_party/smhasher/src 376 /third_party/smhasher/src
377 /third_party/snappy/src 377 /third_party/snappy/src
378 /third_party/stp/src 378 /third_party/stp/src
379 /third_party/swiftshader/include/ 379 /third_party/swiftshader/include/
380 /third_party/syzygy 380 /third_party/syzygy
381 /third_party/syzygy/binaries 381 /third_party/syzygy/binaries
382 /third_party/trace-viewer 382 /third_party/trace-viewer
383 /third_party/tsan/ 383 /third_party/tsan/
384 /third_party/ub-uiautomator/lib
384 /third_party/usb_ids 385 /third_party/usb_ids
385 /third_party/usrsctp/usrsctplib 386 /third_party/usrsctp/usrsctplib
386 /third_party/v8-i18n 387 /third_party/v8-i18n
387 /third_party/valgrind 388 /third_party/valgrind
388 /third_party/v4l2capture 389 /third_party/v4l2capture
389 /third_party/web-animations-js 390 /third_party/web-animations-js
390 /third_party/webdriver/pylib 391 /third_party/webdriver/pylib
391 /third_party/webdriver/python/selenium 392 /third_party/webdriver/python/selenium
392 /third_party/webgl 393 /third_party/webgl
393 /third_party/webgl/src 394 /third_party/webgl/src
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 /ui/surface/surface.xml 434 /ui/surface/surface.xml
434 /ui/surface/surface_gpu_tests.xml 435 /ui/surface/surface_gpu_tests.xml
435 /v8 436 /v8
436 # Results directory for run-webkit-tests. http://crbug.com/488288 437 # Results directory for run-webkit-tests. http://crbug.com/488288
437 /webkit 438 /webkit
438 /webpagereplay_logs/ 439 /webpagereplay_logs/
439 /win8/delegate_execute/delegate_execute_version_resources.xml 440 /win8/delegate_execute/delegate_execute_version_resources.xml
440 /win8/metro_driver/metro_driver_version_resources.xml 441 /win8/metro_driver/metro_driver_version_resources.xml
441 /x86-generic_out/ 442 /x86-generic_out/
442 /xcodebuild 443 /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