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

Side by Side Diff: DEPS

Issue 2135313004: Roll gyp to e7079f0e0e14108ab0dba58728ff219637458563. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'src/third_party/hunspell_dictionaries': 141 'src/third_party/hunspell_dictionaries':
142 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6 e7c25bf47cbfb466e0701fd2728b4a12e79d5', 142 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6 e7c25bf47cbfb466e0701fd2728b4a12e79d5',
143 143
144 'src/third_party/leveldatabase/src': 144 'src/third_party/leveldatabase/src':
145 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a7bff697baa062c8f6b8f b760eacf658712b611a', 145 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a7bff697baa062c8f6b8f b760eacf658712b611a',
146 146
147 'src/third_party/snappy/src': 147 'src/third_party/snappy/src':
148 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf', 148 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf',
149 149
150 'src/tools/gyp': 150 'src/tools/gyp':
151 Var('chromium_git') + '/external/gyp.git' + '@' + 'bac4680ec9a5c55ab692490b6 732999648ecf1e9', 151 Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba5872 8ff219637458563',
152 152
153 'src/tools/swarming_client': 153 'src/tools/swarming_client':
154 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'), 154 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'),
155 155
156 'src/v8': 156 'src/v8':
157 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 157 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
158 158
159 'src/native_client': 159 'src/native_client':
160 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac l_revision'), 160 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac l_revision'),
161 161
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 { 954 {
955 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 955 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
956 'name': 'gyp', 956 'name': 'gyp',
957 'pattern': '.', 957 'pattern': '.',
958 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'], 958 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'],
959 }, 959 },
960 ] 960 ]
961 961
962 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 962 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
963 recursedeps = [("src/third_party/angle", "DEPS.chromium")] 963 recursedeps = [("src/third_party/angle", "DEPS.chromium")]
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