blob: 25b549c491d8f08bd005102babab366d842add69 [file] [log] [blame]
<!--
This in an HTML Import-able file that contains the definition
of the following elements:
<fuzzer-menu-sk>
This is the side navigation menu for the Skia Fuzzer
To use this file import it:
<link href="fuzzer-menu-sk.html" rel="import" />
Usage:
<fuzzer-menu-sk></fuzzer-menu-sk>
Attributes:
None
Events:
None
Methods:
None
-->
<link rel="import" href="/res/common/imp/menu-item-sk.html">
<link rel="import" href="/res/imp/bower_components/iron-icon/iron-icon.html">
<link rel="import" href="/res/imp/bower_components/iron-icons/iron-icons.html">
<link rel="import" href="/res/imp/bower_components/paper-item/paper-item.html">
<dom-module id="fuzzer-menu-sk">
<template>
<menu-item-sk label="Home" url="/" icon="icons:home"></menu-item-sk>
<menu-item-sk label="Help" url="https://docs.google.com/document/d/1FZZnfEXzuNcjshveX1R35Lp-96-iLJWibNYZ7_WgZjg/edit" icon="icons:help"></menu-item-sk>
<menu-item-sk label="Roll Fuzzer" url="/roll" icon="icons:autorenew"></menu-item-sk>
<menu-item-sk label="Code" url="https://github.com/google/skia-buildbot/tree/master/fuzzer" icon="icons:folder"></menu-item-sk>
<content></content>
</template>
<script>
Polymer({
is: "fuzzer-menu-sk",
});
</script>
</dom-module>