| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 007b908f50664bb0f718b0737fd5a669d6fbdf51..6f7499e4bb151f65b4d7dd97e7deca9a13000ec9 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1048,6 +1048,12 @@
|
| ['exclude', '(^|/)linux/'],
|
| ],
|
| }],
|
| + ['OS!="android"', {
|
| + 'sources/': [
|
| + ['exclude', '_android(_unittest)?\\.cc$'],
|
| + ['exclude', '(^|/)android/'],
|
| + ],
|
| + }],
|
| # We use "POSIX" to refer to all non-Windows operating systems.
|
| ['OS=="win"', {
|
| 'sources/': [ ['exclude', '_posix\\.(h|cc)$'] ],
|
|
|