Chromium Code Reviews| Index: build/filename_rules.gypi |
| diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi |
| index 214f530ee7d9411a1eec12e322bc9f8fd81c93a6..a8d429b7aa43a88216451238d0dd6efc5ca9444b 100644 |
| --- a/build/filename_rules.gypi |
| +++ b/build/filename_rules.gypi |
| @@ -35,7 +35,7 @@ |
| ['exclude', '(^|/)linux/'], |
| ], |
| }], |
| - ['OS!="android"', { |
| + ['OS!="android" or _toolset=="host"', { |
| 'sources/': [ |
| ['exclude', '_android(_unittest)?\\.cc$'], |
| ['exclude', '(^|/)android/'], |