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