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

Unified Diff: ui/webui/resources/polymer_resources.grdp

Issue 2042973002: [MD History] Add routing to the synced devices page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hide_search_bar
Patch Set: fix test Created 4 years, 5 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: ui/webui/resources/polymer_resources.grdp
diff --git a/ui/webui/resources/polymer_resources.grdp b/ui/webui/resources/polymer_resources.grdp
index 09bbc09dbd543b87ef3bdc2c67e07dd0186830c5..b8982f1e561e4d4dc885739b51db1bad35e13531 100644
--- a/ui/webui/resources/polymer_resources.grdp
+++ b/ui/webui/resources/polymer_resources.grdp
@@ -26,6 +26,30 @@
<structure name="IDR_POLYMER_1_0_APP_LAYOUT_APP_DRAWER_APP_DRAWER_HTML"
file="../../../third_party/polymer/v1_0/components-chromium/app-layout/app-drawer/app-drawer.html"
type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_APP_ROUTE_APP_LOCATION_EXTRACTED_JS"
+ file="../../../third_party/polymer/v1_0/components-chromium/app-route/app-location-extracted.js"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_APP_ROUTE_APP_LOCATION_HTML"
+ file="../../../third_party/polymer/v1_0/components-chromium/app-route/app-location.html"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_APP_ROUTE_APP_ROUTE_EXTRACTED_JS"
+ file="../../../third_party/polymer/v1_0/components-chromium/app-route/app-route-extracted.js"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_APP_ROUTE_APP_ROUTE_HTML"
+ file="../../../third_party/polymer/v1_0/components-chromium/app-route/app-route.html"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_APP_ROUTE_APP_ROUTE_CONVERTER_BEHAVIOR_EXTRACTED_JS"
+ file="../../../third_party/polymer/v1_0/components-chromium/app-route/app-route-converter-behavior-extracted.js"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_APP_ROUTE_APP_ROUTE_CONVERTER_BEHAVIOR_HTML"
+ file="../../../third_party/polymer/v1_0/components-chromium/app-route/app-route-converter-behavior.html"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_APP_ROUTE_APP_ROUTE_CONVERTER_EXTRACTED_JS"
+ file="../../../third_party/polymer/v1_0/components-chromium/app-route/app-route-converter-extracted.js"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_APP_ROUTE_APP_ROUTE_CONVERTER_HTML"
+ file="../../../third_party/polymer/v1_0/components-chromium/app-route/app-route-converter.html"
+ type="chrome_html" />
<structure name="IDR_POLYMER_1_0_FONT_ROBOTO_ROBOTO_HTML"
file="../../../third_party/polymer/v1_0/components-chromium/font-roboto/roboto.html"
type="chrome_html" />
@@ -170,6 +194,18 @@
<structure name="IDR_POLYMER_1_0_IRON_LIST_IRON_LIST_HTML"
file="../../../third_party/polymer/v1_0/components-chromium/iron-list/iron-list.html"
type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_IRON_LOCATION_IRON_LOCATION_EXTRACTED_JS"
+ file="../../../third_party/polymer/v1_0/components-chromium/iron-location/iron-location-extracted.js"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_IRON_LOCATION_IRON_LOCATION_HTML"
+ file="../../../third_party/polymer/v1_0/components-chromium/iron-location/iron-location.html"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_IRON_LOCATION_IRON_QUERY_PARAMS_EXTRACTED_JS"
+ file="../../../third_party/polymer/v1_0/components-chromium/iron-location/iron-query-params-extracted.js"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_IRON_LOCATION_IRON_QUERY_PARAMS_HTML"
+ file="../../../third_party/polymer/v1_0/components-chromium/iron-location/iron-query-params.html"
+ type="chrome_html" />
<structure name="IDR_POLYMER_1_0_IRON_MEDIA_QUERY_IRON_MEDIA_QUERY_EXTRACTED_JS"
file="../../../third_party/polymer/v1_0/components-chromium/iron-media-query/iron-media-query-extracted.js"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698