diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 22:36:26 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 22:36:26 +0000 |
commit | e603d9502bf6f6a5f0887bc0e0feeb8925d0296e (patch) | |
tree | 6751eb744f48633985323af2592d63b1bb3b263f /build | |
parent | 3846529d6b381db42568fe6b6ab0b3c8dcdc02f7 (diff) | |
download | chromium_src-e603d9502bf6f6a5f0887bc0e0feeb8925d0296e.zip chromium_src-e603d9502bf6f6a5f0887bc0e0feeb8925d0296e.tar.gz chromium_src-e603d9502bf6f6a5f0887bc0e0feeb8925d0296e.tar.bz2 |
Ignore .m files in addition to .mm on non-Macs.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/594031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38680 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 409d83b..97ab365 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -461,7 +461,7 @@ ['OS!="mac"', { 'sources/': [ ['exclude', '_(cocoa|mac)(_unittest)?\\.cc$'], ['exclude', '/(cocoa|mac)/'], - ['exclude', '\.mm$' ] ], + ['exclude', '\.mm?$' ] ], }], ['OS!="linux" and OS!="freebsd" and OS!="openbsd"', { 'sources/': [ |