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

Unified Diff: deps/dartium.deps/DEPS

Issue 59073003: Version 0.8.10.4 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | « dart/tools/dom/templates/html/impl/impl_Element.darttemplate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deps/dartium.deps/DEPS
===================================================================
--- deps/dartium.deps/DEPS (revision 29808)
+++ deps/dartium.deps/DEPS (working copy)
@@ -8,14 +8,13 @@
vars.update({
"chromium_url": "http://src.chromium.org/svn",
- "chromium_revision": "224845",
+ "dartium_chromium_url": "http://src.chromium.org/multivm/branches/1650/chrome",
+ "dartium_chromium_revision": "1574",
# The Dart repository URL is pulled out here so that it can be easily
# updated to "https" for committers.
"dart_branch": "/trunk",
- "multivm_url": "http://src.chromium.org/multivm/trunk",
- "dartium_webkit_trunk": "http://src.chromium.org/multivm/trunk/webkit",
- "dartium_webkit_revision": "1516",
- "dartium_tools_revision": "1508",
+ "dartium_webkit_trunk": "http://src.chromium.org/multivm/branches/1650/blink",
+ "dartium_webkit_revision": "1578",
"bootstrap_css_rev" : "@28387",
"co19_rev": "@651",
@@ -43,7 +42,7 @@
deps.update({
"src":
- Var("chromium_url") + "/trunk/src@" + Var("chromium_revision"),
+ Var("dartium_chromium_url") + "@" + Var("dartium_chromium_revision"),
"src/dart":
Var("dart_branch") + "/dart",
@@ -51,9 +50,6 @@
"src/dart/tests/co19/src": ((Var("googlecode_url") % "co19") +
"/trunk/co19/tests/co19/src" + Var("co19_rev")),
- "src/dartium_tools":
- Var("multivm_url") + "/tools@" + Var("dartium_tools_revision"),
-
"src/dart/runtime/bin/vmservice/client/bootstrap_css":
"/third_party/bootstrap_css" + Var("bootstrap_css_rev"),
@@ -65,10 +61,6 @@
})
hooks[0:0] = [{
- "pattern": ".",
- "action": ["python", "src/dartium_tools/export_overrides.py"],
- },
- {
"pattern": "dart",
"action": ["python", "src/dartium_tools/generate_dart_vm_version.py"],
}]
« no previous file with comments | « dart/tools/dom/templates/html/impl/impl_Element.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698