OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+ash/host", | 2 "+ash/host", |
3 "+content/public/browser/screen_orientation_delegate.h", | |
4 "+content/public/browser/screen_orientation_provider.h", | |
5 "+content/public/browser/browser_context.h", | |
6 "+content/public/browser/web_contents.h", | |
7 "+content/public/test/test_browser_context.h", | |
8 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", | |
oshima
2014/11/11 01:06:27
I want to control dependency from ash to content.
| |
3 ] | 9 ] |
4 | 10 |
OLD | NEW |