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

Unified Diff: chrome/common/extensions_api_resources.grd

Issue 10031002: Allow extension APIs to be compiled out. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add extensions_api_resources resources to windows targets Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/renderer/renderer_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/renderer/renderer_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698