| 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", | |
| 6 "+content/public/browser/web_contents.h", | 5 "+content/public/browser/web_contents.h", |
| 7 "+third_party/qcms/src/qcms.h", | |
| 8 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", | 6 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", |
| 9 ] | 7 ] |
| 10 | 8 |
| 11 specific_include_rules = { | 9 specific_include_rules = { |
| 12 ".*test\.cc": [ | 10 ".*test\.cc": [ |
| 13 "+content/public/test/test_browser_context.h" | 11 "+content/public/test/test_browser_context.h" |
| 14 ], | 12 ], |
| 15 } | 13 } |
| OLD | NEW |