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

Side by Side Diff: chrome/browser/resources/component_extension_resources.grd

Issue 137663008: Implement viewporting for the out of process PDF plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. --> 3 without changes to the corresponding grd file. -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/component_extension_resources.h" type="rc_header"> 6 <output filename="grit/component_extension_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/component_extension_resources_map.cc" type="resource_ file_map_source" /> 9 <output filename="grit/component_extension_resources_map.cc" type="resource_ file_map_source" />
10 <output filename="grit/component_extension_resources_map.h" type="resource_m ap_header" /> 10 <output filename="grit/component_extension_resources_map.h" type="resource_m ap_header" />
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 <include name="IDR_NETWORK_CONFIGURATION_NETWORK_CONFIG_JS" file="chrome os/network_configuration/js/network_config.js" type="BINDATA" /> 208 <include name="IDR_NETWORK_CONFIGURATION_NETWORK_CONFIG_JS" file="chrome os/network_configuration/js/network_config.js" type="BINDATA" />
209 <include name="IDR_NETWORK_CONFIGURATION_MAIN_CONFIG_JS" file="chromeos/ network_configuration/js/main_config.js" type="BINDATA" /> 209 <include name="IDR_NETWORK_CONFIGURATION_MAIN_CONFIG_JS" file="chromeos/ network_configuration/js/main_config.js" type="BINDATA" />
210 </if> 210 </if>
211 <if expr="pp_ifdef('enable_settings_app')"> 211 <if expr="pp_ifdef('enable_settings_app')">
212 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" /> 212 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" />
213 </if> 213 </if>
214 <if expr="pp_ifdef('enable_plugins')"> 214 <if expr="pp_ifdef('enable_plugins')">
215 <include name="IDR_PDF_INDEX_HTML" file="pdf/index.html" allowexternalsc ript="true" type="BINDATA" /> 215 <include name="IDR_PDF_INDEX_HTML" file="pdf/index.html" allowexternalsc ript="true" type="BINDATA" />
216 <include name="IDR_PDF_INDEX_JS" file="pdf/index.js" type="BINDATA" /> 216 <include name="IDR_PDF_INDEX_JS" file="pdf/index.js" type="BINDATA" />
217 <include name="IDR_PDF_BACKGROUND_JS" file="pdf/background.js" type="BIN DATA" /> 217 <include name="IDR_PDF_BACKGROUND_JS" file="pdf/background.js" type="BIN DATA" />
218 <include name="IDR_PDF_JS" file="pdf/pdf.js" type="BINDATA" /> 218 <include name="IDR_PDF_JS" file="pdf/pdf.js" type="BINDATA" flattenhtml= "true" />
219 <include name="IDR_PDF_VIEWPORT_JS" file="pdf/viewport.js" type="BINDATA " />
219 <include name="IDR_PDF_POLYMER_JS" file="pdf/polymer_loader.js" type="BI NDATA" flattenhtml="true" /> 220 <include name="IDR_PDF_POLYMER_JS" file="pdf/polymer_loader.js" type="BI NDATA" flattenhtml="true" />
220 <include name="IDR_PDF_BUTTON_LOW_1" file="pdf/html_office/elements/view er-button/img/lowDPI/button_fit_page.png" type="BINDATA" /> 221 <include name="IDR_PDF_BUTTON_LOW_1" file="pdf/html_office/elements/view er-button/img/lowDPI/button_fit_page.png" type="BINDATA" />
221 <include name="IDR_PDF_BUTTON_LOW_2" file="pdf/html_office/elements/view er-button/img/lowDPI/button_fit_width.png" type="BINDATA" /> 222 <include name="IDR_PDF_BUTTON_LOW_2" file="pdf/html_office/elements/view er-button/img/lowDPI/button_fit_width.png" type="BINDATA" />
222 <include name="IDR_PDF_BUTTON_LOW_3" file="pdf/html_office/elements/view er-button/img/lowDPI/button_zoom_out.png" type="BINDATA" /> 223 <include name="IDR_PDF_BUTTON_LOW_3" file="pdf/html_office/elements/view er-button/img/lowDPI/button_zoom_out.png" type="BINDATA" />
223 <include name="IDR_PDF_BUTTON_LOW_4" file="pdf/html_office/elements/view er-button/img/lowDPI/button_zoom_in.png" type="BINDATA" /> 224 <include name="IDR_PDF_BUTTON_LOW_4" file="pdf/html_office/elements/view er-button/img/lowDPI/button_zoom_in.png" type="BINDATA" />
224 <include name="IDR_PDF_BUTTON_LOW_5" file="pdf/html_office/elements/view er-button/img/lowDPI/button_save.png" type="BINDATA" /> 225 <include name="IDR_PDF_BUTTON_LOW_5" file="pdf/html_office/elements/view er-button/img/lowDPI/button_save.png" type="BINDATA" />
225 <include name="IDR_PDF_BUTTON_LOW_6" file="pdf/html_office/elements/view er-button/img/lowDPI/button_print.png" type="BINDATA" /> 226 <include name="IDR_PDF_BUTTON_LOW_6" file="pdf/html_office/elements/view er-button/img/lowDPI/button_print.png" type="BINDATA" />
226 <include name="IDR_PDF_BUTTON_HIGH_1" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_fit_page.png" type="BINDATA" /> 227 <include name="IDR_PDF_BUTTON_HIGH_1" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_fit_page.png" type="BINDATA" />
227 <include name="IDR_PDF_BUTTON_HIGH_2" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_fit_width.png" type="BINDATA" /> 228 <include name="IDR_PDF_BUTTON_HIGH_2" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_fit_width.png" type="BINDATA" />
228 <include name="IDR_PDF_BUTTON_HIGH_3" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_zoom_out.png" type="BINDATA" /> 229 <include name="IDR_PDF_BUTTON_HIGH_3" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_zoom_out.png" type="BINDATA" />
229 <include name="IDR_PDF_BUTTON_HIGH_4" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_zoom_in.png" type="BINDATA" /> 230 <include name="IDR_PDF_BUTTON_HIGH_4" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_zoom_in.png" type="BINDATA" />
230 <include name="IDR_PDF_BUTTON_HIGH_5" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_save.png" type="BINDATA" /> 231 <include name="IDR_PDF_BUTTON_HIGH_5" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_save.png" type="BINDATA" />
231 <include name="IDR_PDF_BUTTON_HIGH_6" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_print.png" type="BINDATA" /> 232 <include name="IDR_PDF_BUTTON_HIGH_6" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_print.png" type="BINDATA" />
232 </if> 233 </if>
233 </includes> 234 </includes>
234 </release> 235 </release>
235 </grit> 236 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698