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

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

Issue 2039593002: [Md Feedback] Add initial content/strings to feedback-container element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per dbeam@'s comments. Rebase. Created 4 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: ui/webui/resources/polymer_resources.grdp
diff --git a/ui/webui/resources/polymer_resources.grdp b/ui/webui/resources/polymer_resources.grdp
index 86324fcd4d8daf41eab148ac5c48eab154161dce..3af2b377ea4139a230b85874b33f9b580c50db49 100644
--- a/ui/webui/resources/polymer_resources.grdp
+++ b/ui/webui/resources/polymer_resources.grdp
@@ -41,6 +41,12 @@
<structure name="IDR_POLYMER_1_0_IRON_A11Y_KEYS_IRON_A11Y_KEYS_HTML"
file="../../../third_party/polymer/v1_0/components-chromium/iron-a11y-keys/iron-a11y-keys.html"
type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_IRON_AUTOGROW_TEXTAREA_IRON_AUTOGROW_TEXTAREA_EXTRACTED_JS"
+ file="../../../third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea-extracted.js"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_IRON_AUTOGROW_TEXTAREA_IRON_AUTOGROW_TEXTAREA_HTML"
+ file="../../../third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea.html"
+ type="chrome_html" />
<structure name="IDR_POLYMER_1_0_IRON_BEHAVIORS_IRON_BUTTON_STATE_EXTRACTED_JS"
file="../../../third_party/polymer/v1_0/components-chromium/iron-behaviors/iron-button-state-extracted.js"
type="chrome_html" />
@@ -491,15 +497,15 @@
<structure name="IDR_POLYMER_1_0_PAPER_ICON_BUTTON_PAPER_ICON_BUTTON_EXTRACTED_JS"
file="../../../third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-extracted.js"
type="chrome_html" />
- <structure name="IDR_POLYMER_1_0_PAPER_ICON_BUTTON_PAPER_ICON_BUTTON_HTML"
- file="../../../third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button.html"
- type="chrome_html" />
<structure name="IDR_POLYMER_1_0_PAPER_ICON_BUTTON_PAPER_ICON_BUTTON_LIGHT_EXTRACTED_JS"
file="../../../third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_1_0_PAPER_ICON_BUTTON_PAPER_ICON_BUTTON_LIGHT_HTML"
file="../../../third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light.html"
type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_PAPER_ICON_BUTTON_PAPER_ICON_BUTTON_HTML"
+ file="../../../third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button.html"
+ type="chrome_html" />
Dan Beam 2016/06/09 19:03:39 hmmm, are you using our tools/polymer/ scripts to
hcarmona 2016/06/09 19:07:05 My change hasn't landed yet, but I have the same c
apacible 2016/06/09 20:23:48 I goofed somewhere with branches; these are for an
apacible 2016/06/09 21:01:35 Wait, got confused from the multiple webui-related
<structure name="IDR_POLYMER_1_0_PAPER_INPUT_PAPER_INPUT_ADDON_BEHAVIOR_EXTRACTED_JS"
file="../../../third_party/polymer/v1_0/components-chromium/paper-input/paper-input-addon-behavior-extracted.js"
type="chrome_html" />
@@ -536,6 +542,12 @@
<structure name="IDR_POLYMER_1_0_PAPER_INPUT_PAPER_INPUT_HTML"
file="../../../third_party/polymer/v1_0/components-chromium/paper-input/paper-input.html"
type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_PAPER_INPUT_PAPER_TEXTAREA_EXTRACTED_JS"
+ file="../../../third_party/polymer/v1_0/components-chromium/paper-input/paper-textarea-extracted.js"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_1_0_PAPER_INPUT_PAPER_TEXTAREA_HTML"
+ file="../../../third_party/polymer/v1_0/components-chromium/paper-input/paper-textarea.html"
+ type="chrome_html" />
<structure name="IDR_POLYMER_1_0_PAPER_ITEM_PAPER_ICON_ITEM_EXTRACTED_JS"
file="../../../third_party/polymer/v1_0/components-chromium/paper-item/paper-icon-item-extracted.js"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698