Index: third_party/polymer/components-chromium/core-icon/metadata.html |
diff --git a/third_party/polymer/components-chromium/core-icon/metadata.html b/third_party/polymer/components-chromium/core-icon/metadata.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bb4c828075848562b19f5488e15c527550fa3a97 |
--- /dev/null |
+++ b/third_party/polymer/components-chromium/core-icon/metadata.html |
@@ -0,0 +1,12 @@ |
+<x-meta id="core-icon" label="Icon" group="Core" hideSubtree> |
+ |
+ <template> |
+ <core-icon icon="search"></core-icon> |
+ </template> |
+ |
+ <template id="imports"> |
+ <link rel="import" href="../core-icons/core-icons.html"> |
+ <link rel="import" href="core-icon.html"> |
+ </template> |
+ |
+</x-meta> |