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

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

Issue 819983002: OOP PDF: Fix access to chrome://resources in print preview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/content_script.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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 <if expr="enable_plugins"> 160 <if expr="enable_plugins">
161 <include name="IDR_PDF_INDEX_CSS" file="pdf/index.css" allowexternalscri pt="true" type="BINDATA" /> 161 <include name="IDR_PDF_INDEX_CSS" file="pdf/index.css" allowexternalscri pt="true" type="BINDATA" />
162 <include name="IDR_PDF_INDEX_HTML" file="pdf/index.html" allowexternalsc ript="true" type="BINDATA" /> 162 <include name="IDR_PDF_INDEX_HTML" file="pdf/index.html" allowexternalsc ript="true" type="BINDATA" />
163 <include name="IDR_PDF_MAIN_JS" file="pdf/main.js" type="BINDATA" /> 163 <include name="IDR_PDF_MAIN_JS" file="pdf/main.js" type="BINDATA" />
164 <include name="IDR_PDF_PDF_JS" file="pdf/pdf.js" type="BINDATA" /> 164 <include name="IDR_PDF_PDF_JS" file="pdf/pdf.js" type="BINDATA" />
165 <include name="IDR_PDF_INDEX_MATERIAL_HTML" file="pdf/index-material.htm l" allowexternalscript="true" type="BINDATA" /> 165 <include name="IDR_PDF_INDEX_MATERIAL_HTML" file="pdf/index-material.htm l" allowexternalscript="true" type="BINDATA" />
166 <include name="IDR_PDF_BACKGROUND_JS" file="pdf/background.js" type="BIN DATA" /> 166 <include name="IDR_PDF_BACKGROUND_JS" file="pdf/background.js" type="BIN DATA" />
167 <include name="IDR_PDF_VIEWPORT_JS" file="pdf/viewport.js" type="BINDATA " /> 167 <include name="IDR_PDF_VIEWPORT_JS" file="pdf/viewport.js" type="BINDATA " />
168 <include name="IDR_PDF_OPEN_PDF_PARAMS_PARSER_JS" file="pdf/open_pdf_par ams_parser.js" type="BINDATA" /> 168 <include name="IDR_PDF_OPEN_PDF_PARAMS_PARSER_JS" file="pdf/open_pdf_par ams_parser.js" type="BINDATA" />
169 <include name="IDR_PDF_PDF_SCRIPTING_API_JS" file="pdf/pdf_scripting_api .js" type="BINDATA" /> 169 <include name="IDR_PDF_PDF_SCRIPTING_API_JS" file="pdf/pdf_scripting_api .js" type="BINDATA" />
170 <include name="IDR_PDF_CONTENT_SCRIPT_JS" file="pdf/content_script.js" t ype="BINDATA" />
170 171
171 <include name="IDR_PDF_VIEWER_BUTTON_CSS" file="pdf/html_office/elements /viewer-button/viewer-button.css" type="BINDATA" /> 172 <include name="IDR_PDF_VIEWER_BUTTON_CSS" file="pdf/html_office/elements /viewer-button/viewer-button.css" type="BINDATA" />
172 <include name="IDR_PDF_VIEWER_BUTTON_HTML" file="pdf/html_office/element s/viewer-button/viewer-button.html" type="BINDATA" /> 173 <include name="IDR_PDF_VIEWER_BUTTON_HTML" file="pdf/html_office/element s/viewer-button/viewer-button.html" type="BINDATA" />
173 <include name="IDR_PDF_VIEWER_BUTTON_JS" file="pdf/html_office/elements/ viewer-button/viewer-button.js" type="BINDATA" /> 174 <include name="IDR_PDF_VIEWER_BUTTON_JS" file="pdf/html_office/elements/ viewer-button/viewer-button.js" type="BINDATA" />
174 <include name="IDR_PDF_VIEWER_ERROR_SCREEN_CSS" file="pdf/html_office/el ements/viewer-error-screen/viewer-error-screen.css" type="BINDATA" /> 175 <include name="IDR_PDF_VIEWER_ERROR_SCREEN_CSS" file="pdf/html_office/el ements/viewer-error-screen/viewer-error-screen.css" type="BINDATA" />
175 <include name="IDR_PDF_VIEWER_ERROR_SCREEN_HTML" file="pdf/html_office/e lements/viewer-error-screen/viewer-error-screen.html" type="BINDATA" /> 176 <include name="IDR_PDF_VIEWER_ERROR_SCREEN_HTML" file="pdf/html_office/e lements/viewer-error-screen/viewer-error-screen.html" type="BINDATA" />
176 <include name="IDR_PDF_VIEWER_ERROR_SCREEN_JS" file="pdf/html_office/ele ments/viewer-error-screen/viewer-error-screen.js" type="BINDATA" /> 177 <include name="IDR_PDF_VIEWER_ERROR_SCREEN_JS" file="pdf/html_office/ele ments/viewer-error-screen/viewer-error-screen.js" type="BINDATA" />
177 <include name="IDR_PDF_VIEWER_PAGE_INDICATOR_CSS" file="pdf/html_office/ elements/viewer-page-indicator/viewer-page-indicator.css" type="BINDATA" /> 178 <include name="IDR_PDF_VIEWER_PAGE_INDICATOR_CSS" file="pdf/html_office/ elements/viewer-page-indicator/viewer-page-indicator.css" type="BINDATA" />
178 <include name="IDR_PDF_VIEWER_PAGE_INDICATOR_HTML" file="pdf/html_office /elements/viewer-page-indicator/viewer-page-indicator.html" type="BINDATA" /> 179 <include name="IDR_PDF_VIEWER_PAGE_INDICATOR_HTML" file="pdf/html_office /elements/viewer-page-indicator/viewer-page-indicator.html" type="BINDATA" />
179 <include name="IDR_PDF_VIEWER_PAGE_INDICATOR_JS" file="pdf/html_office/e lements/viewer-page-indicator/viewer-page-indicator.js" type="BINDATA" /> 180 <include name="IDR_PDF_VIEWER_PAGE_INDICATOR_JS" file="pdf/html_office/e lements/viewer-page-indicator/viewer-page-indicator.js" type="BINDATA" />
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 <!-- The next two files have a .png extension since grit for some reason 255 <!-- The next two files have a .png extension since grit for some reason
255 won't compile these files in if they are named .nmf/.pexe or 256 won't compile these files in if they are named .nmf/.pexe or
256 anything remotely similar to their actual extension. Naming these 257 anything remotely similar to their actual extension. Naming these
257 .js or .html breaks all kinds of presubmit checks, hence .png seems 258 .js or .html breaks all kinds of presubmit checks, hence .png seems
258 to be the only viable option at the moment. --> 259 to be the only viable option at the moment. -->
259 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_NMF" file="whis pernet_proxy/whispernet_proxy.nmf.png" type="BINDATA" /> 260 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_NMF" file="whis pernet_proxy/whispernet_proxy.nmf.png" type="BINDATA" />
260 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whi spernet_proxy/whispernet_proxy_pnacl.pexe.png" type="BINDATA" /> 261 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whi spernet_proxy/whispernet_proxy_pnacl.pexe.png" type="BINDATA" />
261 </includes> 262 </includes>
262 </release> 263 </release>
263 </grit> 264 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/content_script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698