Chromium Code Reviews| Index: build/filename_rules.gypi |
| diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi |
| index 1bef75fe0a7ce03c3804e29b9cd103846fd1711a..bc657d8d0f2af89eaad3c7243117c3fd6637d113 100644 |
| --- a/build/filename_rules.gypi |
| +++ b/build/filename_rules.gypi |
| @@ -37,7 +37,7 @@ |
| }], |
| ['OS!="android" or _toolset=="host" or >(nacl_untrusted_build)==1', { |
| 'sources/': [ |
| - ['exclude', '_android(_unittest)?\\.cc$'], |
| + ['exclude', '_android(_unittest)?\\.(h|cc)$'], |
| ['exclude', '(^|/)android/'], |
| ], |
| }], |