Chromium Code Reviews| 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")), |
| }) |