summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-12 03:00:02 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-12 03:01:18 +0000
commit94e7719800748c4e7e62fb6ab724c59554501cae (patch)
tree1629c30ef5e4fbf56b46fbe7e0fcfdd71ae6ae96 /apps/apps.gypi
parent9a81cb5e3bfde11b1699bf7226e10ef8c6790b9f (diff)
downloadchromium_src-94e7719800748c4e7e62fb6ab724c59554501cae.zip
chromium_src-94e7719800748c4e7e62fb6ab724c59554501cae.tar.gz
chromium_src-94e7719800748c4e7e62fb6ab724c59554501cae.tar.bz2
Cleanup: Do not depend on browser_extensions target when extensions are not enabled.
BUG=349436 Review URL: https://codereview.chromium.org/452253002 Cr-Commit-Position: refs/heads/master@{#288880} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288880 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 63dbc48..357dcc5 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -93,6 +93,9 @@
],
['enable_extensions==0',
{
+ 'dependencies!': [
+ 'browser_extensions',
+ ],
'sources/': [
['exclude', '.*'],
['include', 'ui/web_contents_sizer\.cc$'],