Index: ash/content/display/DEPS |
diff --git a/ash/content/display/DEPS b/ash/content/display/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8131a962face30fa5ed007b140504312384bb5fb |
--- /dev/null |
+++ b/ash/content/display/DEPS |
@@ -0,0 +1,9 @@ |
+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", |
oshima
2014/11/12 00:17:31
nit: you can just add "content/public/browser"
us
jonross
2014/11/12 00:56:32
Done.
|
+ "+content/public/test/test_browser_context.h", |
+ "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", |
+] |
+ |