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

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

Issue 861673002: Implement Page Selection in PDF Toolbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf-toolbar
Patch Set: Shift CSS into polymer element Created 5 years, 11 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
« chrome/browser/resources/pdf/pdf.js ('K') | « chrome/browser/resources/pdf/pdf.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/polymer_resources.grdp
diff --git a/ui/webui/resources/polymer_resources.grdp b/ui/webui/resources/polymer_resources.grdp
index 02fba3f35c115eff07cc23506ea7b6960786817a..930954c6a0bed89128aff161a349458158965a8a 100644
--- a/ui/webui/resources/polymer_resources.grdp
+++ b/ui/webui/resources/polymer_resources.grdp
@@ -66,6 +66,9 @@
<structure name="IDR_POLYMER_CORE_ICONSET_SVG_CORE_ICONSET_SVG_HTML"
file="../../../third_party/polymer/components-chromium/core-iconset-svg/core-iconset-svg.html"
type="chrome_html" />
+ <structure name="IDR_POLYMER_CORE_INPUT_CORE_INPUT_CSS"
+ file="../../../third_party/polymer/components-chromium/core-input/core-input.css"
+ type="chrome_html" />
<structure name="IDR_POLYMER_CORE_INPUT_CORE_INPUT_EXTRACTED_JS"
file="../../../third_party/polymer/components-chromium/core-input/core-input-extracted.js"
type="chrome_html" />
@@ -135,6 +138,12 @@
<structure name="IDR_POLYMER_CORE_TOOLBAR_CORE_TOOLBAR_HTML"
file="../../../third_party/polymer/components-chromium/core-toolbar/core-toolbar.html"
type="chrome_html" />
+ <structure name="IDR_POLYMER_CORE_TRANSITION_CORE_TRANSITION_CSS_EXTRACTED_JS"
+ file="../../../third_party/polymer/components-chromium/core-transition/core-transition-css-extracted.js"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_CORE_TRANSITION_CORE_TRANSITION_CSS_HTML"
+ file="../../../third_party/polymer/components-chromium/core-transition/core-transition-css.html"
+ type="chrome_html" />
<structure name="IDR_POLYMER_CORE_TRANSITION_CORE_TRANSITION_EXTRACTED_JS"
file="../../../third_party/polymer/components-chromium/core-transition/core-transition-extracted.js"
type="chrome_html" />
@@ -159,6 +168,12 @@
<structure name="IDR_POLYMER_PAPER_ICON_BUTTON_PAPER_ICON_BUTTON_HTML"
file="../../../third_party/polymer/components-chromium/paper-icon-button/paper-icon-button.html"
type="chrome_html" />
+ <structure name="IDR_POLYMER_PAPER_INPUT_PAPER_AUTOGROW_TEXTAREA_EXTRACTED_JS"
+ file="../../../third_party/polymer/components-chromium/paper-input/paper-autogrow-textarea-extracted.js"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_PAPER_INPUT_PAPER_AUTOGROW_TEXTAREA_HTML"
+ file="../../../third_party/polymer/components-chromium/paper-input/paper-autogrow-textarea.html"
+ type="chrome_html" />
<structure name="IDR_POLYMER_PAPER_INPUT_PAPER_INPUT_DECORATOR_CSS"
file="../../../third_party/polymer/components-chromium/paper-input/paper-input-decorator.css"
type="chrome_html" />
« chrome/browser/resources/pdf/pdf.js ('K') | « chrome/browser/resources/pdf/pdf.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698