| Index: build/filename_rules.gypi
|
| diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi
|
| index d5a5a658512b41c7c9a8aba8fcc5778addda936a..162e9b2b16619307d54cd3facddfe02dfafd2326 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$'],
|
|
|