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

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: ;switch fuzzer to new metrics callback init 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
« no previous file with comments | « fuzzer/bower.json ('k') | fuzzer/fuzzer.toml » ('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 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
« no previous file with comments | « fuzzer/bower.json ('k') | fuzzer/fuzzer.toml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698