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

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

Issue 1159623003: Add skeleton UI for sync page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some lint issues. Created 5 years, 7 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 c30ca9b5d1ac3bc964853520c1bdfa9d260c367f..c54cfabe24d1c5c76f30d37e568d0e34fd5e5646 100644
--- a/ui/webui/resources/polymer_resources.grdp
+++ b/ui/webui/resources/polymer_resources.grdp
@@ -782,6 +782,21 @@
<structure name="IDR_POLYMER_08_PAPER_TOOLBAR_PAPER_TOOLBAR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-toolbar/paper-toolbar.html"
type="chrome_html" />
+ <structure name="IDR_POLYMER_08_PAPER_RADIO_BUTTON_PAPER_RADIO_BUTTON_CSS"
+ file="../../../third_party/polymer/v0_8/components-chromium/paper-radio-button/paper-radio-button.css"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_08_PAPER_RADIO_BUTTON_PAPER_RADIO_BUTTON_EXTRACTED_JS"
+ file="../../../third_party/polymer/v0_8/components-chromium/paper-radio-button/paper-radio-button-extracted.js"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_08_PAPER_RADIO_BUTTON_PAPER_RADIO_BUTTON_HTML"
+ file="../../../third_party/polymer/v0_8/components-chromium/paper-radio-button/paper-radio-button.html"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_08_PAPER_RADIO_GROUP_PAPER_RADIO_GROUP_EXTRACTED_JS"
+ file="../../../third_party/polymer/v0_8/components-chromium/paper-radio-group/paper-radio-group-extracted.js"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_08_PAPER_RADIO_GROUP_PAPER_RADIO_GROUP_HTML"
+ file="../../../third_party/polymer/v0_8/components-chromium/paper-radio-group/paper-radio-group.html"
+ type="chrome_html" />
<!-- more-routing and deps -->
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER"

Powered by Google App Engine
This is Rietveld 408576698