| Index: build/filename_rules.gypi
|
| ===================================================================
|
| --- build/filename_rules.gypi (revision 131418)
|
| +++ build/filename_rules.gypi (working copy)
|
| @@ -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)$'] ],
|
| }],
|
|
|