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

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

Issue 251813008: Remove PDF extension dependencies from grd files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_HTML" file="chromeos/net work_configuration/config.html" allowexternalscript="true" type="BINDATA" /> 103 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_HTML" file="chromeos/net work_configuration/config.html" allowexternalscript="true" type="BINDATA" />
104 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_CSS" file="chromeos/netw ork_configuration/css/config.css" type="BINDATA" /> 104 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_CSS" file="chromeos/netw ork_configuration/css/config.css" type="BINDATA" />
105 <include name="IDR_NETWORK_CONFIGURATION_NETWORK_CONFIG_JS" file="chrome os/network_configuration/js/network_config.js" type="BINDATA" /> 105 <include name="IDR_NETWORK_CONFIGURATION_NETWORK_CONFIG_JS" file="chrome os/network_configuration/js/network_config.js" type="BINDATA" />
106 <include name="IDR_NETWORK_CONFIGURATION_MAIN_CONFIG_JS" file="chromeos/ network_configuration/js/main_config.js" type="BINDATA" /> 106 <include name="IDR_NETWORK_CONFIGURATION_MAIN_CONFIG_JS" file="chromeos/ network_configuration/js/main_config.js" type="BINDATA" />
107 </if> 107 </if>
108 <if expr="enable_settings_app"> 108 <if expr="enable_settings_app">
109 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" /> 109 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" />
110 </if> 110 </if>
111 <if expr="enable_plugins"> 111 <if expr="enable_plugins">
112 <include name="IDR_PDF_INDEX_HTML" file="pdf/index.html" allowexternalsc ript="true" type="BINDATA" flattenhtml="true" /> 112 <include name="IDR_PDF_INDEX_HTML" file="pdf/index.html" allowexternalsc ript="true" type="BINDATA" flattenhtml="true" />
113 <include name="IDR_PDF_INDEX_CSS" file="pdf/index.css" allowexternalscri pt="true" type="BINDATA" />
114 <include name="IDR_PDF_JS" file="pdf/pdf.js" type="BINDATA" flattenhtml= "true" /> 113 <include name="IDR_PDF_JS" file="pdf/pdf.js" type="BINDATA" flattenhtml= "true" />
115 <include name="IDR_PDF_VIEWPORT_JS" file="pdf/viewport.js" type="BINDATA " />
116 <include name="IDR_PDF_BACKGROUND_JS" file="pdf/background.js" type="BIN DATA" /> 114 <include name="IDR_PDF_BACKGROUND_JS" file="pdf/background.js" type="BIN DATA" />
117 <include name="IDR_PDF_SCRIPTING_API_JS" file="pdf/pdf_scripting_api.js" type="BINDATA" />
118
119 <!-- Polymer libs. -->
120 <include name="IDR_PDF_PLATFORM_JS" file="../../../third_party/polymer/p latform/platform.js" type="BINDATA" />
121 <include name="IDR_PDF_POLYMER_JS" file="../../../third_party/polymer/po lymer/polymer.js" type="BINDATA" />
122
123 <!-- Polymer elements. -->
124 <include name="IDR_PDF_INCLUDES_JS" file="pdf/includes.js" type="BINDATA " flattenhtml="true" /> 115 <include name="IDR_PDF_INCLUDES_JS" file="pdf/includes.js" type="BINDATA " flattenhtml="true" />
125 <include name="IDR_PDF_BUTTON_HTML" file="pdf/html_office/elements/viewe r-button/viewer-button.html" type="BINDATA" />
126 <include name="IDR_PDF_BUTTON_JS" file="pdf/html_office/elements/viewer- button/viewer-button.js" type="BINDATA" />
127 <include name="IDR_PDF_ERROR_SCREEN_HTML" file="pdf/html_office/elements /viewer-error-screen/viewer-error-screen.html" type="BINDATA" />
128 <include name="IDR_PDF_ERROR_SCREEN_JS" file="pdf/html_office/elements/v iewer-error-screen/viewer-error-screen.js" type="BINDATA" />
129 <include name="IDR_PDF_PAGE_INDICATOR_HTML" file="pdf/html_office/elemen ts/viewer-page-indicator/viewer-page-indicator.html" type="BINDATA" />
130 <include name="IDR_PDF_PAGE_INDICATOR_JS" file="pdf/html_office/elements /viewer-page-indicator/viewer-page-indicator.js" type="BINDATA" />
131 <include name="IDR_PDF_PASSWORD_SCREEN_HTML" file="pdf/html_office/eleme nts/viewer-password-screen/viewer-password-screen.html" type="BINDATA" />
132 <include name="IDR_PDF_PASSWORD_SCREEN_JS" file="pdf/html_office/element s/viewer-password-screen/viewer-password-screen.js" type="BINDATA" />
133 <include name="IDR_PDF_PROGRESS_BAR_HTML" file="pdf/html_office/elements /viewer-progress-bar/viewer-progress-bar.html" type="BINDATA" />
134 <include name="IDR_PDF_PROGRESS_BAR_JS" file="pdf/html_office/elements/v iewer-progress-bar/viewer-progress-bar.js" type="BINDATA" />
135 <include name="IDR_PDF_TOOLBAR_HTML" file="pdf/html_office/elements/view er-toolbar/viewer-toolbar.html" type="BINDATA" />
136 <include name="IDR_PDF_TOOLBAR_JS" file="pdf/html_office/elements/viewer -toolbar/viewer-toolbar.js" type="BINDATA" />
137 116
138 <!-- Button images. --> 117 <!-- Button images. -->
139 <include name="IDR_PDF_BUTTON_LOW_1" file="pdf/html_office/elements/view er-button/img/lowDPI/button_fit_page.png" type="BINDATA" /> 118 <include name="IDR_PDF_BUTTON_LOW_1" file="pdf/html_office/elements/view er-button/img/lowDPI/button_fit_page.png" type="BINDATA" />
140 <include name="IDR_PDF_BUTTON_LOW_2" file="pdf/html_office/elements/view er-button/img/lowDPI/button_fit_width.png" type="BINDATA" /> 119 <include name="IDR_PDF_BUTTON_LOW_2" file="pdf/html_office/elements/view er-button/img/lowDPI/button_fit_width.png" type="BINDATA" />
141 <include name="IDR_PDF_BUTTON_LOW_3" file="pdf/html_office/elements/view er-button/img/lowDPI/button_zoom_out.png" type="BINDATA" /> 120 <include name="IDR_PDF_BUTTON_LOW_3" file="pdf/html_office/elements/view er-button/img/lowDPI/button_zoom_out.png" type="BINDATA" />
142 <include name="IDR_PDF_BUTTON_LOW_4" file="pdf/html_office/elements/view er-button/img/lowDPI/button_zoom_in.png" type="BINDATA" /> 121 <include name="IDR_PDF_BUTTON_LOW_4" file="pdf/html_office/elements/view er-button/img/lowDPI/button_zoom_in.png" type="BINDATA" />
143 <include name="IDR_PDF_BUTTON_LOW_5" file="pdf/html_office/elements/view er-button/img/lowDPI/button_save.png" type="BINDATA" /> 122 <include name="IDR_PDF_BUTTON_LOW_5" file="pdf/html_office/elements/view er-button/img/lowDPI/button_save.png" type="BINDATA" />
144 <include name="IDR_PDF_BUTTON_LOW_6" file="pdf/html_office/elements/view er-button/img/lowDPI/button_print.png" type="BINDATA" /> 123 <include name="IDR_PDF_BUTTON_LOW_6" file="pdf/html_office/elements/view er-button/img/lowDPI/button_print.png" type="BINDATA" />
145 <include name="IDR_PDF_BUTTON_HIGH_1" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_fit_page.png" type="BINDATA" /> 124 <include name="IDR_PDF_BUTTON_HIGH_1" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_fit_page.png" type="BINDATA" />
146 <include name="IDR_PDF_BUTTON_HIGH_2" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_fit_width.png" type="BINDATA" /> 125 <include name="IDR_PDF_BUTTON_HIGH_2" file="pdf/html_office/elements/vie wer-button/img/hiDPI/button_fit_width.png" type="BINDATA" />
(...skipping 25 matching lines...) Expand all
172 <include name="IDR_CRYPTOTOKEN_SIGNER_JS" file="cryptotoken/signer.js" typ e="BINDATA" /> 151 <include name="IDR_CRYPTOTOKEN_SIGNER_JS" file="cryptotoken/signer.js" typ e="BINDATA" />
173 <include name="IDR_CRYPTOTOKEN_SIGNHELPER_JS" file="cryptotoken/signhelper .js" type="BINDATA" /> 152 <include name="IDR_CRYPTOTOKEN_SIGNHELPER_JS" file="cryptotoken/signhelper .js" type="BINDATA" />
174 <include name="IDR_CRYPTOTOKEN_SINGLESIGNER_JS" file="cryptotoken/singlesi gner.js" type="BINDATA" /> 153 <include name="IDR_CRYPTOTOKEN_SINGLESIGNER_JS" file="cryptotoken/singlesi gner.js" type="BINDATA" />
175 <include name="IDR_CRYPTOTOKEN_MULTIPLESIGNER_JS" file="cryptotoken/multip lesigner.js" type="BINDATA" /> 154 <include name="IDR_CRYPTOTOKEN_MULTIPLESIGNER_JS" file="cryptotoken/multip lesigner.js" type="BINDATA" />
176 <include name="IDR_CRYPTOTOKEN_USBSIGNHELPER_JS" file="cryptotoken/usbsign helper.js" type="BINDATA" /> 155 <include name="IDR_CRYPTOTOKEN_USBSIGNHELPER_JS" file="cryptotoken/usbsign helper.js" type="BINDATA" />
177 <include name="IDR_CRYPTOTOKEN_WEBREQUEST_JS" file="cryptotoken/webrequest .js" type="BINDATA" /> 156 <include name="IDR_CRYPTOTOKEN_WEBREQUEST_JS" file="cryptotoken/webrequest .js" type="BINDATA" />
178 <include name="IDR_CRYPTOTOKEN_BACKGROUND_JS" file="cryptotoken/background .js" type="BINDATA" /> 157 <include name="IDR_CRYPTOTOKEN_BACKGROUND_JS" file="cryptotoken/background .js" type="BINDATA" />
179 </includes> 158 </includes>
180 </release> 159 </release>
181 </grit> 160 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/print_preview/previewarea/preview_area.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698