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