| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # TODO(avi): remove this chrome include http://crbug.com/139631 | |
| 3 "+chrome/test/security_tests/renderer_sandbox_tests_mac.h", | |
| 4 "+content/public/renderer", | 2 "+content/public/renderer", |
| 5 "+content/public/browser/native_web_keyboard_event.h", # For tests. | 3 "+content/public/browser/native_web_keyboard_event.h", # For tests. |
| 6 "+content/public/browser/web_ui_controller_factory.h", # For tests. | 4 "+content/public/browser/web_ui_controller_factory.h", # For tests. |
| 7 "+jingle/glue", | 5 "+jingle/glue", |
| 8 "+media", # For audio input/output and audio/video decoding. | 6 "+media", # For audio input/output and audio/video decoding. |
| 9 "+third_party/hyphen/hyphen.h", | 7 "+third_party/hyphen/hyphen.h", |
| 10 "+third_party/libjingle", | 8 "+third_party/libjingle", |
| 11 "+third_party/mach_override", | 9 "+third_party/mach_override", |
| 12 "+third_party/tcmalloc", | 10 "+third_party/tcmalloc", |
| 13 "+v8/include", | 11 "+v8/include", |
| 14 ] | 12 ] |
| OLD | NEW |