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 "+jingle/glue", |
5 "+media", # For audio input/output and audio/video decoding. | 5 "+media", # For audio input/output and audio/video decoding. |
6 "+third_party/libjingle", | |
6 "+third_party/mach_override", | 7 "+third_party/mach_override", |
7 "+third_party/tcmalloc", | 8 "+third_party/tcmalloc", |
8 "+v8/include", | 9 "+v8/include", |
9 ] | 10 ] |
OLD | NEW |