Index: ash/content/display/DEPS |
diff --git a/ash/content/display/DEPS b/ash/content/display/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..42cea3cdb704c20aab03feefe28b6277273533c3 |
--- /dev/null |
+++ b/ash/content/display/DEPS |
@@ -0,0 +1,13 @@ |
+include_rules = [ |
+ "+content/public/browser/screen_orientation_delegate.h", |
+ "+content/public/browser/screen_orientation_provider.h", |
+ "+content/public/browser/browser_context.h", |
+ "+content/public/browser/web_contents.h", |
+ "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", |
+] |
+ |
+specific_include_rules = { |
+ ".*test\.cc": [ |
+ "+content/public/test/test_browser_context.h" |
+ ], |
+} |