Implement ScreenOrientationDelegate on ChromeOS
[chromium-blink-merge.git] / ash / content / display / DEPS
blob42cea3cdb704c20aab03feefe28b6277273533c3
1 include_rules = [
2   "+content/public/browser/screen_orientation_delegate.h",
3   "+content/public/browser/screen_orientation_provider.h",
4   "+content/public/browser/browser_context.h",
5   "+content/public/browser/web_contents.h",
6   "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
9 specific_include_rules = {
10   ".*test\.cc": [
11     "+content/public/test/test_browser_context.h"
12   ],