Chromium Code Reviews| Index: build/filename_rules.gypi |
| diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi |
| index f67287fa9e9501af05b9a3212066d86b43751247..f14da39dc83b477786d091c498b41eb2d87e6d5e 100644 |
| --- a/build/filename_rules.gypi |
| +++ b/build/filename_rules.gypi |
| @@ -14,8 +14,8 @@ |
| ['exclude', '(^|/)win_[^/]*\\.(h|cc)$'] ], |
| }], |
| ['OS!="mac" or >(nacl_untrusted_build)==1', { |
| - 'sources/': [ ['exclude', '_(cocoa|mac)(_unittest)?\\.(h|cc|mm?)$'], |
| - ['exclude', '(^|/)(cocoa|mac)/'] ], |
| + 'sources/': [ ['exclude', '_(cocoa|mac|mach)(_unittest)?\\.(h|cc|mm?)$'], |
| + ['exclude', '(^|/)(cocoa|mac|mach)/'] ], |
| }], |
|
cpu_(ooo_6.6-7.5)
2015/11/06 23:16:48
you can probably push this change now outside of t
scottmg
2015/11/07 00:39:42
Sure, https://codereview.chromium.org/1413883010.
|
| ['OS!="ios" or >(nacl_untrusted_build)==1', { |
| 'sources/': [ ['exclude', '_ios(_unittest)?\\.(h|cc|mm?)$'], |