| 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/filesystem", | 6 "+components/filesystem", |
| 7 "+components/leveldb", | 7 "+components/leveldb", |
| 8 "+components/link_header_util", | 8 "+components/link_header_util", |
| 9 "+components/metrics", | 9 "+components/metrics", |
| 10 "+components/metrics:single_sample_metrics", | 10 "+components/metrics:single_sample_metrics", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "+third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h
", | 112 "+third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h
", |
| 113 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 113 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
| 114 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta
tionError.h", | 114 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta
tionError.h", |
| 115 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 115 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
| 116 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationType.h", | 116 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationType.h", |
| 117 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac
heError.h", | 117 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac
heError.h", |
| 118 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr
or.h", | 118 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr
or.h", |
| 119 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve
ntResult.h", | 119 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve
ntResult.h", |
| 120 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseError.h", | 120 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseError.h", |
| 121 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta
te.h", | 121 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta
te.h", |
| 122 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerUpd
ateViaCache.h", |
| 122 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even
t_status.mojom.h", | 123 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even
t_status.mojom.h", |
| 123 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_stre
am_handle.mojom.h", | 124 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_stre
am_handle.mojom.h", |
| 124 "+third_party/WebKit/public/platform/modules/webauth/authenticator.mojom.h", | 125 "+third_party/WebKit/public/platform/modules/webauth/authenticator.mojom.h", |
| 125 "+third_party/WebKit/public/platform/modules/websockets/websocket.mojom.h", | 126 "+third_party/WebKit/public/platform/modules/websockets/websocket.mojom.h", |
| 126 "+third_party/WebKit/public/platform/reporting.mojom.h", | 127 "+third_party/WebKit/public/platform/reporting.mojom.h", |
| 127 "+third_party/WebKit/public/public_features.h", | 128 "+third_party/WebKit/public/public_features.h", |
| 128 "+third_party/WebKit/public/web/WebAXEnums.h", | 129 "+third_party/WebKit/public/web/WebAXEnums.h", |
| 129 "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 130 "+third_party/WebKit/public/web/WebCompositionUnderline.h", |
| 130 "+third_party/WebKit/public/web/WebConsoleMessage.h", | 131 "+third_party/WebKit/public/web/WebConsoleMessage.h", |
| 131 "+third_party/WebKit/public/web/WebContextMenuData.h", | 132 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 146 | 147 |
| 147 # Unlike other WebKit directories WebKit/common is for the files that | 148 # Unlike other WebKit directories WebKit/common is for the files that |
| 148 # are commonly referenced by renderer-side and browser-side code, and | 149 # are commonly referenced by renderer-side and browser-side code, and |
| 149 # does not use Blink types like WTF. | 150 # does not use Blink types like WTF. |
| 150 "+third_party/WebKit/common", | 151 "+third_party/WebKit/common", |
| 151 | 152 |
| 152 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 153 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
| 153 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 154 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 154 # for more information. | 155 # for more information. |
| 155 ] | 156 ] |
| OLD | NEW |