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

Side by Side Diff: DEPS

Issue 1262693003: Roll src/tools/gyp to 6ee91ad8659871916f9aa840d42e1513befdf638. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resetting to the original change. Created 5 years, 4 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 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'src/third_party/leveldatabase/src': 136 'src/third_party/leveldatabase/src':
137 Var('chromium_git') + '/external/leveldb.git' + '@' + '40c17c0b84ac0b791fb43 4096fd5c05f3819ad55', 137 Var('chromium_git') + '/external/leveldb.git' + '@' + '40c17c0b84ac0b791fb43 4096fd5c05f3819ad55',
138 138
139 'src/third_party/snappy/src': 139 'src/third_party/snappy/src':
140 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf', 140 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf',
141 141
142 'src/tools/grit': 142 'src/tools/grit':
143 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'f821b9db63825a88612 abe54daff036afd882147', # from svn revision 194 143 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'f821b9db63825a88612 abe54daff036afd882147', # from svn revision 194
144 144
145 'src/tools/gyp': 145 'src/tools/gyp':
146 Var('chromium_git') + '/external/gyp.git' + '@' + '5122240c5e5c4d8da12c543d8 2b03d6089eb77c5', 146 Var('chromium_git') + '/external/gyp.git' + '@' + '6ee91ad8659871916f9aa840d 42e1513befdf638',
147 147
148 'src/tools/swarming_client': 148 'src/tools/swarming_client':
149 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'), 149 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'),
150 150
151 'src/v8': 151 'src/v8':
152 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 152 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
153 153
154 'src/native_client': 154 'src/native_client':
155 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac l_revision'), 155 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac l_revision'),
156 156
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 'pattern': '.', 801 'pattern': '.',
802 'action': [ 802 'action': [
803 'python', 803 'python',
804 'src/tools/check_git_config.py', 804 'src/tools/check_git_config.py',
805 '--running-as-hook', 805 '--running-as-hook',
806 ], 806 ],
807 }, 807 },
808 ] 808 ]
809 809
810 810
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