• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include_rules = [
2  "+content/public/renderer",
3  "+content/child",
4  "+gin",
5  "+jingle/glue",
6  "+media",  # For audio input/output and audio/video decoding.
7  "+third_party/hyphen/hyphen.h",
8  "+third_party/libjingle",
9  "+third_party/mach_override",
10  "+third_party/tcmalloc",
11  "+v8/include",
12  "+v8/src/third_party/vtune",
13  "-webkit/browser",
14]
15
16specific_include_rules = {
17  '.*_[a-z]*browsertest.*': [
18    "+content/public/browser",
19    "+content/shell",
20  ],
21}
22