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

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

Issue 1318783002: Roll Dartium blink to r201240 "Adjust for additional parameter to Dart_Initialize." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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 import gclient_utils 1 import gclient_utils
2 import os 2 import os
3 3
4 path = gclient_utils.FindGclientRoot(os.getcwd()) 4 path = gclient_utils.FindGclientRoot(os.getcwd())
5 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS. 5 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS.
6 6
7 # Now we need to override some settings and add some new ones. 7 # Now we need to override some settings and add some new ones.
8 8
9 vars.update({ 9 vars.update({
10 "chromium_url": "http://src.chromium.org/svn", 10 "chromium_url": "http://src.chromium.org/svn",
11 "dartium_base": "http://src.chromium.org", 11 "dartium_base": "http://src.chromium.org",
12 "dartium_chromium_branch": "master", 12 "dartium_chromium_branch": "master",
13 "dartium_chromium_commit": "62a7524d4f71c9e0858d24b0aa1bbff3a2d09bff", 13 "dartium_chromium_commit": "62a7524d4f71c9e0858d24b0aa1bbff3a2d09bff",
14 "chromium_base_revision": "297060", 14 "chromium_base_revision": "297060",
15 "dartium_webkit_branch": "/blink/branches/dart/2171_3/dartium", 15 "dartium_webkit_branch": "/blink/branches/dart/2171_3/dartium",
16 "dartium_webkit_revision": "199763", 16 "dartium_webkit_revision": "201240",
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/
24 # named like: 24 # named like:
25 # external/github.com/dart-lang/NAME 25 # external/github.com/dart-lang/NAME
26 # It is ok to add a dependency directly on dart-lang (dart-lang only) 26 # It is ok to add a dependency directly on dart-lang (dart-lang only)
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "download_from_google_storage", 236 "download_from_google_storage",
237 "--no_auth", 237 "--no_auth",
238 "--no_resume", 238 "--no_resume",
239 "--bucket", 239 "--bucket",
240 "dart-dependencies", 240 "dart-dependencies",
241 "-d", 241 "-d",
242 "-r", 242 "-r",
243 "src/dart/tools/testing/bin", 243 "src/dart/tools/testing/bin",
244 ], 244 ],
245 }) 245 })
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