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

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: Restore viewer-progress-bar in index.html 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
« no previous file with comments | « 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 a1f6589cb67f414e62dc15c4a8baddbcd2ec2467..ad7f86aaf2ad186a0a89d766d4ede226e091fe45 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" />
@@ -210,6 +213,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" />
« no previous file with comments | « chrome/browser/resources/pdf/pdf.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698