• 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  "+build",
5  "+testing",
6
7  "+ipc/ipc_param_traits.h",
8
9  # internal includes.
10  "+mojo",
11]
12