Index: content/public/test/DEPS |
diff --git a/content/public/test/DEPS b/content/public/test/DEPS |
index 18666227adbedde2886a7016fccaaa519241441d..1169b4e70551761041b339abc754afb59bb580b5 100644 |
--- a/content/public/test/DEPS |
+++ b/content/public/test/DEPS |
@@ -8,7 +8,7 @@ include_rules = [ |
# Ensure we don't leak internal content headers through public headers. |
specific_include_rules = { |
- ".*\.cc": [ |
+ ".*\.(cc|mm)": [ |
# Allow inclusion of specific components that we depend on. |
# See comment in content/DEPS for which components are allowed. |
"+components/scheduler/renderer", |