Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 97ab3652dd3a4ce542c57123a6b8265d5d61ac19..d47f865559634feae14f9e04e2168d3d553d7664 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -465,9 +465,16 @@ |
| }], |
| ['OS!="linux" and OS!="freebsd" and OS!="openbsd"', { |
| 'sources/': [ |
| - ['exclude', '_(chromeos|gtk|linux|x|x11)(_unittest)?\\.cc$'], |
| + ['exclude', '_(chromeos|gtk|x|x11)(_unittest)?\\.cc$'], |
| ['exclude', '/gtk/'], |
| - ['exclude', '/(gtk|x11)_[^/]*\\.cc$'] ], |
| + ['exclude', '/(gtk|x11)_[^/]*\\.cc$'], |
| + ], |
| + }], |
| + ['OS!="linux"', { |
|
fbarchard
2010/02/17 18:12:49
for freebsd, openbsd, and solaris, is it your inte
|
| + 'sources/': [ |
| + ['exclude', '_linux(_unittest)?\\.cc$'], |
| + ['exclude', '/linux/'], |
| + ], |
| }], |
| # We use "POSIX" to refer to all non-Windows operating systems. |
| ['OS=="win"', { |