blob: 5df72a6953b165c908a6f4acdbe3e889c87bb217 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include_rules = [
"+third_party/libevent",
"+third_party/dmg_fp",
"+third_party/modp_b64",
"+third_party/tcmalloc",
# Testing stuff shouldn't be used by the general base code.
"-base/test",
# ICU dependendencies must be separate from the rest of base.
"-i18n",
]
|