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

Unified Diff: node_modules/vulcanize/test/html/imports/simple-import.html

Issue 800513006: Added vulcanize under third_party/npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 6 years 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 side-by-side diff with in-line comments
Download patch
Index: node_modules/vulcanize/test/html/imports/simple-import.html
diff --git a/bower_components/core-icon-button/metadata.html b/node_modules/vulcanize/test/html/imports/simple-import.html
similarity index 61%
copy from bower_components/core-icon-button/metadata.html
copy to node_modules/vulcanize/test/html/imports/simple-import.html
index 35c87dccb9f91537afaf63d40d08413f0a58192d..7f6a8cfc250cd2a97290d2ab7c5dfe29fd07d7d3 100644
--- a/bower_components/core-icon-button/metadata.html
+++ b/node_modules/vulcanize/test/html/imports/simple-import.html
@@ -7,14 +7,16 @@
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
-<x-meta id="core-icon-button" label="Icon Button" group="Core">
-
+<polymer-element name="my-element" noscript>
<template>
- <core-icon-button icon="menu" theme="core-light-theme"></core-icon-button>
+ <link rel="stylesheet" href="simple-style.css" shim-shadowdom>
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 630 630">
+ <rect x="0" y="0" width="630" height="630" fill="#3c790a"/>
+ <path d="m212 497c11"/>
+ <polygon />
+ <path />
+ <polygon/>
+ <path />
+ </svg>
</template>
-
- <template id="imports">
- <link rel="import" href="core-icon-button.html">
- </template>
-
-</x-meta>
+</polymer-element>
« no previous file with comments | « node_modules/vulcanize/test/html/default.html ('k') | node_modules/vulcanize/test/html/imports/simple-style.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698