Index: tools/dartium/update_deps.py |
diff --git a/tools/dartium/update_deps.py b/tools/dartium/update_deps.py |
index 6e274379de43ad3658331f78197c5652512661a3..3370a24df7c2b9feca587f5445a581762d90bcfb 100755 |
--- a/tools/dartium/update_deps.py |
+++ b/tools/dartium/update_deps.py |
@@ -41,8 +41,9 @@ from time import strptime |
######################################################################## |
BRANCH_CURRENT="dart/dartium" |
-BRANCH_NEXT="dart/dartium" |
-BRANCH_MULTIVM="dart/multivm" |
+BRANCH_NEXT="dart/2454_1" |
+ |
+# (repo_name, deps_dir, repo_branch, prefix, repos, branch) |
TARGETS = { |
'dartium': ( |
@@ -56,9 +57,9 @@ TARGETS = { |
), |
'integration': ( |
# TODO(jacobr): what is the git repo for integration if any? |
- 'https://dart.googlecode.com/svn/branches/dartium_integration/deps/dartium.deps', |
+ 'git@github.com:dart-lang/sdk.git', |
'tools/deps/dartium.deps', |
- 'origin/master', |
+ 'origin/integration', |
'dartium', |
# TODO(vsm): Reenable 'chromium' |
['webkit'], |