| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+breakpad", | 3 "+breakpad", |
| 4 "+chrome/browser", | 4 "+chrome/browser", |
| 5 "+chrome/installer", | 5 "+chrome/installer", |
| 6 "+chrome/plugin/chrome_content_plugin_client.h", | 6 "+chrome/plugin/chrome_content_plugin_client.h", |
| 7 "+chrome/renderer/chrome_content_renderer_client.h", | 7 "+chrome/renderer/chrome_content_renderer_client.h", |
| 8 "+chrome/utility/chrome_content_utility_client.h", | 8 "+chrome/utility/chrome_content_utility_client.h", |
| 9 "+chromeos/chromeos_paths.h", | 9 "+chromeos/chromeos_paths.h", |
| 10 "+chromeos/chromeos_switches.h", |
| 10 "+components/breakpad", | 11 "+components/breakpad", |
| 11 "+components/nacl/common", | 12 "+components/nacl/common", |
| 12 "+components/nacl/zygote", | 13 "+components/nacl/zygote", |
| 13 "+content/public/app", | 14 "+content/public/app", |
| 14 "+content/public/browser/browser_main_runner.h", | 15 "+content/public/browser/browser_main_runner.h", |
| 15 "+content/public/browser/render_process_host.h", | 16 "+content/public/browser/render_process_host.h", |
| 16 "+grit", # For generated headers | 17 "+grit", # For generated headers |
| 17 "+policy", # For generated headers and source | 18 "+policy", # For generated headers and source |
| 18 "+sandbox", | 19 "+sandbox", |
| 19 "+tools/memory_watcher", | 20 "+tools/memory_watcher", |
| 20 "+third_party/lss/linux_syscall_support.h", | 21 "+third_party/lss/linux_syscall_support.h", |
| 21 ] | 22 ] |
| OLD | NEW |