summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2015-11-09 11:14:37 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-09 19:15:32 +0000
commita02687cc3dd61c9a4fb5f83966ab97c58109b216 (patch)
tree8ec21fa3e10ce6c4c7cbfd3407c1456c6e3130bb /build
parentdf078530530a8225c5335ac15d0f0abce662cb4d (diff)
downloadchromium_src-a02687cc3dd61c9a4fb5f83966ab97c58109b216.zip
chromium_src-a02687cc3dd61c9a4fb5f83966ab97c58109b216.tar.gz
chromium_src-a02687cc3dd61c9a4fb5f83966ab97c58109b216.tar.bz2
Exclude mach files on non-Mac
R=cpu@chromium.org BUG=chromium:546288 Review URL: https://codereview.chromium.org/1413883010 Cr-Commit-Position: refs/heads/master@{#358619}
Diffstat (limited to 'build')
-rw-r--r--build/filename_rules.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi
index 3766273..291bfed 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?)$'],