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

Unified Diff: fuzzer/elements.html

Issue 911143003: skeleton for fuzzer; contains makefile and front end server (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 10 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
Index: fuzzer/elements.html
diff --git a/doc/elements.html b/fuzzer/elements.html
similarity index 50%
copy from doc/elements.html
copy to fuzzer/elements.html
index 0b286f476bb20142a314c525402ef94d2e6f8b6b..2b91bed1d043746efcc4f9515ada77123897e115 100644
--- a/doc/elements.html
+++ b/fuzzer/elements.html
@@ -2,13 +2,15 @@
<html>
<head>
<!--
- The full set of web components needs for skiadocs.
+ The full set of web components needs for skiaperf.
jcgregorio 2015/02/11 12:49:11 for skia fuzzer.
humper 2015/02/11 13:17:50 Done.
This file will be vulcanized into res/imp/elements.html which is
imported via the templates/header.html file.
-->
<link rel="import" href="/res/imp/bower_components/polymer/polymer.html">
- <link rel="import" href="res/imp/bower_components/core-drawer-panel/core-drawer-panel.html">
- <link rel="import" href="res/imp/bower_components/core-icon-button/core-icon-button.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" />
+
</head>
« no previous file with comments | « fuzzer/bower.json ('k') | fuzzer/fuzzer.toml » ('j') | fuzzer/go/config/config.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698