| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Allow inclusion of specific components that we depend on. | 2 # Allow inclusion of specific components that we depend on. |
| 3 # See comment in content/DEPS for which components are allowed. | 3 # See comment in content/DEPS for which components are allowed. |
| 4 "+components/discardable_memory/common", | 4 "+components/discardable_memory/common", |
| 5 "+components/discardable_memory/service", | 5 "+components/discardable_memory/service", |
| 6 "+components/display_compositor", | 6 "+components/display_compositor", |
| 7 "+components/filesystem", | 7 "+components/filesystem", |
| 8 "+components/leveldb", | 8 "+components/leveldb", |
| 9 "+components/link_header_util", | 9 "+components/link_header_util", |
| 10 "+components/metrics", | 10 "+components/metrics", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseType.h", | 110 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseType.h", |
| 111 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta
te.h", | 111 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta
te.h", |
| 112 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even
t_status.mojom.h", | 112 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even
t_status.mojom.h", |
| 113 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_stre
am_handle.mojom.h", | 113 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_stre
am_handle.mojom.h", |
| 114 "+third_party/WebKit/public/platform/modules/websockets/websocket.mojom.h", | 114 "+third_party/WebKit/public/platform/modules/websockets/websocket.mojom.h", |
| 115 "+third_party/WebKit/public/public_features.h", | 115 "+third_party/WebKit/public/public_features.h", |
| 116 "+third_party/WebKit/public/web/WebAXEnums.h", | 116 "+third_party/WebKit/public/web/WebAXEnums.h", |
| 117 "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 117 "+third_party/WebKit/public/web/WebCompositionUnderline.h", |
| 118 "+third_party/WebKit/public/web/WebConsoleMessage.h", | 118 "+third_party/WebKit/public/web/WebConsoleMessage.h", |
| 119 "+third_party/WebKit/public/web/WebContextMenuData.h", | 119 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 120 "+third_party/WebKit/public/web/WebDataSaverFlag.h", |
| 120 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", | 121 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", |
| 121 "+third_party/WebKit/public/web/WebDragStatus.h", | 122 "+third_party/WebKit/public/web/WebDragStatus.h", |
| 122 "+third_party/WebKit/public/web/WebFindOptions.h", | 123 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 123 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", | 124 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", |
| 124 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 125 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 125 "+third_party/WebKit/public/web/WebPluginAction.h", | 126 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 126 "+third_party/WebKit/public/web/WebPopupType.h", | 127 "+third_party/WebKit/public/web/WebPopupType.h", |
| 127 "+third_party/WebKit/public/web/WebSandboxFlags.h", | 128 "+third_party/WebKit/public/web/WebSandboxFlags.h", |
| 128 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", | 129 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", |
| 129 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", | 130 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", |
| 130 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", | 131 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", |
| 131 "+third_party/WebKit/public/web/WebTextDirection.h", | 132 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 132 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 133 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
| 133 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 134 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
| 134 | 135 |
| 135 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 136 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
| 136 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 137 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 137 # for more information. | 138 # for more information. |
| 138 ] | 139 ] |
| OLD | NEW |