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

Unified Diff: dartium.deps/DEPS

Issue 429073003: Dartium 37 to bleeding edge (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/deps
Patch Set: Pull in gyp fix Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dartium.deps/DEPS.chromium » ('j') | dartium.deps/DEPS.chromium » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dartium.deps/DEPS
diff --git a/dartium.deps/DEPS b/dartium.deps/DEPS
index a97dcdb509d3ec2666b6cdc8bddcd7a52ed48fce..585744e5d5d23ebd27b76b0750feb152193569e1 100644
--- a/dartium.deps/DEPS
+++ b/dartium.deps/DEPS
@@ -9,15 +9,14 @@ execfile(os.path.join(path, 'dartium.deps', 'DEPS.chromium')) # Include proper C
vars.update({
"chromium_url": "http://src.chromium.org/svn",
"dartium_base": "http://src.chromium.org",
- "dartium_chromium_branch": "/chrome/branches/dart/1985/src",
- "dartium_chromium_revision": "286245",
- "chromium_base_revision": "269467",
+ "dartium_chromium_branch": "/chrome/branches/dart/dartium/src",
ricow1 2014/07/30 12:04:32 this seems strange
Bill Hesse 2014/07/30 12:38:31 dartium_chromium_revision is the rev of the dartiu
vsm 2014/07/30 12:41:15 Yes, we're moving to a new scheme. We'll have the
+ "dartium_chromium_revision": "284674",
+ "chromium_base_revision": "278856",
Bill Hesse 2014/07/30 12:52:30 This should be changed to # Git hash for archiv
"dart_branch": "/branches/bleeding_edge",
- "dartium_webkit_branch": "/blink/branches/dart/1985",
- "dartium_webkit_revision": "178946",
+ "dartium_webkit_branch": "/blink/branches/dart/dartium",
ricow1 2014/07/30 12:04:32 this also seems strange
+ "dartium_webkit_revision": "179229",
"co19_rev": "@738",
- "fake_async_rev": "@38614",
})
def massage_deps(deps):
@@ -51,11 +50,8 @@ deps.update({
"src/dart/third_party/WebCore":
"/third_party/WebCore",
- "src/dart/third_party/pkg/fake_async":
- "/third_party/fake_async" + Var("fake_async_rev"),
-
"src/dart/tests/co19/src": ((Var("googlecode_url") % "co19") +
- "/trunk/co19/tests/co19/src" + Var("co19_rev")),
+ "/trunk/co19/tests/co19/src" + Var("co19_rev")),
})
« no previous file with comments | « no previous file | dartium.deps/DEPS.chromium » ('j') | dartium.deps/DEPS.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698