OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/test", | 2 "+chrome/test", |
3 "+content/public/renderer", | 3 "+content/public/renderer", |
4 "+jingle/glue", | |
4 "+media", # For audio input/output and audio/video decoding. | 5 "+media", # For audio input/output and audio/video decoding. |
5 "+third_party/mach_override", | 6 "+third_party/mach_override", |
6 "+third_party/tcmalloc", | 7 "+third_party/tcmalloc", |
7 "+v8/include", | 8 "+v8/include", |
8 ] | 9 ] |
OLD | NEW |