OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+content/public/renderer", | 2 "+content/public/renderer", |
3 "+content/public/browser/native_web_keyboard_event.h", # For tests. | 3 "+content/public/browser/native_web_keyboard_event.h", # For tests. |
4 "+content/public/browser/web_ui_controller_factory.h", # For tests. | 4 "+content/public/browser/web_ui_controller_factory.h", # For tests. |
5 "+content/public/browser/web_contents.h", # For tests. | |
jam
2012/11/19 19:14:51
nit: i realize there are two existing includes abo
phoglund_chromium
2012/11/20 09:02:03
Done.
| |
5 "+jingle/glue", | 6 "+jingle/glue", |
6 "+media", # For audio input/output and audio/video decoding. | 7 "+media", # For audio input/output and audio/video decoding. |
7 "+third_party/hyphen/hyphen.h", | 8 "+third_party/hyphen/hyphen.h", |
8 "+third_party/libjingle", | 9 "+third_party/libjingle", |
9 "+third_party/mach_override", | 10 "+third_party/mach_override", |
10 "+third_party/tcmalloc", | 11 "+third_party/tcmalloc", |
11 "+v8/include", | 12 "+v8/include", |
12 ] | 13 ] |
OLD | NEW |