• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include_rules = [
2  # This code is checked into the chromium repo so it's fine to depend on this.
3  "+base",
4  "+crypto",
5  "+build",
6  "+gin",
7  "+native_client/src/public",
8  "+testing",
9  "+third_party/ashmem",
10  "+v8",
11
12  # internal includes.
13  "+mojo",
14]
15