summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_resources.gyp
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-17 17:13:34 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-17 17:13:34 +0000
commit6a3cd37ec610d90a216bba396cb71bd5b5633046 (patch)
treedb35fb70206bf9ddc21fe5b2d15f8fd6c5ff73f1 /chrome/chrome_resources.gyp
parent45a13b5e3c7878e4e61c7d38064801a258f5444c (diff)
downloadchromium_src-6a3cd37ec610d90a216bba396cb71bd5b5633046.zip
chromium_src-6a3cd37ec610d90a216bba396cb71bd5b5633046.tar.gz
chromium_src-6a3cd37ec610d90a216bba396cb71bd5b5633046.tar.bz2
Revert 132589 - Revert 132440 - Allow extension APIs to be compiled out.
BUG=117407,123835 TEST= Review URL: http://codereview.chromium.org/10031002 TBR=jgreenwald@chromium.org Review URL: https://chromiumcodereview.appspot.com/10107026 TBR=zmo@google.com Review URL: https://chromiumcodereview.appspot.com/10106026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132591 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_resources.gyp')
-rw-r--r--chrome/chrome_resources.gyp7
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' ],
},