diff options
Diffstat (limited to 'build/filename_rules.gypi')
-rw-r--r-- | build/filename_rules.gypi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi index 6975bf7..d5a5a65 100644 --- a/build/filename_rules.gypi +++ b/build/filename_rules.gypi @@ -35,12 +35,6 @@ ['exclude', '(^|/)android/'], ], }], - ['OS!="android" and OS!="linux" and OS!="openbsd" and OS!="freebsd"', { - 'sources/': [ - ['exclude', '_linuxish(_unittest)?\\.(h|cc)$'], - ['exclude', '(^|/)linuxish/'], - ], - }], ['OS=="win"', { 'sources/': [ ['exclude', '_posix(_unittest)?\\.(h|cc)$'] ], }], |