Index: third_party/polymer/v0_8/components-chromium/paper-item/paper-item-extracted.js |
diff --git a/third_party/polymer/v0_8/components-chromium/paper-item/paper-item-extracted.js b/third_party/polymer/v0_8/components-chromium/paper-item/paper-item-extracted.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..58fd2bf4c3bbfbf88451855d7ebf7b4e09f13606 |
--- /dev/null |
+++ b/third_party/polymer/v0_8/components-chromium/paper-item/paper-item-extracted.js |
@@ -0,0 +1,18 @@ |
+ |
+ |
+(function() { |
+ |
+ Polymer({ |
+ |
+ is: 'paper-item', |
+ |
+ enableCustomStyleProperties: true, |
+ |
+ hostAttributes: { |
+ role: 'listitem' |
+ } |
+ |
+ }); |
+ |
+})(); |
+ |