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

Side by Side Diff: DEPS

Issue 781873002: roll grit 182:184 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'src/third_party/libc++/trunk': 159 'src/third_party/libc++/trunk':
160 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx x_revision'), 160 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx x_revision'),
161 161
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' + '@' + 'ba706f5aa055960b409 27d7e5b42186acac9c5e6', # from svn revision 184
170 170
171 'src/tools/gyp': 171 'src/tools/gyp':
172 Var('chromium_git') + '/external/gyp.git' + '@' + 'fe00999dfaee449d3465a9316 778434884da4fa7', # from svn revision 2010 172 Var('chromium_git') + '/external/gyp.git' + '@' + 'fe00999dfaee449d3465a9316 778434884da4fa7', # from svn revision 2010
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
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 # corresponding .py files have already been deleted. 784 # corresponding .py files have already been deleted.
785 'name': 'remove_stale_pyc_files', 785 'name': 'remove_stale_pyc_files',
786 'pattern': 'src/tools/.*\\.py', 786 'pattern': 'src/tools/.*\\.py',
787 'action': [ 787 'action': [
788 'python', 788 'python',
789 'src/tools/remove_stale_pyc_files.py', 789 'src/tools/remove_stale_pyc_files.py',
790 'src/tools', 790 'src/tools',
791 ], 791 ],
792 }, 792 },
793 ] 793 ]
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