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

Side by Side Diff: .gitignore

Issue 281863002: Pull buildtools repo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« 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 *.suo 10 *.suo
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 /build/Debug_x64 49 /build/Debug_x64
50 /build/gomacc.lock 50 /build/gomacc.lock
51 /build/ipch/ 51 /build/ipch/
52 /build/Release 52 /build/Release
53 /build/Release_x64 53 /build/Release_x64
54 /build/win_toolchain.json 54 /build/win_toolchain.json
55 /build/util/LASTCHANGE* 55 /build/util/LASTCHANGE*
56 /build/util/support 56 /build/util/support
57 /build/x64/ 57 /build/x64/
58 /build/linux/bin/eu-strip 58 /build/linux/bin/eu-strip
59 /buildtools
59 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 60 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
60 /c 61 /c
61 /ceee/internal/ 62 /ceee/internal/
62 /chrome/angle_unittests_run.xml 63 /chrome/angle_unittests_run.xml
63 /chrome/content_gl_tests_run.xml 64 /chrome/content_gl_tests_run.xml
64 /chrome/gl_tests_run.xml 65 /chrome/gl_tests_run.xml
65 /chrome/gles2_conform_test_run.xml 66 /chrome/gles2_conform_test_run.xml
66 /chrome/tab_capture_performance_tests_run.xml 67 /chrome/tab_capture_performance_tests_run.xml
67 /chrome/telemetry_gpu_test_run.xml 68 /chrome/telemetry_gpu_test_run.xml
68 /chrome/app/theme/default_100_percent/google_chrome 69 /chrome/app/theme/default_100_percent/google_chrome
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 /webkit/data/test_shell/plugins 377 /webkit/data/test_shell/plugins
377 /webkit/data/xbm_decoder 378 /webkit/data/xbm_decoder
378 /webkit/Debug 379 /webkit/Debug
379 /webkit/Release 380 /webkit/Release
380 /webkit/renderer/media/crypto/ppapi/cdm 381 /webkit/renderer/media/crypto/ppapi/cdm
381 /webpagereplay_logs/ 382 /webpagereplay_logs/
382 /win8/delegate_execute/delegate_execute_version_resources.xml 383 /win8/delegate_execute/delegate_execute_version_resources.xml
383 /win8/metro_driver/metro_driver_version_resources.xml 384 /win8/metro_driver/metro_driver_version_resources.xml
384 /x86-generic_out/ 385 /x86-generic_out/
385 /xcodebuild 386 /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