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