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

Side by Side Diff: DEPS

Issue 2786173004: Revert of Remove download_binaries.py from DEPS (Closed)
Patch Set: Created 3 years, 8 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 # Note: The buildbots evaluate this file with CWD set to the parent 1 # Note: The buildbots evaluate this file with CWD set to the parent
2 # directory and assume that the root of the checkout is in ./v8/, so 2 # directory and assume that the root of the checkout is in ./v8/, so
3 # all paths in here must match this assumption. 3 # all paths in here must match this assumption.
4 4
5 vars = { 5 vars = {
6 "chromium_url": "https://chromium.googlesource.com", 6 "chromium_url": "https://chromium.googlesource.com",
7 } 7 }
8 8
9 deps = { 9 deps = {
10 "v8/build": 10 "v8/build":
11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "96aa45c609f022a0634 f5b308cb215d662e69e2a", 11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "96aa45c609f022a0634 f5b308cb215d662e69e2a",
12 "v8/tools/gyp": 12 "v8/tools/gyp":
13 Var("chromium_url") + "/external/gyp.git" + "@" + "e7079f0e0e14108ab0dba5872 8ff219637458563", 13 Var("chromium_url") + "/external/gyp.git" + "@" + "e7079f0e0e14108ab0dba5872 8ff219637458563",
14 "v8/third_party/icu": 14 "v8/third_party/icu":
15 Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "450be73c9ee8ae29d43d 4fdc82febb2a5f62bfb5", 15 Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "450be73c9ee8ae29d43d 4fdc82febb2a5f62bfb5",
16 "v8/third_party/instrumented_libraries": 16 "v8/third_party/instrumented_libraries":
17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@" + "61065eb0db191f46bdea202e833f5cd1f1ecedcd", 17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@" + "48dcb2c2397ce4fbb49f9461638a32ccf2c84ce5",
18 "v8/buildtools": 18 "v8/buildtools":
19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "e6b510a9daf822bbe9 f922c200c58150803d2fd8", 19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "e6b510a9daf822bbe9 f922c200c58150803d2fd8",
20 "v8/base/trace_event/common": 20 "v8/base/trace_event/common":
21 Var("chromium_url") + "/chromium/src/base/trace_event/common.git" + "@" + "0 6294c8a4a6f744ef284cd63cfe54dbf61eea290", 21 Var("chromium_url") + "/chromium/src/base/trace_event/common.git" + "@" + "0 6294c8a4a6f744ef284cd63cfe54dbf61eea290",
22 "v8/third_party/jinja2": 22 "v8/third_party/jinja2":
23 Var("chromium_url") + "/chromium/src/third_party/jinja2.git" + "@" + "d34383 206fa42d52faa10bb9931d6d538f3a57e0", 23 Var("chromium_url") + "/chromium/src/third_party/jinja2.git" + "@" + "d34383 206fa42d52faa10bb9931d6d538f3a57e0",
24 "v8/third_party/markupsafe": 24 "v8/third_party/markupsafe":
25 Var("chromium_url") + "/chromium/src/third_party/markupsafe.git" + "@" + "8f 45f5cfa0009d2a70589bcda0349b8cb2b72783", 25 Var("chromium_url") + "/chromium/src/third_party/markupsafe.git" + "@" + "8f 45f5cfa0009d2a70589bcda0349b8cb2b72783",
26 "v8/tools/swarming_client": 26 "v8/tools/swarming_client":
27 Var('chromium_url') + '/external/swarming.client.git' + '@' + "11e31afa5d330 756ff87aa12064bb5d032896cb5", 27 Var('chromium_url') + '/external/swarming.client.git' + '@' + "11e31afa5d330 756ff87aa12064bb5d032896cb5",
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 # change. 244 # change.
245 'name': 'sysroot', 245 'name': 'sysroot',
246 'pattern': '.', 246 'pattern': '.',
247 'action': [ 247 'action': [
248 'python', 248 'python',
249 'v8/build/linux/sysroot_scripts/install-sysroot.py', 249 'v8/build/linux/sysroot_scripts/install-sysroot.py',
250 '--running-as-hook', 250 '--running-as-hook',
251 ], 251 ],
252 }, 252 },
253 { 253 {
254 # Pull sanitizer-instrumented third-party libraries if requested via
255 # GYP_DEFINES.
256 'name': 'instrumented_libraries',
257 'pattern': '\\.sha1',
258 'action': [
259 'python',
260 'v8/third_party/instrumented_libraries/scripts/download_binaries.py',
261 ],
262 },
263 {
254 # Update the Windows toolchain if necessary. 264 # Update the Windows toolchain if necessary.
255 'name': 'win_toolchain', 265 'name': 'win_toolchain',
256 'pattern': '.', 266 'pattern': '.',
257 'action': ['python', 'v8/build/vs_toolchain.py', 'update'], 267 'action': ['python', 'v8/build/vs_toolchain.py', 'update'],
258 }, 268 },
259 # Pull binutils for linux, enabled debug fission for faster linking / 269 # Pull binutils for linux, enabled debug fission for faster linking /
260 # debugging when used with clang on Ubuntu Precise. 270 # debugging when used with clang on Ubuntu Precise.
261 # https://code.google.com/p/chromium/issues/detail?id=352046 271 # https://code.google.com/p/chromium/issues/detail?id=352046
262 { 272 {
263 'name': 'binutils', 273 'name': 'binutils',
(...skipping 16 matching lines...) Expand all
280 'name': 'clang', 290 'name': 'clang',
281 'pattern': '.', 291 'pattern': '.',
282 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 292 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
283 }, 293 },
284 { 294 {
285 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 295 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
286 "pattern": ".", 296 "pattern": ".",
287 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], 297 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"],
288 }, 298 },
289 ] 299 ]
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