Chromium Code Reviews| Index: build/filename_rules.gypi |
| diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi |
| index e7259c674022e722e9646682d1664d629690c47b..7f7a1e6d266980dbaf208da708cc7c77fde098d0 100644 |
| --- a/build/filename_rules.gypi |
| +++ b/build/filename_rules.gypi |
| @@ -102,5 +102,10 @@ |
| ['exclude', '(^|/)ozone/'], |
| ] |
| }], |
| + ['<(use_ozone_evdev)==0 or >(nacl_untrusted_build)==1', { |
| + 'sources/': [ ['exclude', '_evdev(_browsertest|_unittest)?\\.(h|cc)$'], |
| + ['exclude', '(^|/)evdev/'], |
| + ] |
| + }], |
| ] |
| } |