summaryrefslogtreecommitdiffstats
path: root/build/filename_rules.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/filename_rules.gypi')
-rw-r--r--build/filename_rules.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi
index d5a5a65..162e9b2 100644
--- a/build/filename_rules.gypi
+++ b/build/filename_rules.gypi
@@ -29,6 +29,12 @@
['exclude', '(^|/)linux/'],
],
}],
+ ['OS!="android" and OS!="linux" and OS!="openbsd" and OS!="freebsd"', {
+ 'sources/': [
+ ['exclude', '_linuxish(_unittest)?\\.(h|cc)$'],
+ ['exclude', '(^|/)linuxish/'],
+ ],
+ }],
['OS!="android"', {
'sources/': [
['exclude', '_android(_unittest)?\\.cc$'],