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

Side by Side Diff: DEPS

Issue 513293002: Roll cacheinvalidation DEPS to r339 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nano-protobuf
Patch Set: Fixed test issue Created 6 years, 3 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 | chrome/android/java/src/org/chromium/chrome/browser/sync/ChromiumSyncAdapter.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # where <gcliendir> is the absolute path to the directory containing the 8 # where <gcliendir> is the absolute path to the directory containing the
9 # .gclient file (the parent of 'src'). 9 # .gclient file (the parent of 'src').
10 # 10 #
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'src/third_party/hunspell': 132 'src/third_party/hunspell':
133 Var('chromium_git') + '/chromium/deps/hunspell.git' + '@' + 'c956c0e97af00ef7 89afb2f64d02c9a5a50e6eb1', 133 Var('chromium_git') + '/chromium/deps/hunspell.git' + '@' + 'c956c0e97af00ef7 89afb2f64d02c9a5a50e6eb1',
134 134
135 'src/third_party/hunspell_dictionaries': 135 'src/third_party/hunspell_dictionaries':
136 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + '456 0bdd463a3500e2334e85c8a0e9e5d5d6774e7', 136 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + '456 0bdd463a3500e2334e85c8a0e9e5d5d6774e7',
137 137
138 'src/third_party/safe_browsing/testing': 138 'src/third_party/safe_browsing/testing':
139 Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + ' 9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6', 139 Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + ' 9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6',
140 140
141 'src/third_party/cacheinvalidation/src': 141 'src/third_party/cacheinvalidation/src':
142 Var('chromium_git') + '/external/google-cache-invalidation-api/src.git' + '@ ' + '50c0a8563b62f6e3b780da14f82246d192f9c1e0', 142 Var('chromium_git') + '/external/google-cache-invalidation-api/src.git' + '@ ' + '108f1459d873db13c1914755a79333a09d4c563f', # from svn revision 339
143 143
144 'src/third_party/leveldatabase/src': 144 'src/third_party/leveldatabase/src':
145 Var('chromium_git') + '/external/leveldb.git' + '@' + '3f77584eb3f9754bbb707 9070873ece3f30a1e6b', 145 Var('chromium_git') + '/external/leveldb.git' + '@' + '3f77584eb3f9754bbb707 9070873ece3f30a1e6b',
146 146
147 'src/third_party/libc++/trunk': 147 'src/third_party/libc++/trunk':
148 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx x_revision'), 148 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx x_revision'),
149 149
150 'src/third_party/libc++abi/trunk': 150 'src/third_party/libc++abi/trunk':
151 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li bcxxabi_revision'), 151 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li bcxxabi_revision'),
152 152
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 # corresponding .py files have already been deleted. 795 # corresponding .py files have already been deleted.
796 'name': 'remove_stale_pyc_files', 796 'name': 'remove_stale_pyc_files',
797 'pattern': 'src/tools/.*\\.py', 797 'pattern': 'src/tools/.*\\.py',
798 'action': [ 798 'action': [
799 'python', 799 'python',
800 'src/tools/remove_stale_pyc_files.py', 800 'src/tools/remove_stale_pyc_files.py',
801 'src/tools', 801 'src/tools',
802 ], 802 ],
803 }, 803 },
804 ] 804 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/sync/ChromiumSyncAdapter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698