Chromium Code Reviews| Index: ash/display/DEPS |
| diff --git a/ash/display/DEPS b/ash/display/DEPS |
| index e297607100192618bc7293491d2f976da3852a82..f828f291f4d861665bf61b28364070db47fb51d3 100644 |
| --- a/ash/display/DEPS |
| +++ b/ash/display/DEPS |
| @@ -1,4 +1,10 @@ |
| include_rules = [ |
| "+ash/host", |
| + "+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", |
| + "+content/public/test/test_browser_context.h", |
| + "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", |
|
oshima
2014/11/11 01:06:27
I want to control dependency from ash to content.
|
| ] |
| - |
| + |