| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <grit latest_public_release="0" current_release="1"> | 2 <grit latest_public_release="0" current_release="1"> |
| 3 <outputs> | 3 <outputs> |
| 4 <output filename="grit/common_resources.h" type="rc_header"> | 4 <output filename="grit/common_resources.h" type="rc_header"> |
| 5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
| 6 </output> | 6 </output> |
| 7 <output filename="common_resources.pak" type="data_package" /> | 7 <output filename="common_resources.pak" type="data_package" /> |
| 8 <output filename="common_resources.rc" type="rc_all" /> | 8 <output filename="common_resources.rc" type="rc_all" /> |
| 9 </outputs> | 9 </outputs> |
| 10 <release seq="1"> | 10 <release seq="1"> |
| 11 <includes> | 11 <includes> |
| 12 <include name="IDR_EXTENSION_API_JSON" file="extensions\api\extension_api.
json" type="BINDATA" /> | 12 <include name="IDR_EXTENSION_API_JSON" file="extensions\api\extension_api.
json" type="BINDATA" /> |
| 13 <include name="IDR_EXTENSION_API_JSON_EXTENSION" file="extensions\api\exte
nsion.json" type="BINDATA" /> |
| 13 <include name="IDR_I18N_PROCESS_JS" file="..\browser\resources\shared\js\i
18n_process.js" type="BINDATA" /> | 14 <include name="IDR_I18N_PROCESS_JS" file="..\browser\resources\shared\js\i
18n_process.js" type="BINDATA" /> |
| 14 <include name="IDR_I18N_TEMPLATE_JS" file="..\browser\resources\shared\js\
i18n_template.js" type="BINDATA" /> | 15 <include name="IDR_I18N_TEMPLATE_JS" file="..\browser\resources\shared\js\
i18n_template.js" type="BINDATA" /> |
| 15 <include name="IDR_JSTEMPLATE_JS" file="..\browser\resources\shared\js\jst
emplate_compiled.js" flattenhtml="true" type="BINDATA" /> | 16 <include name="IDR_JSTEMPLATE_JS" file="..\browser\resources\shared\js\jst
emplate_compiled.js" flattenhtml="true" type="BINDATA" /> |
| 16 <include name="IDR_WEB_APP_SCHEMA" file="web_app_schema.json" type="BINDAT
A" /> | 17 <include name="IDR_WEB_APP_SCHEMA" file="web_app_schema.json" type="BINDAT
A" /> |
| 17 <if expr="is_macosx"> | 18 <if expr="is_macosx"> |
| 18 <include name="IDR_NACL_SANDBOX_PROFILE" file="nacl_loader.sb" type="BIN
DATA" /> | 19 <include name="IDR_NACL_SANDBOX_PROFILE" file="nacl_loader.sb" type="BIN
DATA" /> |
| 19 </if> | 20 </if> |
| 20 </includes> | 21 </includes> |
| 21 </release> | 22 </release> |
| 22 </grit> | 23 </grit> |
| OLD | NEW |