1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
include_rules = [
"+cc/base",
"+components/embedder_support",
"+components/keyed_service/core",
"+components/printing/browser",
"+components/printing/common",
"+components/security_state",
"+components/viz",
"+printing",
"+services/network",
"+storage/browser/quota",
"+storage/common/quota",
"+third_party/skia/include",
"+third_party/blink/public/mojom/quota",
"+third_party/blink/public/mojom/renderer_preferences.mojom.h",
"+ui/aura",
"+ui/compositor",
"+ui/events/keycodes/dom",
]
|