Index: content/public/test/DEPS |
=================================================================== |
--- content/public/test/DEPS (revision 161126) |
+++ content/public/test/DEPS (working copy) |
@@ -4,11 +4,12 @@ |
] |
# Ensure we don't leak internal content headers through public headers. |
-specific_include_rules = { |
- ".*\.cc": [ |
- # Testing utilities can access anything in content/ |
- "+content", |
- "+media/base", |
- "+third_party/iaccessible2", |
- ], |
-} |
+specific_include_rules = { |
+ ".*\.cc": [ |
+ # Testing utilities can access anything in content/ |
+ "+content", |
+ "+media/base", |
+ "+third_party/iaccessible2", |
+ "+ui/base/resource/resource_bundle.h", |
+ ], |
+} |
Property changes on: content\public\test\DEPS |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |