OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+breakpad", | 2 "+breakpad", |
3 "+chrome/browser", | 3 "+chrome/browser", |
4 "+chrome/installer", | 4 "+chrome/installer", |
5 "+chrome/plugin/chrome_content_plugin_client.h", | 5 "+chrome/plugin/chrome_content_plugin_client.h", |
6 "+chrome/renderer/chrome_content_renderer_client.h", | 6 "+chrome/renderer/chrome_content_renderer_client.h", |
7 "+chrome/utility/chrome_content_utility_client.h", | 7 "+chrome/utility/chrome_content_utility_client.h", |
8 "+content/app", # TODO(joi): Remove once content API in place. | 8 "+content/app", # TODO(joi): Remove once content API in place. |
9 "+content/public/app", | 9 "+content/public/app", |
| 10 "+content/public/browser/browser_main_runner.h", |
10 "+content/public/browser/render_process_host.h", | 11 "+content/public/browser/render_process_host.h", |
11 "+grit", # For generated headers | 12 "+grit", # For generated headers |
12 "+media/base", # For initializing media library. | 13 "+media/base", # For initializing media library. |
13 "+policy", # For generated headers and source | 14 "+policy", # For generated headers and source |
14 "+sandbox", | 15 "+sandbox", |
15 "+sandbox/linux/seccomp-legacy", | 16 "+sandbox/linux/seccomp-legacy", |
16 "+tools/memory_watcher", | 17 "+tools/memory_watcher", |
17 "+third_party/lss/linux_syscall_support.h", | 18 "+third_party/lss/linux_syscall_support.h", |
18 ] | 19 ] |
OLD | NEW |