Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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", | |
|
oshima
2014/11/12 00:17:31
nit: you can just add "content/public/browser"
us
jonross
2014/11/12 00:56:32
Done.
| |
| 6 "+content/public/test/test_browser_context.h", | |
| 7 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", | |
| 8 ] | |
| 9 | |
| OLD | NEW |