| Index: build/filename_rules.gypi
|
| diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi
|
| index 3766273799883a2c737cbbda380859fcf39b09bb..291bfedb1dff7174cc411585e71fcd693f0b2589 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|c|mm?)$'],
|
| - ['exclude', '(^|/)(cocoa|mac)/'] ],
|
| + 'sources/': [ ['exclude', '_(cocoa|mac|mach)(_unittest)?\\.(h|cc|c|mm?)$'],
|
| + ['exclude', '(^|/)(cocoa|mac|mach)/'] ],
|
| }],
|
| ['OS!="ios" or >(nacl_untrusted_build)==1', {
|
| 'sources/': [ ['exclude', '_ios(_unittest)?\\.(h|cc|mm?)$'],
|
|
|