mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
17 lines
354 B
Python
17 lines
354 B
Python
include_rules = [
|
|
"+jni",
|
|
"+third_party/ashmem",
|
|
"+third_party/apple_apsl",
|
|
"+third_party/ced",
|
|
"+third_party/lss",
|
|
"+third_party/modp_b64",
|
|
"+third_party/tcmalloc",
|
|
|
|
# These are implicitly brought in from the root, and we don't want them.
|
|
"-ipc",
|
|
"-url",
|
|
|
|
# ICU dependendencies must be separate from the rest of base.
|
|
"-i18n",
|
|
]
|