| 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/chrome_watcher", | 6 "+chrome/chrome_watcher", |
| 7 "+chrome/grit", # For generated headers | 7 "+chrome/grit", # For generated headers |
| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 "+media/base", # For media switches | 114 "+media/base", # For media switches |
| 115 "+policy", # For generated headers and source | 115 "+policy", # For generated headers and source |
| 116 "+ppapi/c", # For various types. | 116 "+ppapi/c", # For various types. |
| 117 "+ppapi/host", | 117 "+ppapi/host", |
| 118 "+ppapi/proxy", | 118 "+ppapi/proxy", |
| 119 "+ppapi/shared_impl", | 119 "+ppapi/shared_impl", |
| 120 # Defines some types that are marshalled over IPC. | 120 # Defines some types that are marshalled over IPC. |
| 121 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 121 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
| 122 "+rlz", | 122 "+rlz", |
| 123 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 123 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
| 124 "+services/image_decoder", |
| 124 "+skia/ext", | 125 "+skia/ext", |
| 126 "+skia/public", |
| 125 "+sync/api", # Sync API files. | 127 "+sync/api", # Sync API files. |
| 126 "+sync/internal_api/public/attachments", # Needed for tests. | 128 "+sync/internal_api/public/attachments", # Needed for tests. |
| 127 "+sync/protocol", # Sync protobuf files. | 129 "+sync/protocol", # Sync protobuf files. |
| 128 "+sync/util", # Sync utilities like GetSessionName. | 130 "+sync/util", # Sync utilities like GetSessionName. |
| 129 "+syzygy/kasko", | 131 "+syzygy/kasko", |
| 130 "+third_party/cros_system_api", | 132 "+third_party/cros_system_api", |
| 131 "+win8/util", | 133 "+win8/util", |
| 132 | 134 |
| 133 # chrome only needs switches from cc. All usage of the compositor is from | 135 # chrome only needs switches from cc. All usage of the compositor is from |
| 134 # content. Definitely don't include generic stuff from cc/base here, if this | 136 # content. Definitely don't include generic stuff from cc/base here, if this |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 174 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
| 173 "+third_party/WebKit/public/web/WebCache.h", | 175 "+third_party/WebKit/public/web/WebCache.h", |
| 174 "+third_party/WebKit/public/web/WebContextMenuData.h", | 176 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 175 "+third_party/WebKit/public/web/WebFindOptions.h", | 177 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 176 "+third_party/WebKit/public/web/WebInputEvent.h", | 178 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 177 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 179 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 178 "+third_party/WebKit/public/web/WebPluginAction.h", | 180 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 179 "+third_party/WebKit/public/web/WebTextDirection.h", | 181 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 180 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 182 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 181 ] | 183 ] |
| OLD | NEW |