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

Unified Diff: tools/dartium/update_deps.py

Issue 1682783002: Dartium 45 roll (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: removed 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dartium/test.py ('k') | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
« no previous file with comments | « tools/dartium/test.py ('k') | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698