| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+athena/content/public", | 4 "+athena/content/public", |
| 5 "+chrome/app", | 5 "+chrome/app", |
| 6 "+chrome/grit", # For generated headers | 6 "+chrome/grit", # For generated headers |
| 7 "+chrome/installer", | 7 "+chrome/installer", |
| 8 "+chrome_elf/blacklist", | 8 "+chrome_elf/blacklist", |
| 9 "+chrome_elf/chrome_elf_constants.h", | 9 "+chrome_elf/chrome_elf_constants.h", |
| 10 "+chrome_elf/create_file", | 10 "+chrome_elf/create_file", |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 "+ppapi/proxy", | 102 "+ppapi/proxy", |
| 103 "+ppapi/shared_impl", | 103 "+ppapi/shared_impl", |
| 104 # Defines some types that are marshalled over IPC. | 104 # Defines some types that are marshalled over IPC. |
| 105 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 105 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
| 106 "+rlz", | 106 "+rlz", |
| 107 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 107 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
| 108 "+skia/ext", | 108 "+skia/ext", |
| 109 "+sync/api", # Sync API files. | 109 "+sync/api", # Sync API files. |
| 110 "+sync/internal_api/public/attachments", # Needed for tests. | 110 "+sync/internal_api/public/attachments", # Needed for tests. |
| 111 "+sync/protocol", # Sync protobuf files. | 111 "+sync/protocol", # Sync protobuf files. |
| 112 "+sync/util", # Sync utilities like GetSessionName. |
| 112 "+third_party/cros_system_api", | 113 "+third_party/cros_system_api", |
| 113 "+win8/util", | 114 "+win8/util", |
| 114 | 115 |
| 115 # chrome only needs switches from cc. All usage of the compositor is from | 116 # chrome only needs switches from cc. All usage of the compositor is from |
| 116 # content. Definitely don't include generic stuff from cc/base here, if this | 117 # content. Definitely don't include generic stuff from cc/base here, if this |
| 117 # is needed these files need to move to base/ | 118 # is needed these files need to move to base/ |
| 118 "+cc/base/switches.h", | 119 "+cc/base/switches.h", |
| 119 | 120 |
| 120 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo | 121 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo |
| 121 "-content/public/test/test_browser_context.h", | 122 "-content/public/test/test_browser_context.h", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 "+third_party/WebKit/public/web/WebCache.h", | 158 "+third_party/WebKit/public/web/WebCache.h", |
| 158 "+third_party/WebKit/public/web/WebContextMenuData.h", | 159 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 159 "+third_party/WebKit/public/web/WebFindOptions.h", | 160 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 160 "+third_party/WebKit/public/web/WebInputEvent.h", | 161 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 161 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 162 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 162 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 163 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 163 "+third_party/WebKit/public/web/WebPluginAction.h", | 164 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 164 "+third_party/WebKit/public/web/WebTextDirection.h", | 165 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 165 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 166 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 166 ] | 167 ] |
| OLD | NEW |