OLD | NEW |
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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 <include name="IDR_NETWORK_CONFIGURATION_MAIN_STATUS_JS" file="chromeos/
network_configuration/js/main_status.js" type="BINDATA" /> | 197 <include name="IDR_NETWORK_CONFIGURATION_MAIN_STATUS_JS" file="chromeos/
network_configuration/js/main_status.js" type="BINDATA" /> |
198 <!-- Network configuration. --> | 198 <!-- Network configuration. --> |
199 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_HTML" file="chromeos/net
work_configuration/config.html" allowexternalscript="true" type="BINDATA" /> | 199 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_HTML" file="chromeos/net
work_configuration/config.html" allowexternalscript="true" type="BINDATA" /> |
200 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_CSS" file="chromeos/netw
ork_configuration/css/config.css" type="BINDATA" /> | 200 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_CSS" file="chromeos/netw
ork_configuration/css/config.css" type="BINDATA" /> |
201 <include name="IDR_NETWORK_CONFIGURATION_NETWORK_CONFIG_JS" file="chrome
os/network_configuration/js/network_config.js" type="BINDATA" /> | 201 <include name="IDR_NETWORK_CONFIGURATION_NETWORK_CONFIG_JS" file="chrome
os/network_configuration/js/network_config.js" type="BINDATA" /> |
202 <include name="IDR_NETWORK_CONFIGURATION_MAIN_CONFIG_JS" file="chromeos/
network_configuration/js/main_config.js" type="BINDATA" /> | 202 <include name="IDR_NETWORK_CONFIGURATION_MAIN_CONFIG_JS" file="chromeos/
network_configuration/js/main_config.js" type="BINDATA" /> |
203 </if> | 203 </if> |
204 <if expr="pp_ifdef('enable_settings_app')"> | 204 <if expr="pp_ifdef('enable_settings_app')"> |
205 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js"
type="BINDATA" /> | 205 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js"
type="BINDATA" /> |
206 </if> | 206 </if> |
| 207 <if expr="pp_ifdef('enable_plugins')"> |
| 208 <include name="IDR_PDF_HTML" file="pdf/pdf.html" allowexternalscript="tr
ue" type="BINDATA" /> |
| 209 <include name="IDR_PDF_BACKGROUND_JS" file="pdf/background.js" type="BIN
DATA" /> |
| 210 <include name="IDR_PDF_JS" file="pdf/pdf.js" type="BINDATA" /> |
| 211 </if> |
207 </includes> | 212 </includes> |
208 </release> | 213 </release> |
209 </grit> | 214 </grit> |
OLD | NEW |