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

Side by Side Diff: .gitignore

Issue 226643011: Split toolchain update and install lookup to make generation faster (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename to Update Created 6 years, 8 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 /android_emulator_sdk 43 /android_emulator_sdk
44 /arm-sysroot 44 /arm-sysroot
45 /base/base_unittests_run.xml 45 /base/base_unittests_run.xml
46 /breakpad/src/ 46 /breakpad/src/
47 /build/Debug 47 /build/Debug
48 /build/Debug_x64 48 /build/Debug_x64
49 /build/gomacc.lock 49 /build/gomacc.lock
50 /build/ipch/ 50 /build/ipch/
51 /build/Release 51 /build/Release
52 /build/Release_x64 52 /build/Release_x64
53 /build/win_toolchain.json
53 /build/util/LASTCHANGE* 54 /build/util/LASTCHANGE*
54 /build/util/support 55 /build/util/support
55 /build/x64/ 56 /build/x64/
56 /build/linux/bin/eu-strip 57 /build/linux/bin/eu-strip
57 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 58 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
58 /c 59 /c
59 /ceee/internal/ 60 /ceee/internal/
60 /chrome/angle_unittests_run.xml 61 /chrome/angle_unittests_run.xml
61 /chrome/content_gl_tests_run.xml 62 /chrome/content_gl_tests_run.xml
62 /chrome/gl_tests_run.xml 63 /chrome/gl_tests_run.xml
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 /webkit/data/test_shell/plugins 373 /webkit/data/test_shell/plugins
373 /webkit/data/xbm_decoder 374 /webkit/data/xbm_decoder
374 /webkit/Debug 375 /webkit/Debug
375 /webkit/Release 376 /webkit/Release
376 /webkit/renderer/media/crypto/ppapi/cdm 377 /webkit/renderer/media/crypto/ppapi/cdm
377 /webpagereplay_logs/ 378 /webpagereplay_logs/
378 /win8/delegate_execute/delegate_execute_version_resources.xml 379 /win8/delegate_execute/delegate_execute_version_resources.xml
379 /win8/metro_driver/metro_driver_version_resources.xml 380 /win8/metro_driver/metro_driver_version_resources.xml
380 /x86-generic_out/ 381 /x86-generic_out/
381 /xcodebuild 382 /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