1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
include_rules = [
"+components/invalidation",
"+components/onc",
"+components/proximity_auth",
"+components/sync/engine/events",
"+components/sync/sessions",
"+components/sync/base/weak_handle.h",
"+components/sync/js",
"+device/bluetooth",
"+extensions/strings/grit/extensions_strings.h",
# Generated files
"+js2webui/chrome/test/data",
"+third_party/cld",
# Other libraries.
"+third_party/angle", # For ANGLE version.
"+third_party/brotli", # For compressed resources.
"+third_party/zlib/zlib.h", # For compression level constants.
# DOM Distiller.
"+components/dom_distiller/core",
"+components/dom_distiller/webui",
]
|