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

Unified Diff: update_deps.py

Issue 888683002: Only auto-roll blink for the moment (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/tools/dartium
Patch Set: Created 5 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_deps.py
diff --git a/update_deps.py b/update_deps.py
index 5dd1c84dcb366368a7bdd6d8532c8412fed53ee7..128a82e6b0b131dcac7fd0cbd48fc68bfd9f7fa5 100755
--- a/update_deps.py
+++ b/update_deps.py
@@ -48,13 +48,15 @@ TARGETS = {
'dartium': (
'https://dart.googlecode.com/svn/branches/bleeding_edge/deps/dartium.deps',
'dartium',
- ['webkit', 'chromium'],
+ # TODO(vsm): Reenable 'chromium'
rmacnak 2015/01/29 19:34:38 edge is still on svn
+ ['webkit'],
BRANCH_CURRENT,
),
'integration': (
'https://dart.googlecode.com/svn/branches/dartium_integration/deps/dartium.deps',
'dartium',
- ['webkit', 'chromium'],
+ # TODO(vsm): Reenable 'chromium'
+ ['webkit'],
BRANCH_NEXT,
),
'clank': (
« 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