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

Side by Side Diff: autoroll/elements.html

Issue 1411553004: Add autoroll server (Closed) Base URL: https://skia.googlesource.com/buildbot@arb_status
Patch Set: Add error-toast-sk to app-sk Created 5 years, 2 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 unified diff | Download patch
« no previous file with comments | « autoroll/build_release ('k') | autoroll/go/autoroll/main.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <!-- 4 <!--
5 The full set of web components needs for skiaalerts. 5 The full set of web components needs for autoroll.
6 6
7 This file will be vulcanized into res/imp/elements.html which is 7 This file will be vulcanized into res/imp/elements.html which is
8 imported via the templates/header.html file. 8 imported via the templates/header.html file.
9 --> 9 -->
10 <link rel="import" href="/res/imp/bower_components/polymer/polymer.html" /> 10 <link rel="import" href="/res/imp/bower_components/polymer/polymer.html" />
11 <link rel="import" href="/res/imp/bower_components/iron-flex-layout/iron-fle x-layout.html"> 11 <link rel="import" href="/res/imp/bower_components/iron-flex-layout/iron-fle x-layout.html">
12 12
13 <link rel="import" href="/res/common/imp/9/app-sk.html" /> 13 <link rel="import" href="/res/common/imp/9/app-sk.html" />
14 14 <link rel="import" href="/res/imp/arb-status-sk.html"/>
15 <link rel="import" href="/res/imp/9/alerts-sk.html"/>
16 <link rel="import" href="/res/imp/9/alerts-menu-sk.html"/>
17 <link rel="import" href="/res/imp/9/rules-sk.html" />
18 </head> 15 </head>
OLDNEW
« no previous file with comments | « autoroll/build_release ('k') | autoroll/go/autoroll/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698