summaryrefslogtreecommitdiffstats
path: root/chrome/common/common_resources.grd
diff options
context:
space:
mode:
authorrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-22 20:12:07 +0000
committerrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-22 20:12:07 +0000
commit6e3f6928a0f43c3e956903693f8a84a2a207e970 (patch)
treec3f57be6c06a75ff02fac9ed014231fd8bab1f9c /chrome/common/common_resources.grd
parent2248d729d57ca026d78e88355f760bb4048f8430 (diff)
downloadchromium_src-6e3f6928a0f43c3e956903693f8a84a2a207e970.zip
chromium_src-6e3f6928a0f43c3e956903693f8a84a2a207e970.tar.gz
chromium_src-6e3f6928a0f43c3e956903693f8a84a2a207e970.tar.bz2
Step 2 in abstracting Extension APIs to shared "IDL".
In this step, all "normal" async extension apis have been pulled out into extension_api.json which is loaded in the renderer, and dynamic bindings are created for extension functions & events in extension_process_bindings.js. R=aa Review URL: http://codereview.chromium.org/155741 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common_resources.grd')
-rw-r--r--chrome/common/common_resources.grd1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/common_resources.grd b/chrome/common/common_resources.grd
index aa8c83a..2597d14 100644
--- a/chrome/common/common_resources.grd
+++ b/chrome/common/common_resources.grd
@@ -11,6 +11,7 @@
<includes>
<include name="IDR_JSTEMPLATE_JS" file="..\third_party\jstemplate\jstemplate_compiled.js" type="BINDATA" />
<include name="IDR_I18N_TEMPLATE_JS" file="..\browser\resources\i18n_template.js" type="BINDATA" />
+ <include name="IDR_EXTENSION_API_JSON" file="extensions\api\extension_api.json" type="BINDATA" />
</includes>
</release>
</grit> \ No newline at end of file