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