blob: 5b0cbd043af4fe9767302af5f9c85d1dd90a4f88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
include_rules = [
"+components/crash/core/common/crash_key.h",
"+components/keyed_service/content/browser_context_keyed_service_shutdown_notifier_factory.h",
"+components/keyed_service/core/keyed_service_shutdown_notifier.h",
"+components/zoom",
"+content/public/browser",
"+content/public/common",
"+ipc",
"+third_party/blink/public/common/page/page_zoom.h",
"+third_party/blink/public/common/input/web_gesture_event.h",
"+third_party/blink/public/common/input/web_input_event.h",
]
specific_include_rules = {
"^(test_|.*_(unit|pixel|perf)?test).*\.(cc|h)": [
"+content/public/test",
],
}
|