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

Unified Diff: deps/multivm.deps/DEPS

Issue 353993002: Multivm branch: Fetch reference build from archive using git hash, not revision. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 6 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 | « dart/tools/bots/get_chromium_build.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deps/multivm.deps/DEPS
===================================================================
--- deps/multivm.deps/DEPS (revision 37731)
+++ deps/multivm.deps/DEPS (working copy)
@@ -11,8 +11,11 @@
"multivm_base": "http://src.chromium.org",
"multivm_chromium_branch": "/chrome/trunk/src",
"multivm_chromium_revision": "278856",
- # There were no uploaded chromium builds within 100 revisions of 277580.
- "chromium_base_revision": "278856",
+ # Git hashes of snapshotted chromium builds closest to r278856.
+ "chromium_base_revision":
+ '{"Windows":"37fde6a752162681ce6b62f1a96683483f2df596", ' +
+ ' "Darwin": "db25a7e9bf34e638a1cbb4c8974ca566c22eb62c", ' +
+ ' "Linux": "abe29e2ae1ad6d9bd8a7bfa23b3316a203d39ef2"}'
"dart_tools_branch": "/branches/bleeding_edge/dart/tools",
"dart_tools_revision": "36985",
"multivm_blink_branch": "/blink/branches/dart/multivm",
« no previous file with comments | « dart/tools/bots/get_chromium_build.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698