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

Side by Side 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: Joe comments 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 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 skiadocs. 5 The full set of web components needs for skia fuzzer.
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">
11 11
12 <link rel="import" href="res/imp/bower_components/core-drawer-panel/core-dra wer-panel.html"> 12 <link href="/res/common/imp/scaffold.html" rel="import" />
13 <link rel="import" href="res/imp/bower_components/core-icon-button/core-icon -button.html"> 13 <link href="/res/common/imp/login.html" rel="import" />
14 <link href="/res/common/imp/toggle.html" rel="import" />
15
14 </head> 16 </head>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698