| Index: build/filename_rules.gypi
|
| diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi
|
| index 2f043e2db08983a4b9385224ea9033f675a8873e..e8d7f5844cfc9b3b034188ce9f992485ed85aa0b 100644
|
| --- a/build/filename_rules.gypi
|
| +++ b/build/filename_rules.gypi
|
| @@ -29,12 +29,6 @@
|
| ['exclude', '(^|/)linux/'],
|
| ],
|
| }],
|
| - ['OS!="android" and OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', {
|
| - 'sources/': [
|
| - ['exclude', '_linuxish(_unittest)?\\.(h|cc)$'],
|
| - ['exclude', '(^|/)linuxish/'],
|
| - ],
|
| - }],
|
| ['OS!="android"', {
|
| 'sources/': [
|
| ['exclude', '_android(_unittest)?\\.cc$'],
|
|
|