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