16 lines
364 B
Python
16 lines
364 B
Python
include_rules = [
|
|
"+jni",
|
|
"+native_client/src/untrusted/irt/irt.h",
|
|
"+third_party/ashmem",
|
|
"+third_party/apple_apsl",
|
|
"+third_party/libevent",
|
|
"+third_party/dmg_fp",
|
|
"+third_party/GTM",
|
|
"+third_party/mach_override",
|
|
"+third_party/modp_b64",
|
|
"+third_party/tcmalloc",
|
|
|
|
# ICU dependendencies must be separate from the rest of base.
|
|
"-i18n",
|
|
]
|