| 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/grit",  # For generated headers |   7   "+chrome/grit",  # For generated headers | 
|   7   "+chrome/installer", |   8   "+chrome/installer", | 
|   8   "+chrome/plugin/chrome_content_plugin_client.h", |   9   "+chrome/plugin/chrome_content_plugin_client.h", | 
|   9   "+chrome/renderer/chrome_content_renderer_client.h", |  10   "+chrome/renderer/chrome_content_renderer_client.h", | 
|  10   "+chrome/utility/chrome_content_utility_client.h", |  11   "+chrome/utility/chrome_content_utility_client.h", | 
|  11   "+chrome_elf/chrome_elf_main.h", |  12   "+chrome_elf/chrome_elf_main.h", | 
|  12   "+chromeos/chromeos_paths.h", |  13   "+chromeos/chromeos_paths.h", | 
|  13   "+chromeos/chromeos_switches.h", |  14   "+chromeos/chromeos_switches.h", | 
|  14   "+chromeos/hugepage_text/hugepage_text.h", |  15   "+chromeos/hugepage_text/hugepage_text.h", | 
|  15   "+components/browser_watcher", |  16   "+components/browser_watcher", | 
| (...skipping 13 matching lines...) Expand all  Loading... | 
|  29   "+content/public/browser/browser_main_runner.h", |  30   "+content/public/browser/browser_main_runner.h", | 
|  30   "+extensions/common/constants.h", |  31   "+extensions/common/constants.h", | 
|  31   "+native_client/src/trusted/service_runtime/osx", |  32   "+native_client/src/trusted/service_runtime/osx", | 
|  32   "+policy",  # For generated headers and source |  33   "+policy",  # For generated headers and source | 
|  33   "+remoting/client/plugin", |  34   "+remoting/client/plugin", | 
|  34   "+sandbox", |  35   "+sandbox", | 
|  35   "+syzygy/kasko/api", |  36   "+syzygy/kasko/api", | 
|  36   "+third_party/crashpad/crashpad", |  37   "+third_party/crashpad/crashpad", | 
|  37   "+third_party/kasko", |  38   "+third_party/kasko", | 
|  38 ] |  39 ] | 
| OLD | NEW |