Chromium Code Reviews| Index: build/filename_rules.gypi |
| =================================================================== |
| --- build/filename_rules.gypi (revision 140304) |
| +++ build/filename_rules.gypi (working copy) |
| @@ -42,7 +42,11 @@ |
| ], |
| }], |
| ['OS=="win"', { |
| - 'sources/': [ ['exclude', '_posix(_unittest)?\\.(h|cc)$'] ], |
| + 'sources/': [ |
| + ['exclude', '_posix(_unittest)?\\.(h|cc)$'], |
| + ['exclude', '(^|/)posix/'], |
| + ], |
| + |
| }], |
| ['chromeos!=1', { |
| 'sources/': [ ['exclude', '_chromeos\\.(h|cc)$'] ] |