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

Side by Side Diff: status/elements.html

Issue 1051173003: Add controls to buildbot dashboard (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: fix promise Created 5 years, 8 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
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 skia status. 5 The full set of web components needs for skia status.
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" />
(...skipping 30 matching lines...) Expand all
41 <link rel="import" href="/res/common/imp/menu-sk.html" /> 41 <link rel="import" href="/res/common/imp/menu-sk.html" />
42 <link rel="import" href="/res/common/imp/version-sk.html" /> 42 <link rel="import" href="/res/common/imp/version-sk.html" />
43 43
44 <link rel="import" href="/res/imp/alert-widget-sk.html" /> 44 <link rel="import" href="/res/imp/alert-widget-sk.html" />
45 <link rel="import" href="/res/imp/autoroll-widget-sk.html" /> 45 <link rel="import" href="/res/imp/autoroll-widget-sk.html" />
46 <link rel="import" href="/res/imp/bar-chart-sk.html" /> 46 <link rel="import" href="/res/imp/bar-chart-sk.html" />
47 <link rel="import" href="/res/imp/build-popup-sk.html" /> 47 <link rel="import" href="/res/imp/build-popup-sk.html" />
48 <link rel="import" href="/res/imp/builder-popup-sk.html" /> 48 <link rel="import" href="/res/imp/builder-popup-sk.html" />
49 <link rel="import" href="/res/imp/commit-popup-sk.html" /> 49 <link rel="import" href="/res/imp/commit-popup-sk.html" />
50 <link rel="import" href="/res/imp/commits-sk.html" /> 50 <link rel="import" href="/res/imp/commits-sk.html" />
51 <link rel="import" href="/res/imp/input-list-sk.html" />
51 <link rel="import" href="/res/imp/tree-status-sk.html" /> 52 <link rel="import" href="/res/imp/tree-status-sk.html" />
53
jcgregorio 2015/04/02 14:43:14 No blank line.
borenet 2015/04/02 14:57:20 Done.
54 <link rel="import" href="/res/imp/buildbot-dash-sk.html" />
52 </head> 55 </head>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698