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

Unified Diff: dartium.deps/DEPS

Issue 429073003: Dartium 37 to bleeding edge (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/deps
Patch Set: Update to latest Created 6 years, 5 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 | dartium.deps/DEPS.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dartium.deps/DEPS
diff --git a/dartium.deps/DEPS b/dartium.deps/DEPS
index a97dcdb509d3ec2666b6cdc8bddcd7a52ed48fce..50a5eeae45c42609ff45918fe3c91c8788de6c41 100644
--- a/dartium.deps/DEPS
+++ b/dartium.deps/DEPS
@@ -9,12 +9,16 @@ 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",
+ "dartium_chromium_revision": "284674",
+ # Git hashes of archived chromium builds closest to r278856.
+ "chromium_base_revision":
+ '{"Windows":"9332044293a666d077a214b735a31ba9f3debed7", ' +
+ ' "Darwin": "db25a7e9bf34e638a1cbb4c8974ca566c22eb62c", ' +
+ ' "Linux": "abe29e2ae1ad6d9bd8a7bfa23b3316a203d39ef2"}',
"dart_branch": "/branches/bleeding_edge",
- "dartium_webkit_branch": "/blink/branches/dart/1985",
- "dartium_webkit_revision": "178946",
+ "dartium_webkit_branch": "/blink/branches/dart/dartium",
+ "dartium_webkit_revision": "179306",
"co19_rev": "@738",
"fake_async_rev": "@38614",
« no previous file with comments | « no previous file | dartium.deps/DEPS.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698