blob: f3b4c541b08607784bec4799597d2b927b30dd78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
include_rules = [
# Generated files
"+js2webui/chrome/test/data",
"+sync/js",
"+sync/internal_api/public/util/weak_handle.h",
"+sync/internal_api/public/events",
# Other libraries.
"+device/bluetooth",
"+device/nfc",
"+third_party/angle", # For ANGLE version.
"+third_party/zlib/zlib.h", # For compression level constants.
"+third_party/libaddressinput/chromium/cpp/include", # For i18n address input.
# DOM Distiller.
"+components/dom_distiller/core",
"+components/dom_distiller/webui",
]
|