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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 <include name="IDR_NETWORK_CONFIGURATION_MAIN_STATUS_JS" file="chromeos/
network_configuration/js/main_status.js" type="BINDATA" /> | 182 <include name="IDR_NETWORK_CONFIGURATION_MAIN_STATUS_JS" file="chromeos/
network_configuration/js/main_status.js" type="BINDATA" /> |
183 <!-- Network configuration. --> | 183 <!-- Network configuration. --> |
184 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_HTML" file="chromeos/net
work_configuration/config.html" allowexternalscript="true" type="BINDATA" /> | 184 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_HTML" file="chromeos/net
work_configuration/config.html" allowexternalscript="true" type="BINDATA" /> |
185 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_CSS" file="chromeos/netw
ork_configuration/css/config.css" type="BINDATA" /> | 185 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_CSS" file="chromeos/netw
ork_configuration/css/config.css" type="BINDATA" /> |
186 <include name="IDR_NETWORK_CONFIGURATION_NETWORK_CONFIG_JS" file="chrome
os/network_configuration/js/network_config.js" type="BINDATA" /> | 186 <include name="IDR_NETWORK_CONFIGURATION_NETWORK_CONFIG_JS" file="chrome
os/network_configuration/js/network_config.js" type="BINDATA" /> |
187 <include name="IDR_NETWORK_CONFIGURATION_MAIN_CONFIG_JS" file="chromeos/
network_configuration/js/main_config.js" type="BINDATA" /> | 187 <include name="IDR_NETWORK_CONFIGURATION_MAIN_CONFIG_JS" file="chromeos/
network_configuration/js/main_config.js" type="BINDATA" /> |
188 </if> | 188 </if> |
189 <if expr="pp_ifdef('enable_settings_app')"> | 189 <if expr="pp_ifdef('enable_settings_app')"> |
190 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js"
type="BINDATA" /> | 190 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js"
type="BINDATA" /> |
191 </if> | 191 </if> |
| 192 <include name="IDR_PDF_HTML" file="pdf/pdf.html" allowexternalscript="true
" type="BINDATA" /> |
| 193 <include name="IDR_PDF_BACKGROUND_JS" file="pdf/background.js" type="BINDA
TA" /> |
| 194 <include name="IDR_PDF_JS" file="pdf/pdf.js" type="BINDATA" /> |
192 </includes> | 195 </includes> |
193 </release> | 196 </release> |
194 </grit> | 197 </grit> |
OLD | NEW |