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

Side by Side Diff: .gitignore

Issue 1501843002: [Android] Use more specific host platforms for devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: better handling of the no adb case Created 5 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 | build/android/devil/android/device_errors.py » ('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 *.pyproj 8 *.pyproj
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 v8.log 50 v8.log
51 # Settings directories for eclipse 51 # Settings directories for eclipse
52 /.externalToolBuilders/ 52 /.externalToolBuilders/
53 /.settings/ 53 /.settings/
54 /.vs/ 54 /.vs/
55 /_out 55 /_out
56 /android_emulator_sdk 56 /android_emulator_sdk
57 /ash/ash_unittests_run.xml 57 /ash/ash_unittests_run.xml
58 /base/base_unittests_run.xml 58 /base/base_unittests_run.xml
59 /breakpad/src/ 59 /breakpad/src/
60 /build/android/bin
60 /build/Debug 61 /build/Debug
61 /build/Debug_x64 62 /build/Debug_x64
62 /build/gomacc.lock 63 /build/gomacc.lock
63 /build/ipch/ 64 /build/ipch/
64 /build/Release 65 /build/Release
65 /build/Release_x64 66 /build/Release_x64
66 /build/win_toolchain.json 67 /build/win_toolchain.json
67 /build/util/LASTCHANGE* 68 /build/util/LASTCHANGE*
68 /build/util/support 69 /build/util/support
69 /build/x64/ 70 /build/x64/
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 /ui/surface/surface.xml 450 /ui/surface/surface.xml
450 /ui/surface/surface_gpu_tests.xml 451 /ui/surface/surface_gpu_tests.xml
451 /v8 452 /v8
452 # Results directory for run-webkit-tests. http://crbug.com/488288 453 # Results directory for run-webkit-tests. http://crbug.com/488288
453 /webkit 454 /webkit
454 /webpagereplay_logs/ 455 /webpagereplay_logs/
455 /win8/delegate_execute/delegate_execute_version_resources.xml 456 /win8/delegate_execute/delegate_execute_version_resources.xml
456 /win8/metro_driver/metro_driver_version_resources.xml 457 /win8/metro_driver/metro_driver_version_resources.xml
457 /x86-generic_out/ 458 /x86-generic_out/
458 /xcodebuild 459 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | build/android/devil/android/device_errors.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698