blob: 81e9cda19aa691695bd68f024e74432f807002ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
  | 
include_rules = [
  "+jni",
  "+third_party/ashmem",
  "+third_party/apple_apsl",
  "+third_party/libevent",
  "+third_party/dmg_fp",
  "+third_party/GTM",
  "+third_party/modp_b64",
  "+third_party/tcmalloc",
  # ICU dependendencies must be separate from the rest of base.
  "-i18n",
]
  |