Index: build/filename_rules.gypi |
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi |
index 2892a371305e0e34a0bd60f5a1b2847eb31bbc44..0ecc6ef1e8eb6815d185109ba8f93e36d45a51b9 100644 |
--- a/build/filename_rules.gypi |
+++ b/build/filename_rules.gypi |
@@ -97,5 +97,10 @@ |
['exclude', '(^|/)ash/'], |
] |
}], |
+ ['<(use_ozone)==0 or >(nacl_untrusted_build)==1', { |
+ 'sources/': [ ['exclude', '_ozone(_browsertest|_unittest)?\\.(h|cc)$'], |
+ ['exclude', '(^|/)ozone/'], |
+ ] |
+ }], |
] |
} |