OLD | NEW |
---|---|
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 skiaperf. |
jcgregorio
2015/02/11 12:49:11
for skia fuzzer.
humper
2015/02/11 13:17:50
Done.
| |
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> |
OLD | NEW |