blob: 43605247fd76f8f28eccd97e3be80b14904cf1a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
include_rules = [
"+ipc",
"+components/metrics",
"+components/prefs",
"+third_party/metrics_proto",
"+content/public/browser/background_tracing_manager.h",
"+content/public/browser/background_tracing_config.h",
"+content/public/browser/browser_thread.h",
]
specific_include_rules = {
'.*browsertest\.cc': [
"+content/public/test",
],
'.*unittest.cc': [
"+content/public/test",
],
}
|