blob: 6461fcc4f0feb5f12ba8e2d74bd674f4ce7a3384 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include_rules = [
# Generated files
"+js2webui/chrome/test/data",
"+sync/js",
"+sync/internal_api/public/util/weak_handle.h",
# Other libraries.
"+device/bluetooth",
"+third_party/angle", # For ANGLE version.
"+third_party/zlib/zlib.h", # For compression level constants.
]
|