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

Unified Diff: fuzzer/elements.html

Issue 1144163010: Getting started on the fuzzer web front end. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Update startsWith polyfill Created 5 years, 7 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 | « no previous file | fuzzer/fuzzer.toml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/elements.html
diff --git a/fuzzer/elements.html b/fuzzer/elements.html
index 363853c80feff8cfe9fac93a06748347bf251632..37a7b21775c8bce3b203551955de7f46574f9c10 100644
--- a/fuzzer/elements.html
+++ b/fuzzer/elements.html
@@ -9,8 +9,12 @@
-->
<link rel="import" href="/res/imp/bower_components/polymer/polymer.html">
+ <link rel="import" href="/res/imp/bower_components/core-icons/core-icons.html">
+
<link href="/res/common/imp/scaffold.html" rel="import" />
<link href="/res/common/imp/login.html" rel="import" />
- <link href="/res/common/imp/toggle.html" rel="import" />
+ <link href="/res/common/imp/paging.html" rel="import" />
+
+ <link href="/res/imp/fuzzsummary.html" rel="import" />
</head>
« no previous file with comments | « no previous file | fuzzer/fuzzer.toml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698