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

Unified Diff: appengine/sheriff_o_matic/model/ct-repository.html

Issue 1315693002: SoM: upgrade Polymer from 0.5 to 1.0 Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: get bower_components from polymer_1.0.4 Created 5 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 | « appengine/sheriff_o_matic/model/ct-failures.html ('k') | appengine/sheriff_o_matic/model/ct-rotations.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/sheriff_o_matic/model/ct-repository.html
diff --git a/appengine/sheriff_o_matic/model/ct-repository.html b/appengine/sheriff_o_matic/model/ct-repository.html
index 9a3681352aad39787b6fb88709fadac7266cb648..021c2a4ca309267c49e0ff387f8d05ed321bf6aa 100644
--- a/appengine/sheriff_o_matic/model/ct-repository.html
+++ b/appengine/sheriff_o_matic/model/ct-repository.html
@@ -2,9 +2,8 @@
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-commit.html'>
-<link rel='import' href='../appengine_module/components/net.html'>
+--><html><head><link rel="import" href="ct-commit.html">
+<link rel="import" href="../appengine_module/components/net.html">
<script>
function CTRepository(name, dataUrl, repositoryUrl) {
this.name = name;
« no previous file with comments | « appengine/sheriff_o_matic/model/ct-failures.html ('k') | appengine/sheriff_o_matic/model/ct-rotations.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698