summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp6
1 files changed, 5 insertions, 1 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 17e4235..db6d9b0 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -88,11 +88,15 @@
'webp_transcode.gypi',
],
}],
+ ['OS != "android"', {
+ 'includes': [
+ 'feedback.gypi',
+ ]
+ }],
['OS != "ios" and OS != "android"', {
'includes': [
'audio_modem.gypi',
'copresence.gypi',
- 'feedback.gypi',
'proximity_auth.gypi',
'storage_monitor.gypi',
]