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

Unified Diff: Tools/GardeningServer/model/ct-builder-revisions-mock.html

Issue 480213002: Update builder revisions to use new format (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/GardeningServer/model/ct-builder-revisions.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/model/ct-builder-revisions-mock.html
diff --git a/Tools/GardeningServer/model/ct-builder-revisions-mock.html b/Tools/GardeningServer/model/ct-builder-revisions-mock.html
index 316234c41ab952dfbd3a59fb599b15e7205f9acb..56a83f0f8a99c0f18f278689f19cf14e91be55ae 100644
--- a/Tools/GardeningServer/model/ct-builder-revisions-mock.html
+++ b/Tools/GardeningServer/model/ct-builder-revisions-mock.html
@@ -12,17 +12,21 @@ found in the LICENSE file.
var kExampleBuilderRevisions =
{
"Linux": {
- "v8": "22785",
- "chromium": "287303",
- "nacl": "13580",
- "blink": "158544"
- },
- "Android": {
- "v8": "22785",
- "chromium": "287303",
- "nacl": "13580",
- "blink": "158543"
- }
+ "revisions": {
+ "v8": "22785",
+ "chromium": "287303",
+ "nacl": "13580",
+ "blink": "158544"
+ }
+ },
+ "Android": {
+ "revisions": {
+ "v8": "22785",
+ "chromium": "287303",
+ "nacl": "13580",
+ "blink": "158543"
+ }
+ }
}
window.CTBuilderRevisionsMock = function() {
« no previous file with comments | « Tools/GardeningServer/model/ct-builder-revisions.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698