Index: third_party/polymer/v0_8/components-chromium/paper-item/paper-icon-item-extracted.js |
diff --git a/third_party/polymer/v0_8/components-chromium/paper-item/paper-icon-item-extracted.js b/third_party/polymer/v0_8/components-chromium/paper-item/paper-icon-item-extracted.js |
deleted file mode 100644 |
index 75cbc7ddf87c54d6ab13c71995de274a67eee430..0000000000000000000000000000000000000000 |
--- a/third_party/polymer/v0_8/components-chromium/paper-item/paper-icon-item-extracted.js |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
- |
- |
-(function() { |
- |
- Polymer({ |
- |
- is: 'paper-icon-item', |
- |
- hostAttributes: { |
- 'role': 'listitem' |
- } |
- |
- }); |
- |
-})(); |
- |