• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include_rules = [
2  # This code cannot depend on anything from //base, except for the current
3  # directory.
4  "-base",
5  "+base/android/linker",
6  "+third_party/jni_zero/jni_export.h",
7]
8
9# Allow using //base in unittests. These unittests are included in targets that
10# already depend on //base.
11specific_include_rules = {
12  ".*_unittest\.cc": [
13    "+base",
14  ],
15}
16