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