| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+breakpad", | 2 "+breakpad", |
| 3 "+chrome/browser", | 3 "+chrome/browser", |
| 4 "+chrome/child", | 4 "+chrome/child", |
| 5 "+chrome/chrome_watcher", | 5 "+chrome/chrome_watcher", |
| 6 "+chrome/common/chrome_features.h", | 6 "+chrome/common/chrome_features.h", |
| 7 "+chrome/installer/util", | 7 "+chrome/installer/util", |
| 8 "+chrome/install_static", | 8 "+chrome/install_static", |
| 9 "+chrome/gpu/chrome_content_gpu_client.h", | 9 "+chrome/gpu/chrome_content_gpu_client.h", |
| 10 "+chrome/profiling/profiling_main.h", |
| 10 "+chrome/renderer/chrome_content_renderer_client.h", | 11 "+chrome/renderer/chrome_content_renderer_client.h", |
| 11 "+chrome/utility/chrome_content_utility_client.h", | 12 "+chrome/utility/chrome_content_utility_client.h", |
| 12 "+chrome_elf/chrome_elf_main.h", | 13 "+chrome_elf/chrome_elf_main.h", |
| 13 "+chromeos/chromeos_paths.h", | 14 "+chromeos/chromeos_paths.h", |
| 14 "+chromeos/chromeos_switches.h", | 15 "+chromeos/chromeos_switches.h", |
| 15 "+chromeos/hugepage_text/hugepage_text.h", | 16 "+chromeos/hugepage_text/hugepage_text.h", |
| 16 "+components/browser_watcher", | 17 "+components/browser_watcher", |
| 17 "+components/component_updater", | 18 "+components/component_updater", |
| 18 "+components/content_settings/core/common/content_settings_pattern.h", | 19 "+components/content_settings/core/common/content_settings_pattern.h", |
| 19 "+components/crash", | 20 "+components/crash", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 32 "+headless/public", # For headless mode. | 33 "+headless/public", # For headless mode. |
| 33 "+mash/common", | 34 "+mash/common", |
| 34 "+mash/quick_launch/public", | 35 "+mash/quick_launch/public", |
| 35 "+native_client/src/trusted/service_runtime/osx", | 36 "+native_client/src/trusted/service_runtime/osx", |
| 36 "+remoting/client/plugin", | 37 "+remoting/client/plugin", |
| 37 "+sandbox", | 38 "+sandbox", |
| 38 "+services/service_manager", | 39 "+services/service_manager", |
| 39 "+services/ui/public", | 40 "+services/ui/public", |
| 40 "+third_party/crashpad/crashpad", | 41 "+third_party/crashpad/crashpad", |
| 41 ] | 42 ] |
| OLD | NEW |