| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+chrome/app", | 4 "+chrome/app", |
| 5 "+chrome/chrome_watcher", | 5 "+chrome/chrome_watcher", |
| 6 "+chrome/grit", | 6 "+chrome/grit", |
| 7 "+chrome/install_static", | 7 "+chrome/install_static", |
| 8 "+chrome/installer", | 8 "+chrome/installer", |
| 9 "+chrome_elf/blacklist", | 9 "+chrome_elf/blacklist", |
| 10 "+chrome_elf/chrome_elf_constants.h", | 10 "+chrome_elf/chrome_elf_constants.h", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 "+ppapi/shared_impl", | 44 "+ppapi/shared_impl", |
| 45 "+rlz", | 45 "+rlz", |
| 46 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 46 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
| 47 "+services/image_decoder/public/cpp", | 47 "+services/image_decoder/public/cpp", |
| 48 "+services/image_decoder/public/interfaces", | 48 "+services/image_decoder/public/interfaces", |
| 49 "+services/preferences/public/interfaces", | 49 "+services/preferences/public/interfaces", |
| 50 "+services/service_manager", | 50 "+services/service_manager", |
| 51 "+services/shape_detection/public/interfaces", | 51 "+services/shape_detection/public/interfaces", |
| 52 "+services/ui/public", | 52 "+services/ui/public", |
| 53 "+skia/ext", | 53 "+skia/ext", |
| 54 "+syzygy/kasko", | |
| 55 "+third_party/boringssl/src/include", | 54 "+third_party/boringssl/src/include", |
| 56 "+third_party/crashpad", | 55 "+third_party/crashpad", |
| 57 "+third_party/cros_system_api", | 56 "+third_party/cros_system_api", |
| 58 "+third_party/kasko", | |
| 59 | 57 |
| 60 # chrome only needs switches from cc. All usage of the compositor is from | 58 # chrome only needs switches from cc. All usage of the compositor is from |
| 61 # content. Definitely don't include generic stuff from cc/base here, if this | 59 # content. Definitely don't include generic stuff from cc/base here, if this |
| 62 # is needed these files need to move to base/ | 60 # is needed these files need to move to base/ |
| 63 "+cc/base/switches.h", | 61 "+cc/base/switches.h", |
| 64 | 62 |
| 65 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo | 63 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo |
| 66 "-content/public/test/test_browser_context.h", | 64 "-content/public/test/test_browser_context.h", |
| 67 | 65 |
| 68 "+storage/browser", | 66 "+storage/browser", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "+third_party/WebKit/public/platform/site_engagement.mojom.h", | 113 "+third_party/WebKit/public/platform/site_engagement.mojom.h", |
| 116 "+third_party/WebKit/public/public_features.h", | 114 "+third_party/WebKit/public/public_features.h", |
| 117 "+third_party/WebKit/public/web/WebCache.h", | 115 "+third_party/WebKit/public/web/WebCache.h", |
| 118 "+third_party/WebKit/public/web/WebContextMenuData.h", | 116 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 119 "+third_party/WebKit/public/web/WebFindOptions.h", | 117 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 120 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 118 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 121 "+third_party/WebKit/public/web/WebPluginAction.h", | 119 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 122 "+third_party/WebKit/public/web/WebTextDirection.h", | 120 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 123 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 121 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 124 ] | 122 ] |
| OLD | NEW |