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

Side by Side Diff: tools/deps/dartium.deps/DEPS

Issue 1680393002: Update DEPS (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 1
2 import gclient_utils 2 import gclient_utils
3 import os 3 import os
4 4
5 path = gclient_utils.FindGclientRoot(os.getcwd()) 5 path = gclient_utils.FindGclientRoot(os.getcwd())
6 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS. 6 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS.
7 7
8 # Now we need to override some settings and add some new ones. 8 # Now we need to override some settings and add some new ones.
9 9
10 vars.update({ 10 vars.update({
11 "chromium_url": "http://src.chromium.org/svn", 11 "chromium_url": "http://src.chromium.org/svn",
12 "dartium_base": "http://src.chromium.org", 12 "dartium_base": "http://src.chromium.org",
13 "dartium_chromium_commit": "526d891ac24d8bd27a6bd5e1d7c384a72509cfc0", 13 "dartium_chromium_commit": "8df9de5a8f073d9c0feadf8d652408807e4a254e",
14 "chromium_base_revision": "338390", 14 "chromium_base_revision": "338390",
15 "dartium_webkit_branch": "/blink/branches/dart/2454_1", 15 "dartium_webkit_branch": "/blink/branches/dart/2454_1",
16 "dartium_webkit_revision": "202773", 16 "dartium_webkit_revision": "202773",
17 17
18 # We use mirrors of all github repos to guarantee reproducibility and 18 # We use mirrors of all github repos to guarantee reproducibility and
19 # consistency between what users see and what the bots see. 19 # consistency between what users see and what the bots see.
20 # We need the mirrors to not have 100+ bots pulling github constantly. 20 # We need the mirrors to not have 100+ bots pulling github constantly.
21 # We mirror our github repos on chromium git servers. 21 # We mirror our github repos on chromium git servers.
22 # DO NOT use this var if you don't see a mirror here: 22 # DO NOT use this var if you don't see a mirror here:
23 # https://chromium.googlesource.com/ 23 # https://chromium.googlesource.com/
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "--no_resume", 253 "--no_resume",
254 "--bucket", 254 "--bucket",
255 "dart-dependencies", 255 "dart-dependencies",
256 "--recursive", 256 "--recursive",
257 "--auto_platform", 257 "--auto_platform",
258 "--extract", 258 "--extract",
259 "--directory", 259 "--directory",
260 "src/dart/tools/sdks", 260 "src/dart/tools/sdks",
261 ], 261 ],
262 }) 262 })
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