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

Side by Side Diff: DEPS

Issue 717243003: Revert of Roll gyp 1994->1998. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_roll
Patch Set: Created 6 years, 1 month 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 used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'src/third_party/libc++abi/trunk': 162 'src/third_party/libc++abi/trunk':
163 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li bcxxabi_revision'), 163 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li bcxxabi_revision'),
164 164
165 'src/third_party/snappy/src': 165 'src/third_party/snappy/src':
166 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf', 166 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf',
167 167
168 'src/tools/grit': 168 'src/tools/grit':
169 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'a24a0e647bb718b3540 db89864cf586b12331e82', # from svn revision 182 169 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'a24a0e647bb718b3540 db89864cf586b12331e82', # from svn revision 182
170 170
171 'src/tools/gyp': 171 'src/tools/gyp':
172 Var('chromium_git') + '/external/gyp.git' + '@' + '487c0b6ae8b44932e45347211 bca0e8387718436', # from svn revision 1998 172 Var('chromium_git') + '/external/gyp.git' + '@' + 'b13d8f243da15ded051e87e66 3c4f2c2fcc5804c', # from svn revision 1994
173 173
174 'src/tools/swarming_client': 174 'src/tools/swarming_client':
175 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'), 175 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'),
176 176
177 'src/v8': 177 'src/v8':
178 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 178 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
179 179
180 'src/native_client': 180 'src/native_client':
181 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac l_revision'), 181 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac l_revision'),
182 182
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 # corresponding .py files have already been deleted. 774 # corresponding .py files have already been deleted.
775 'name': 'remove_stale_pyc_files', 775 'name': 'remove_stale_pyc_files',
776 'pattern': 'src/tools/.*\\.py', 776 'pattern': 'src/tools/.*\\.py',
777 'action': [ 777 'action': [
778 'python', 778 'python',
779 'src/tools/remove_stale_pyc_files.py', 779 'src/tools/remove_stale_pyc_files.py',
780 'src/tools', 780 'src/tools',
781 ], 781 ],
782 }, 782 },
783 ] 783 ]
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