| Index: chrome/browser/resources/component_extension_resources.grd
|
| diff --git a/chrome/browser/resources/component_extension_resources.grd b/chrome/browser/resources/component_extension_resources.grd
|
| index 48d65e45e3f3999dd5a076864daa98abf2fb4843..a4c7c711d18c8da2c2eff0c78ac65f4a8bde85d5 100644
|
| --- a/chrome/browser/resources/component_extension_resources.grd
|
| +++ b/chrome/browser/resources/component_extension_resources.grd
|
| @@ -209,9 +209,23 @@
|
| <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" />
|
| </if>
|
| <if expr="pp_ifdef('enable_plugins')">
|
| - <include name="IDR_PDF_HTML" file="pdf/pdf.html" allowexternalscript="true" type="BINDATA" />
|
| + <include name="IDR_PDF_INDEX_HTML" file="pdf/index.html" allowexternalscript="true" type="BINDATA" />
|
| + <include name="IDR_PDF_INDEX_JS" file="pdf/index.js" type="BINDATA" />
|
| <include name="IDR_PDF_BACKGROUND_JS" file="pdf/background.js" type="BINDATA" />
|
| <include name="IDR_PDF_JS" file="pdf/pdf.js" type="BINDATA" />
|
| + <include name="IDR_PDF_POLYMER_JS" file="pdf/polymer_loader.js" type="BINDATA" flattenhtml="true" />
|
| + <include name="IDR_PDF_BUTTON_LOW_1" file="../../../third_party/html_office/elements/viewer-button/img/lowDPI/button_fit_page.png" type="BINDATA" />
|
| + <include name="IDR_PDF_BUTTON_LOW_2" file="../../../third_party/html_office/elements/viewer-button/img/lowDPI/button_fit_width.png" type="BINDATA" />
|
| + <include name="IDR_PDF_BUTTON_LOW_3" file="../../../third_party/html_office/elements/viewer-button/img/lowDPI/button_zoom_out.png" type="BINDATA" />
|
| + <include name="IDR_PDF_BUTTON_LOW_4" file="../../../third_party/html_office/elements/viewer-button/img/lowDPI/button_zoom_in.png" type="BINDATA" />
|
| + <include name="IDR_PDF_BUTTON_LOW_5" file="../../../third_party/html_office/elements/viewer-button/img/lowDPI/button_save.png" type="BINDATA" />
|
| + <include name="IDR_PDF_BUTTON_LOW_6" file="../../../third_party/html_office/elements/viewer-button/img/lowDPI/button_print.png" type="BINDATA" />
|
| + <include name="IDR_PDF_BUTTON_HIGH_1" file="../../../third_party/html_office/elements/viewer-button/img/hiDPI/button_fit_page.png" type="BINDATA" />
|
| + <include name="IDR_PDF_BUTTON_HIGH_2" file="../../../third_party/html_office/elements/viewer-button/img/hiDPI/button_fit_width.png" type="BINDATA" />
|
| + <include name="IDR_PDF_BUTTON_HIGH_3" file="../../../third_party/html_office/elements/viewer-button/img/hiDPI/button_zoom_out.png" type="BINDATA" />
|
| + <include name="IDR_PDF_BUTTON_HIGH_4" file="../../../third_party/html_office/elements/viewer-button/img/hiDPI/button_zoom_in.png" type="BINDATA" />
|
| + <include name="IDR_PDF_BUTTON_HIGH_5" file="../../../third_party/html_office/elements/viewer-button/img/hiDPI/button_save.png" type="BINDATA" />
|
| + <include name="IDR_PDF_BUTTON_HIGH_6" file="../../../third_party/html_office/elements/viewer-button/img/hiDPI/button_print.png" type="BINDATA" />
|
| </if>
|
| </includes>
|
| </release>
|
|
|