OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+content/public/browser/screen_orientation_delegate.h", | 2 "+content/public/browser/screen_orientation_delegate.h", |
3 "+content/public/browser/screen_orientation_provider.h", | 3 "+content/public/browser/screen_orientation_provider.h", |
4 "+content/public/browser/browser_context.h", | 4 "+content/public/browser/browser_context.h", |
| 5 "+content/public/browser/browser_thread.h", |
5 "+content/public/browser/web_contents.h", | 6 "+content/public/browser/web_contents.h", |
| 7 "+third_party/qcms/src/qcms.h", |
6 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", | 8 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", |
7 ] | 9 ] |
8 | 10 |
9 specific_include_rules = { | 11 specific_include_rules = { |
10 ".*test\.cc": [ | 12 ".*test\.cc": [ |
11 "+content/public/test/test_browser_context.h" | 13 "+content/public/test/test_browser_context.h" |
12 ], | 14 ], |
13 } | 15 } |
OLD | NEW |