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

Side by Side Diff: .gitignore

Issue 14973005: Generate and use LASTCHANGE for blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | DEPS » ('j') | tools/export_tarball/export_tarball.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 /_out 42 /_out
43 /arm-sysroot 43 /arm-sysroot
44 /ash/resources/google_wallpapers/ 44 /ash/resources/google_wallpapers/
45 /breakpad/src/ 45 /breakpad/src/
46 /build/Debug 46 /build/Debug
47 /build/Debug_x64 47 /build/Debug_x64
48 /build/Release 48 /build/Release
49 /build/Release_x64 49 /build/Release_x64
50 /build/gomacc.lock 50 /build/gomacc.lock
51 /build/ipch/ 51 /build/ipch/
52 /build/util/LASTCHANGE 52 /build/util/LASTCHANGE*
53 /build/util/support 53 /build/util/support
54 /build/x64/ 54 /build/x64/
55 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 55 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
56 /c 56 /c
57 /ceee/internal/ 57 /ceee/internal/
58 /base/base_unittests_run.xml 58 /base/base_unittests_run.xml
59 /chrome/app/policy/chrome_settings_proto_compile.xml 59 /chrome/app/policy/chrome_settings_proto_compile.xml
60 /chrome/app/policy/chrome_settings_proto_generated_compile.xml 60 /chrome/app/policy/chrome_settings_proto_generated_compile.xml
61 /chrome/app/policy/cloud_policy_backend_header_compile.xml 61 /chrome/app/policy/cloud_policy_backend_header_compile.xml
62 /chrome/app/policy/cloud_policy_proto_compile.xml 62 /chrome/app/policy/cloud_policy_proto_compile.xml
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 /webkit/Debug 309 /webkit/Debug
310 /webkit/media/crypto/ppapi/cdm 310 /webkit/media/crypto/ppapi/cdm
311 /webkit/Release 311 /webkit/Release
312 /webpagereplay_logs/ 312 /webpagereplay_logs/
313 /win8/delegate_execute/delegate_execute_version_resources.xml 313 /win8/delegate_execute/delegate_execute_version_resources.xml
314 /win8/metro_driver/metro_driver_version_resources.xml 314 /win8/metro_driver/metro_driver_version_resources.xml
315 /x86-generic_out/ 315 /x86-generic_out/
316 /xcodebuild 316 /xcodebuild
317 cscope.* 317 cscope.*
318 Session.vim 318 Session.vim
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | tools/export_tarball/export_tarball.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698