blob: ce31fe01b2497d7e6fe3fa754749150d93596dee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
include_rules = [
"+components/blacklist/opt_out_blacklist",
"+components/data_reduction_proxy/core/browser",
"+components/data_reduction_proxy/core/common",
"+components/keyed_service",
"+components/prefs",
"+components/optimization_guide",
"+components/previews/core",
"+components/url_matcher",
"+components/variations",
"+content/public/browser",
"+content/public/common",
"+content/public/test",
"+net",
"+services/network",
]
|