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

Side by Side Diff: third_party/polymer/components-chromium/paper-fab/metadata.html

Issue 592593002: Inline scripts were extracted from Polymer elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/echo ""/echo/ Created 6 years, 2 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
(Empty)
1 <x-meta id="paper-fab" label="Floating Action Button" group="Paper">
2
3 <template>
4 <paper-fab icon="av:play-arrow"></paper-fab>
5 </template>
6
7 <template id="imports">
8 <link rel="import" href="../core-icons/core-icons.html">
9 <link rel="import" href="../core-icons/av-icons.html">
10 <link rel="import" href="paper-fab.html">
11 </template>
12
13 </x-meta>
14
15 <x-meta id="paper-fab-right-aligned" label="Floating Action Button Panel" group= "Paper">
16
17 <template>
18 <div layout horizontal>
19 <paper-fab icon="check"></paper-fab>
20 </div>
21 </template>
22
23 <template id="imports">
24 <link rel="import" href="../core-icons/core-icons.html">
25 <link rel="import" href="paper-fab.html">
26 </template>
27 </x-meta>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698