diff options
author | jgreenwald@chromium.org <jgreenwald@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-16 19:22:53 +0000 |
---|---|---|
committer | jgreenwald@chromium.org <jgreenwald@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-16 19:22:53 +0000 |
commit | 77672290f190fa72137a681a315fd4705ce887c7 (patch) | |
tree | 0c7c198352c9a4179b38de063f3dacdab57fce42 /chrome/chrome_resources.gyp | |
parent | ba6b37c5f13828bcfcbf0ef65a5fb096894f20c7 (diff) | |
download | chromium_src-77672290f190fa72137a681a315fd4705ce887c7.zip chromium_src-77672290f190fa72137a681a315fd4705ce887c7.tar.gz chromium_src-77672290f190fa72137a681a315fd4705ce887c7.tar.bz2 |
Allow extension APIs to be compiled out.
BUG=117407
TEST=
Review URL: http://codereview.chromium.org/10031002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132440 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_resources.gyp')
-rw-r--r-- | chrome/chrome_resources.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp index 3195eb8..9834578 100644 --- a/chrome/chrome_resources.gyp +++ b/chrome/chrome_resources.gyp @@ -100,6 +100,13 @@ }, 'includes': [ '../build/grit_action.gypi' ], }, + { + 'action_name': 'extensions_api_resources', + 'variables': { + 'grit_grd_file': 'common/extensions_api_resources.grd', + }, + 'includes': [ '../build/grit_action.gypi' ], + } ], 'includes': [ '../build/grit_target.gypi' ], }, |