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

Side by Side Diff: .gitignore

Issue 1720001: Added Google Cache Invalidation library to DEPS and got it to compile (Closed)
Patch Set: Synced to head Created 10 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
« 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 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.pyc 4 *.pyc
5 *.rules 5 *.rules
6 *.scons 6 *.scons
7 *.sln 7 *.sln
8 *.suo 8 *.suo
9 *.user 9 *.user
10 *.vcproj 10 *.vcproj
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 /out 42 /out
43 /rlz/binaries 43 /rlz/binaries
44 /sconsbuild 44 /sconsbuild
45 /sdch/open-vcdiff 45 /sdch/open-vcdiff
46 /testing/gtest 46 /testing/gtest
47 /testserver.log 47 /testserver.log
48 /third_party/angleproject 48 /third_party/angleproject
49 /third_party/GTM 49 /third_party/GTM
50 /third_party/WebKit 50 /third_party/WebKit
51 /third_party/adobe/flash/binaries 51 /third_party/adobe/flash/binaries
52 /third_party/cacheinvalidation/files
52 /third_party/chromeos_login_manager 53 /third_party/chromeos_login_manager
53 /third_party/chromeos_text_input 54 /third_party/chromeos_text_input
54 /third_party/cros 55 /third_party/cros
55 /third_party/cygwin 56 /third_party/cygwin
56 /third_party/ffmpeg/binaries 57 /third_party/ffmpeg/binaries
57 /third_party/ffmpeg/source/patched-ffmpeg-mt 58 /third_party/ffmpeg/source/patched-ffmpeg-mt
58 /third_party/forge 59 /third_party/forge
59 /third_party/googlemac 60 /third_party/googlemac
60 /third_party/hunspell 61 /third_party/hunspell
61 /third_party/icu 62 /third_party/icu
(...skipping 22 matching lines...) Expand all
84 /v8 85 /v8
85 /webkit/Debug 86 /webkit/Debug
86 /webkit/Release 87 /webkit/Release
87 /webkit/data/bmp_decoder 88 /webkit/data/bmp_decoder
88 /webkit/data/ico_decoder 89 /webkit/data/ico_decoder
89 /webkit/data/layout_tests/LayoutTests 90 /webkit/data/layout_tests/LayoutTests
90 /webkit/data/test_shell/plugins 91 /webkit/data/test_shell/plugins
91 /webkit/data/xbm_decoder 92 /webkit/data/xbm_decoder
92 /xcodebuild 93 /xcodebuild
93 SConstruct 94 SConstruct
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