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

Unified Diff: Tools/GardeningServer/sheriff-o-matic.html

Issue 728023004: Remove GardeningServer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Tools/GardeningServer/scripts/test/results-tests.html ('k') | Tools/GardeningServer/test/karma-loader.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/sheriff-o-matic.html
diff --git a/Tools/GardeningServer/sheriff-o-matic.html b/Tools/GardeningServer/sheriff-o-matic.html
deleted file mode 100644
index 1a6821abea76aa826027c35c2c05e4bab4fab68e..0000000000000000000000000000000000000000
--- a/Tools/GardeningServer/sheriff-o-matic.html
+++ /dev/null
@@ -1,35 +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.
-
-The favicons are from the awesome famfamfam.com, which is the website of Mark
-James, a web developer from Birmingham, UK.
--->
-<!DOCTYPE html>
-<head>
-<title>Sheriff-O-Matic</title>
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, user-scalable=no">
-<!--
-Add a base element so our custom URLs don't break imports and links.
-This assumes the application is run from the web server root.
--->
-<base href="/">
-<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700">
-<style>
-html, body {
- height: 100%;
-}
-body {
- background-color: white; /* workaround for web2cast: http://goo.gl/tQiSPW */
- font-family: 'Open Sans';
- font-size: 14px;
- margin: 0px;
-}
-</style>
-<script src="bower_components/platform/platform.js"></script>
-<link rel="import" href="bower_components/polymer/polymer.html">
-<link rel="import" href="ui/ct-sheriff-o-matic.html">
-<ct-sheriff-o-matic></ct-sheriff-o-matic>
-</head>
« no previous file with comments | « Tools/GardeningServer/scripts/test/results-tests.html ('k') | Tools/GardeningServer/test/karma-loader.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698