• 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]
7
8# Allow using //base in unittests. These unittests are included in targets that
9# already depend on //base.
10specific_include_rules = {
11  ".*_unittest\.cc": [
12    "+base",
13  ],
14}
15