summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 3f6eb49..f8dee130 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -152,5 +152,12 @@
'pdf.gypi',
],
}],
+ # TODO(tbarzic): Remove chromeos condition when there are non-chromeos apps
+ # in components/apps.
+ ['enable_extensions == 1 and chromeos == 1', {
+ 'includes': [
+ 'chrome_apps.gypi',
+ ],
+ }],
],
}