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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/renderer/renderer_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/extensions_api_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="extensions_api_resources.pak" type="data_package" />
8 <output filename="common_resources.rc" type="rc_all" /> 8 <output filename="extensions_api_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_MANIFEST_FEATURES" file="extensions\api\_mani fest_features.json" type="BINDATA" />
13 <include name="IDR_EXTENSION_PERMISSION_FEATURES" file="extensions\api\_pe rmission_features.json" type="BINDATA" />
14
15 <include name="IDR_EXTENSION_API_JSON_APP" file="extensions\api\app.json" type="BINDATA" /> 12 <include name="IDR_EXTENSION_API_JSON_APP" file="extensions\api\app.json" type="BINDATA" />
16 <include name="IDR_EXTENSION_API_JSON_BOOKMARKS" file="extensions\api\book marks.json" type="BINDATA" /> 13 <include name="IDR_EXTENSION_API_JSON_BOOKMARKS" file="extensions\api\book marks.json" type="BINDATA" />
17 <include name="IDR_EXTENSION_API_JSON_BROWSERACTION" file="extensions\api\ browserAction.json" type="BINDATA" /> 14 <include name="IDR_EXTENSION_API_JSON_BROWSERACTION" file="extensions\api\ browserAction.json" type="BINDATA" />
18 <include name="IDR_EXTENSION_API_JSON_BROWSINGDATA" file="extensions\api\b rowsingData.json" type="BINDATA" /> 15 <include name="IDR_EXTENSION_API_JSON_BROWSINGDATA" file="extensions\api\b rowsingData.json" type="BINDATA" />
19 <include name="IDR_EXTENSION_API_JSON_CHROMEAUTHPRIVATE" file="extensions\ api\chromeAuthPrivate.json" type="BINDATA" /> 16 <include name="IDR_EXTENSION_API_JSON_CHROMEAUTHPRIVATE" file="extensions\ api\chromeAuthPrivate.json" type="BINDATA" />
20 <include name="IDR_EXTENSION_API_JSON_CHROMEOSINFOPRIVATE" file="extension s\api\chromeosInfoPrivate.json" type="BINDATA" /> 17 <include name="IDR_EXTENSION_API_JSON_CHROMEOSINFOPRIVATE" file="extension s\api\chromeosInfoPrivate.json" type="BINDATA" />
21 <include name="IDR_EXTENSION_API_JSON_CONTENTSETTINGS" file="extensions\ap i\contentSettings.json" type="BINDATA" /> 18 <include name="IDR_EXTENSION_API_JSON_CONTENTSETTINGS" file="extensions\ap i\contentSettings.json" type="BINDATA" />
22 <include name="IDR_EXTENSION_API_JSON_CONTEXTMENUS" file="extensions\api\c ontextMenus.json" type="BINDATA" /> 19 <include name="IDR_EXTENSION_API_JSON_CONTEXTMENUS" file="extensions\api\c ontextMenus.json" type="BINDATA" />
23 <include name="IDR_EXTENSION_API_JSON_COOKIES" file="extensions\api\cookie s.json" type="BINDATA" /> 20 <include name="IDR_EXTENSION_API_JSON_COOKIES" file="extensions\api\cookie s.json" type="BINDATA" />
24 <include name="IDR_EXTENSION_API_JSON_DEBUGGER" file="extensions\api\debug ger.json" type="BINDATA" /> 21 <include name="IDR_EXTENSION_API_JSON_DEBUGGER" file="extensions\api\debug ger.json" type="BINDATA" />
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 <include name="IDR_EXTENSION_API_JSON_TOPSITES" file="extensions\api\topSi tes.json" type="BINDATA" /> 66 <include name="IDR_EXTENSION_API_JSON_TOPSITES" file="extensions\api\topSi tes.json" type="BINDATA" />
70 <include name="IDR_EXTENSION_API_JSON_TTS" file="extensions\api\tts.json" type="BINDATA" /> 67 <include name="IDR_EXTENSION_API_JSON_TTS" file="extensions\api\tts.json" type="BINDATA" />
71 <include name="IDR_EXTENSION_API_JSON_TTSENGINE" file="extensions\api\ttsE ngine.json" type="BINDATA" /> 68 <include name="IDR_EXTENSION_API_JSON_TTSENGINE" file="extensions\api\ttsE ngine.json" type="BINDATA" />
72 <include name="IDR_EXTENSION_API_JSON_TYPES" file="extensions\api\types.js on" type="BINDATA" /> 69 <include name="IDR_EXTENSION_API_JSON_TYPES" file="extensions\api\types.js on" type="BINDATA" />
73 <include name="IDR_EXTENSION_API_JSON_WEBNAVIGATION" file="extensions\api\ webNavigation.json" type="BINDATA" /> 70 <include name="IDR_EXTENSION_API_JSON_WEBNAVIGATION" file="extensions\api\ webNavigation.json" type="BINDATA" />
74 <include name="IDR_EXTENSION_API_JSON_WEBREQUEST" file="extensions\api\web Request.json" type="BINDATA" /> 71 <include name="IDR_EXTENSION_API_JSON_WEBREQUEST" file="extensions\api\web Request.json" type="BINDATA" />
75 <include name="IDR_EXTENSION_API_JSON_WEBSOCKETPROXYPRIVATE" file="extensi ons\api\webSocketProxyPrivate.json" type="BINDATA" /> 72 <include name="IDR_EXTENSION_API_JSON_WEBSOCKETPROXYPRIVATE" file="extensi ons\api\webSocketProxyPrivate.json" type="BINDATA" />
76 <include name="IDR_EXTENSION_API_JSON_WEBSTORE" file="extensions\api\webst ore.json" type="BINDATA" /> 73 <include name="IDR_EXTENSION_API_JSON_WEBSTORE" file="extensions\api\webst ore.json" type="BINDATA" />
77 <include name="IDR_EXTENSION_API_JSON_WEBSTOREPRIVATE" file="extensions\ap i\webstorePrivate.json" type="BINDATA" /> 74 <include name="IDR_EXTENSION_API_JSON_WEBSTOREPRIVATE" file="extensions\ap i\webstorePrivate.json" type="BINDATA" />
78 <include name="IDR_EXTENSION_API_JSON_WINDOWS" file="extensions\api\window s.json" type="BINDATA" /> 75 <include name="IDR_EXTENSION_API_JSON_WINDOWS" file="extensions\api\window s.json" type="BINDATA" />
79
80 <include name="IDR_I18N_PROCESS_JS" file="..\browser\resources\shared\js\i 18n_process.js" type="BINDATA" />
81 <include name="IDR_I18N_TEMPLATE_JS" file="..\browser\resources\shared\js\ i18n_template.js" type="BINDATA" />
82 <include name="IDR_JSTEMPLATE_JS" file="..\browser\resources\shared\js\jst emplate_compiled.js" flattenhtml="true" type="BINDATA" />
83 <include name="IDR_WEB_APP_SCHEMA" file="web_app_schema.json" type="BINDAT A" />
84 <if expr="is_macosx">
85 <include name="IDR_NACL_SANDBOX_PROFILE" file="nacl_loader.sb" type="BIN DATA" />
86 </if>
87 </includes> 76 </includes>
88 </release> 77 </release>
89 </grit> 78 </grit>
OLDNEW
« 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