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

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

Issue 582583002: Change the OOP PDF plugin to use BrowserPlugin mime type handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/background.js » ('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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_HTML" file="chromeos/net work_configuration/config.html" allowexternalscript="true" type="BINDATA" /> 137 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_HTML" file="chromeos/net work_configuration/config.html" allowexternalscript="true" type="BINDATA" />
138 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_CSS" file="chromeos/netw ork_configuration/css/config.css" type="BINDATA" /> 138 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_CSS" file="chromeos/netw ork_configuration/css/config.css" type="BINDATA" />
139 <include name="IDR_NETWORK_CONFIGURATION_NETWORK_CONFIG_JS" file="chrome os/network_configuration/js/network_config.js" type="BINDATA" /> 139 <include name="IDR_NETWORK_CONFIGURATION_NETWORK_CONFIG_JS" file="chrome os/network_configuration/js/network_config.js" type="BINDATA" />
140 <include name="IDR_NETWORK_CONFIGURATION_MAIN_CONFIG_JS" file="chromeos/ network_configuration/js/main_config.js" type="BINDATA" /> 140 <include name="IDR_NETWORK_CONFIGURATION_MAIN_CONFIG_JS" file="chromeos/ network_configuration/js/main_config.js" type="BINDATA" />
141 </if> 141 </if>
142 <if expr="enable_settings_app"> 142 <if expr="enable_settings_app">
143 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" /> 143 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" />
144 </if> 144 </if>
145 <if expr="enable_plugins"> 145 <if expr="enable_plugins">
146 <include name="IDR_PDF_INDEX_HTML" file="pdf/index.html" allowexternalsc ript="true" type="BINDATA" flattenhtml="true" /> 146 <include name="IDR_PDF_INDEX_HTML" file="pdf/index.html" allowexternalsc ript="true" type="BINDATA" flattenhtml="true" />
147 <include name="IDR_PDF_JS" file="pdf/pdf.js" type="BINDATA" flattenhtml= "true" /> 147 <include name="IDR_PDF_MAIN_JS" file="pdf/main.js" type="BINDATA" flatte nhtml="true" />
148 <include name="IDR_PDF_BACKGROUND_JS" file="pdf/background.js" type="BIN DATA" /> 148 <include name="IDR_PDF_BACKGROUND_JS" file="pdf/background.js" type="BIN DATA" />
149 <include name="IDR_PDF_INCLUDES_JS" file="pdf/includes.js" type="BINDATA " flattenhtml="true" /> 149 <include name="IDR_PDF_INCLUDES_JS" file="pdf/includes.js" type="BINDATA " flattenhtml="true" />
150 150
151 <!-- Button images. --> 151 <!-- Button images. -->
152 <include name="IDR_PDF_BUTTON_LOW_1" file="pdf/html_office/elements/view er-button/img/lowDPI/button_fit_page.png" type="BINDATA" /> 152 <include name="IDR_PDF_BUTTON_LOW_1" file="pdf/html_office/elements/view er-button/img/lowDPI/button_fit_page.png" type="BINDATA" />
153 <include name="IDR_PDF_BUTTON_LOW_2" file="pdf/html_office/elements/view er-button/img/lowDPI/button_fit_width.png" type="BINDATA" /> 153 <include name="IDR_PDF_BUTTON_LOW_2" file="pdf/html_office/elements/view er-button/img/lowDPI/button_fit_width.png" type="BINDATA" />
154 <include name="IDR_PDF_BUTTON_LOW_3" file="pdf/html_office/elements/view er-button/img/lowDPI/button_zoom_out.png" type="BINDATA" /> 154 <include name="IDR_PDF_BUTTON_LOW_3" file="pdf/html_office/elements/view er-button/img/lowDPI/button_zoom_out.png" type="BINDATA" />
155 <include name="IDR_PDF_BUTTON_LOW_4" file="pdf/html_office/elements/view er-button/img/lowDPI/button_zoom_in.png" type="BINDATA" /> 155 <include name="IDR_PDF_BUTTON_LOW_4" file="pdf/html_office/elements/view er-button/img/lowDPI/button_zoom_in.png" type="BINDATA" />
156 <include name="IDR_PDF_BUTTON_LOW_5" file="pdf/html_office/elements/view er-button/img/lowDPI/button_save.png" type="BINDATA" /> 156 <include name="IDR_PDF_BUTTON_LOW_5" file="pdf/html_office/elements/view er-button/img/lowDPI/button_save.png" type="BINDATA" />
157 <include name="IDR_PDF_BUTTON_LOW_6" file="pdf/html_office/elements/view er-button/img/lowDPI/button_print.png" type="BINDATA" /> 157 <include name="IDR_PDF_BUTTON_LOW_6" file="pdf/html_office/elements/view er-button/img/lowDPI/button_print.png" type="BINDATA" />
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 <!-- The next two files have a .png extension since grit for some reason 207 <!-- The next two files have a .png extension since grit for some reason
208 won't compile these files in if they are named .nmf/.pexe or 208 won't compile these files in if they are named .nmf/.pexe or
209 anything remotely similar to their actual extension. Naming these 209 anything remotely similar to their actual extension. Naming these
210 .js or .html breaks all kinds of presubmit checks, hence .png seems 210 .js or .html breaks all kinds of presubmit checks, hence .png seems
211 to be the only viable option at the moment. --> 211 to be the only viable option at the moment. -->
212 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_NMF" file="whis pernet_proxy/whispernet_proxy.nmf.png" type="BINDATA" /> 212 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_NMF" file="whis pernet_proxy/whispernet_proxy.nmf.png" type="BINDATA" />
213 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whi spernet_proxy/whispernet_proxy_pnacl.pexe.png" type="BINDATA" /> 213 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whi spernet_proxy/whispernet_proxy_pnacl.pexe.png" type="BINDATA" />
214 </includes> 214 </includes>
215 </release> 215 </release>
216 </grit> 216 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698