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

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

Issue 555263004: Add hung bots to sheriff-o-matic view (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address nits. Created 6 years, 3 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
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
deleted file mode 100644
index 56a83f0f8a99c0f18f278689f19cf14e91be55ae..0000000000000000000000000000000000000000
--- a/Tools/GardeningServer/model/ct-builder-revisions-mock.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!--
-Copyright 2014 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
--->
-
-<link rel='import' href='ct-builder-revisions.html'>
-
-<script>
-(function () {
-
-var kExampleBuilderRevisions =
- {
- "Linux": {
- "revisions": {
- "v8": "22785",
- "chromium": "287303",
- "nacl": "13580",
- "blink": "158544"
- }
- },
- "Android": {
- "revisions": {
- "v8": "22785",
- "chromium": "287303",
- "nacl": "13580",
- "blink": "158543"
- }
- }
- }
-
-window.CTBuilderRevisionsMock = function() {
- return new CTBuilderRevisions(kExampleBuilderRevisions);
-};
-
-})();
-</script>
« no previous file with comments | « Tools/GardeningServer/model/ct-builder-revisions.html ('k') | Tools/GardeningServer/model/ct-failure-group.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698