Chromium Code Reviews| Index: build/filename_rules.gypi |
| =================================================================== |
| --- build/filename_rules.gypi (revision 206792) |
| +++ build/filename_rules.gypi (working copy) |
| @@ -10,6 +10,7 @@ |
| 'target_conditions': [ |
| ['OS!="win" or >(nacl_untrusted_build)==1', { |
| 'sources/': [ ['exclude', '_win(_unittest)?\\.(h|cc)$'], |
| + ['exclude', '_win(_browsertest)?\\.(h|cc)$'], |
|
Nico
2013/06/18 19:49:23
No need for the ()? bit, since these are already e
|
| ['exclude', '(^|/)win/'], |
| ['exclude', '(^|/)win_[^/]*\\.(h|cc)$'] ], |
| }], |