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

Unified Diff: polymer_1.0.4/bower_components/google-map/metadata.html

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 6 months 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: polymer_1.0.4/bower_components/google-map/metadata.html
diff --git a/polymer_1.0.4/bower_components/google-map/metadata.html b/polymer_1.0.4/bower_components/google-map/metadata.html
new file mode 100644
index 0000000000000000000000000000000000000000..d67f8276fac9d078d6ac13b32d3b2bdff20e5b4d
--- /dev/null
+++ b/polymer_1.0.4/bower_components/google-map/metadata.html
@@ -0,0 +1,31 @@
+<x-meta id="google-map" label="Google Map">
+ <template>
+ <google-map style="width: 400px; height: 400px; display: block;"></google-map>
+ </template>
+ <property name="mapType" kind="select" options="roadmap,satellite,hybrid,terrain"></property>
+ <template id="imports">
+ <link rel="import" href="google-map.html">
+ </template>
+</x-meta>
+
+<x-meta id="google-map-directions" label="Google Map Directions">
+ <template>
+ <google-map-directions></google-map-directions>
+ </template>
+ <property name="map" kind="string"></property>
+ <property name="travelMode" kind="select" options="DRIVING,TRANSIT,WALKING,BICYCLING"></property>
+ <template id="imports">
+ <link rel="import" href="google-map-directions.html">
+ </template>
+</x-meta>
+
+<x-meta id="google-map-search" label="Google Map Search">
+ <template>
+ <google-map-search></google-map-search>
+ </template>
+ <property name="map" kind="string"></property>
+ <property name="query" kind="string"></property>
+ <template id="imports">
+ <link rel="import" href="google-map-search.html">
+ </template>
+</x-meta>
« no previous file with comments | « polymer_1.0.4/bower_components/google-map/index.html ('k') | polymer_1.0.4/bower_components/google-sheets/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698