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