1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15

base / android / linker / DEPS [blame]

include_rules = [
  # This code cannot depend on anything from //base, except for the current
  # directory.
  "-base",
  "+base/android/linker",
  "+third_party/jni_zero/jni_export.h",
]

# Allow using //base in unittests. These unittests are included in targets that
# already depend on //base.
specific_include_rules = {
  ".*_unittest\.cc": [
    "+base",
  ],
}