| Index: chrome/common/extensions_api_resources.grd
|
| diff --git a/chrome/common/common_resources.grd b/chrome/common/extensions_api_resources.grd
|
| similarity index 88%
|
| copy from chrome/common/common_resources.grd
|
| copy to chrome/common/extensions_api_resources.grd
|
| index 92de543abf35e038574a3b3b9f5585be8b8d274f..98462e9278a1e5ac182b293675a87b1b046676fa 100644
|
| --- a/chrome/common/common_resources.grd
|
| +++ b/chrome/common/extensions_api_resources.grd
|
| @@ -1,17 +1,14 @@
|
| <?xml version="1.0" encoding="UTF-8"?>
|
| <grit latest_public_release="0" current_release="1">
|
| <outputs>
|
| - <output filename="grit/common_resources.h" type="rc_header">
|
| + <output filename="grit/extensions_api_resources.h" type="rc_header">
|
| <emit emit_type='prepend'></emit>
|
| </output>
|
| - <output filename="common_resources.pak" type="data_package" />
|
| - <output filename="common_resources.rc" type="rc_all" />
|
| + <output filename="extensions_api_resources.pak" type="data_package" />
|
| + <output filename="extensions_api_resources.rc" type="rc_all" />
|
| </outputs>
|
| <release seq="1">
|
| <includes>
|
| - <include name="IDR_EXTENSION_MANIFEST_FEATURES" file="extensions\api\_manifest_features.json" type="BINDATA" />
|
| - <include name="IDR_EXTENSION_PERMISSION_FEATURES" file="extensions\api\_permission_features.json" type="BINDATA" />
|
| -
|
| <include name="IDR_EXTENSION_API_JSON_APP" file="extensions\api\app.json" type="BINDATA" />
|
| <include name="IDR_EXTENSION_API_JSON_BOOKMARKS" file="extensions\api\bookmarks.json" type="BINDATA" />
|
| <include name="IDR_EXTENSION_API_JSON_BROWSERACTION" file="extensions\api\browserAction.json" type="BINDATA" />
|
| @@ -76,14 +73,6 @@
|
| <include name="IDR_EXTENSION_API_JSON_WEBSTORE" file="extensions\api\webstore.json" type="BINDATA" />
|
| <include name="IDR_EXTENSION_API_JSON_WEBSTOREPRIVATE" file="extensions\api\webstorePrivate.json" type="BINDATA" />
|
| <include name="IDR_EXTENSION_API_JSON_WINDOWS" file="extensions\api\windows.json" type="BINDATA" />
|
| -
|
| - <include name="IDR_I18N_PROCESS_JS" file="..\browser\resources\shared\js\i18n_process.js" type="BINDATA" />
|
| - <include name="IDR_I18N_TEMPLATE_JS" file="..\browser\resources\shared\js\i18n_template.js" type="BINDATA" />
|
| - <include name="IDR_JSTEMPLATE_JS" file="..\browser\resources\shared\js\jstemplate_compiled.js" flattenhtml="true" type="BINDATA" />
|
| - <include name="IDR_WEB_APP_SCHEMA" file="web_app_schema.json" type="BINDATA" />
|
| - <if expr="is_macosx">
|
| - <include name="IDR_NACL_SANDBOX_PROFILE" file="nacl_loader.sb" type="BINDATA" />
|
| - </if>
|
| </includes>
|
| </release>
|
| </grit>
|
|
|