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

Side by Side Diff: golden/elements.html

Issue 1200343002: gold: ByBlame WIP (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: rebase Created 5 years, 6 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 | « no previous file | 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 22 matching lines...) Expand all
33 <link href="/res/common/imp/toggle.html" rel="import" /> 33 <link href="/res/common/imp/toggle.html" rel="import" />
34 <link href="/res/common/imp/login.html" rel="import" /> 34 <link href="/res/common/imp/login.html" rel="import" />
35 <link href="/res/common/imp/query.html" rel="import" /> 35 <link href="/res/common/imp/query.html" rel="import" />
36 <link href="/res/common/imp/scaffold.html" rel="import" /> 36 <link href="/res/common/imp/scaffold.html" rel="import" />
37 <link href="/res/common/imp/sort.html" rel="import" /> 37 <link href="/res/common/imp/sort.html" rel="import" />
38 <link href="/res/common/imp/error-toast.html" rel="import" /> 38 <link href="/res/common/imp/error-toast.html" rel="import" />
39 39
40 <link href="/res/imp/counter.html" rel="import" /> 40 <link href="/res/imp/counter.html" rel="import" />
41 <link href="/res/imp/dots.html" rel="import" /> 41 <link href="/res/imp/dots.html" rel="import" />
42 <link href="/res/imp/dotlegend.html" rel="import" /> 42 <link href="/res/imp/dotlegend.html" rel="import" />
43 <link href="/res/imp/tri.html" rel="import" />
44 <link href="/res/imp/blame.html" rel="import" />
43 <link href="/res/imp/tricon.html" rel="import" /> 45 <link href="/res/imp/tricon.html" rel="import" />
44 <link href="/res/imp/commits.html" rel="import" /> 46 <link href="/res/imp/commits.html" rel="import" />
47 <link href="/res/imp/commit-panel.html" rel="import" />
45 <link href="/res/imp/checkable.html" rel="import" /> 48 <link href="/res/imp/checkable.html" rel="import" />
46 <link href="/res/imp/testsummarydetails.html" rel="import" />
47 <link href="/res/imp/testsummary.html" rel="import" />
48 <link href="/res/imp/ignore.html" rel="import" /> 49 <link href="/res/imp/ignore.html" rel="import" />
49 <link href="/res/imp/tri.html" rel="import" />
50 <link href="/res/imp/grid.html" rel="import" /> 50 <link href="/res/imp/grid.html" rel="import" />
51 <link href="/res/imp/corpus.html" rel="import" /> 51 <link href="/res/imp/corpus.html" rel="import" />
52 <link href="/res/imp/crosshair.html" rel="import" /> 52 <link href="/res/imp/crosshair.html" rel="import" />
53 <link href="/res/imp/zoom.html" rel="import" /> 53 <link href="/res/imp/zoom.html" rel="import" />
54 <link href="/res/imp/detailtable.html" rel="import" /> 54 <link href="/res/imp/detailtable.html" rel="import" />
55 <link href="/res/imp/diffdetail.html" rel="import" /> 55 <link href="/res/imp/diffdetail.html" rel="import" />
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/blame.html" rel="import" /> 63 <link href="/res/imp/testsummarydetails.html" rel="import" />
64 <link href="/res/imp/testsummary.html" rel="import" />
64 </head> 65 </head>
OLDNEW
« no previous file with comments | « no previous file | golden/go/skiacorrectness/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698