| 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", | 7 "+chrome/installer", |
| 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/renderer/chrome_content_renderer_client.h", | 10 "+chrome/renderer/chrome_content_renderer_client.h", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 "+components/nacl/renderer/plugin/ppapi_entrypoints.h", | 22 "+components/nacl/renderer/plugin/ppapi_entrypoints.h", |
| 23 "+components/nacl/zygote", | 23 "+components/nacl/zygote", |
| 24 "+components/policy", | 24 "+components/policy", |
| 25 "+components/safe_browsing_db/safe_browsing_api_handler.h", | 25 "+components/safe_browsing_db/safe_browsing_api_handler.h", |
| 26 "+components/startup_metric_utils/browser", | 26 "+components/startup_metric_utils/browser", |
| 27 "+components/upload_list", | 27 "+components/upload_list", |
| 28 "+components/version_info", | 28 "+components/version_info", |
| 29 "+content/public/app", | 29 "+content/public/app", |
| 30 "+content/public/browser/browser_main_runner.h", | 30 "+content/public/browser/browser_main_runner.h", |
| 31 "+extensions/common/constants.h", | 31 "+extensions/common/constants.h", |
| 32 "+headless/public", # For headless mode. |
| 32 "+native_client/src/trusted/service_runtime/osx", | 33 "+native_client/src/trusted/service_runtime/osx", |
| 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 |