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

Side by Side Diff: golden/elements.html

Issue 1224943002: gold: force layout diagram (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: fix vet Created 5 years, 5 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 | « golden/bower.json ('k') | golden/go/skiacorrectness/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 skiacorrectness. 5 The full set of web components needs for skiacorrectness.
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <link href="/res/imp/querydialog.html" rel="import" /> 56 <link href="/res/imp/querydialog.html" rel="import" />
57 <link href="/res/imp/grouptriage.html" rel="import" /> 57 <link href="/res/imp/grouptriage.html" rel="import" />
58 <link href="/res/imp/sortgrid.html" rel="import" /> 58 <link href="/res/imp/sortgrid.html" rel="import" />
59 <link href="/res/imp/triagelog.html" rel="import" /> 59 <link href="/res/imp/triagelog.html" rel="import" />
60 <link href="/res/imp/teststatus.html" rel="import" /> 60 <link href="/res/imp/teststatus.html" rel="import" />
61 <link href="/res/imp/status.html" rel="import" /> 61 <link href="/res/imp/status.html" rel="import" />
62 <link href="/res/imp/detaillist.html" rel="import" /> 62 <link href="/res/imp/detaillist.html" rel="import" />
63 <link href="/res/imp/testsummarydetails.html" rel="import" /> 63 <link href="/res/imp/testsummarydetails.html" rel="import" />
64 <link href="/res/imp/testsummary.html" rel="import" /> 64 <link href="/res/imp/testsummary.html" rel="import" />
65 <link href="/res/imp/digest-details-sk.html" rel="import" /> 65 <link href="/res/imp/digest-details-sk.html" rel="import" />
66 <link href="/res/imp/cluster.html" rel="import" />
66 </head> 67 </head>
OLDNEW
« no previous file with comments | « golden/bower.json ('k') | golden/go/skiacorrectness/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698