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

Side by Side Diff: DEPS

Issue 502083003: Rolled src/tools/grit r172:173. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | no next file » | 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'src/third_party/libc++/trunk': 151 'src/third_party/libc++/trunk':
152 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx x_revision'), 152 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx x_revision'),
153 153
154 'src/third_party/libc++abi/trunk': 154 'src/third_party/libc++abi/trunk':
155 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li bcxxabi_revision'), 155 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li bcxxabi_revision'),
156 156
157 'src/third_party/snappy/src': 157 'src/third_party/snappy/src':
158 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf', 158 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf',
159 159
160 'src/tools/grit': 160 'src/tools/grit':
161 Var('chromium_git') + '/external/grit-i18n.git' + '@' + '6a46b04d35eade32b12 70392317dca516c9dd56d', 161 Var('chromium_git') + '/external/grit-i18n.git' + '@' + '206c6aa4450db4e961d 20f8367f33df42bba6a85', # from svn revision 173
162 162
163 'src/tools/gyp': 163 'src/tools/gyp':
164 Var('chromium_git') + '/external/gyp.git' + '@' + '43a3b907eb20bd59c28c6e315 b3d9e348ab57ac7', # from svn revision 1970 164 Var('chromium_git') + '/external/gyp.git' + '@' + '43a3b907eb20bd59c28c6e315 b3d9e348ab57ac7', # from svn revision 1970
165 165
166 'src/tools/swarming_client': 166 'src/tools/swarming_client':
167 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'), 167 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'),
168 168
169 'src/v8': 169 'src/v8':
170 Var('chromium_git') + '/external/v8.git' + '@' + Var('v8_revision'), 170 Var('chromium_git') + '/external/v8.git' + '@' + Var('v8_revision'),
171 171
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 # corresponding .py files have already been deleted. 799 # corresponding .py files have already been deleted.
800 'name': 'remove_stale_pyc_files', 800 'name': 'remove_stale_pyc_files',
801 'pattern': 'src/tools/.*\\.py', 801 'pattern': 'src/tools/.*\\.py',
802 'action': [ 802 'action': [
803 'python', 803 'python',
804 'src/tools/remove_stale_pyc_files.py', 804 'src/tools/remove_stale_pyc_files.py',
805 'src/tools', 805 'src/tools',
806 ], 806 ],
807 }, 807 },
808 ] 808 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698