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

Side by Side Diff: .gitignore

Issue 136473016: Add eu-strips sha1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved eu-strip to packaging_files_common in gypi Created 6 years, 11 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 *.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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 /breakpad/src/ 49 /breakpad/src/
50 /build/Debug 50 /build/Debug
51 /build/Debug_x64 51 /build/Debug_x64
52 /build/gomacc.lock 52 /build/gomacc.lock
53 /build/ipch/ 53 /build/ipch/
54 /build/Release 54 /build/Release
55 /build/Release_x64 55 /build/Release_x64
56 /build/util/LASTCHANGE* 56 /build/util/LASTCHANGE*
57 /build/util/support 57 /build/util/support
58 /build/x64/ 58 /build/x64/
59 /build/linux/bin/eu-strip
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/app/theme/default_100_percent/google_chrome 63 /chrome/app/theme/default_100_percent/google_chrome
63 /chrome/app/theme/default_200_percent/google_chrome 64 /chrome/app/theme/default_200_percent/google_chrome
64 /chrome/app/theme/google_chrome 65 /chrome/app/theme/google_chrome
65 /chrome/browser/autofill/internal 66 /chrome/browser/autofill/internal
66 /chrome/browser/extensions/default_extensions/chromeos 67 /chrome/browser/extensions/default_extensions/chromeos
67 /chrome/browser/google/linkdoctor_internal 68 /chrome/browser/google/linkdoctor_internal
68 /chrome/browser/intents/internal/ 69 /chrome/browser/intents/internal/
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 /webkit/data/test_shell/plugins 347 /webkit/data/test_shell/plugins
347 /webkit/data/xbm_decoder 348 /webkit/data/xbm_decoder
348 /webkit/Debug 349 /webkit/Debug
349 /webkit/Release 350 /webkit/Release
350 /webkit/renderer/media/crypto/ppapi/cdm 351 /webkit/renderer/media/crypto/ppapi/cdm
351 /webpagereplay_logs/ 352 /webpagereplay_logs/
352 /win8/delegate_execute/delegate_execute_version_resources.xml 353 /win8/delegate_execute/delegate_execute_version_resources.xml
353 /win8/metro_driver/metro_driver_version_resources.xml 354 /win8/metro_driver/metro_driver_version_resources.xml
354 /x86-generic_out/ 355 /x86-generic_out/
355 /xcodebuild 356 /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