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/mime_util", | 9 "+components/mime_util", |
10 "+components/payments", | 10 "+components/payments", |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationType.h", | 90 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationType.h", |
91 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac
heError.h", | 91 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac
heError.h", |
92 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr
or.h", | 92 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr
or.h", |
93 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve
ntResult.h", | 93 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve
ntResult.h", |
94 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseError.h", | 94 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseError.h", |
95 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseType.h", | 95 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseType.h", |
96 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta
te.h", | 96 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta
te.h", |
97 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even
t_status.mojom.h", | 97 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even
t_status.mojom.h", |
98 "+third_party/WebKit/public/platform/modules/vr/WebVR.h", | 98 "+third_party/WebKit/public/platform/modules/vr/WebVR.h", |
99 "+third_party/WebKit/public/platform/modules/websockets/websocket.mojom.h", | 99 "+third_party/WebKit/public/platform/modules/websockets/websocket.mojom.h", |
| 100 "+third_party/WebKit/public/public_features.h", |
100 "+third_party/WebKit/public/web/WebAXEnums.h", | 101 "+third_party/WebKit/public/web/WebAXEnums.h", |
101 "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 102 "+third_party/WebKit/public/web/WebCompositionUnderline.h", |
102 "+third_party/WebKit/public/web/WebConsoleMessage.h", | 103 "+third_party/WebKit/public/web/WebConsoleMessage.h", |
103 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", | 104 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", |
104 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", | 105 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", |
105 "+third_party/WebKit/public/web/WebDragStatus.h", | 106 "+third_party/WebKit/public/web/WebDragStatus.h", |
106 "+third_party/WebKit/public/web/WebFindOptions.h", | 107 "+third_party/WebKit/public/web/WebFindOptions.h", |
107 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", | 108 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", |
108 "+third_party/WebKit/public/web/WebInputEvent.h", | 109 "+third_party/WebKit/public/web/WebInputEvent.h", |
109 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 110 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
(...skipping 10 matching lines...) Expand all Loading... |
120 # Until we define where mojo interfaces should live in blink we whitelist each | 121 # Until we define where mojo interfaces should live in blink we whitelist each |
121 # one separately. | 122 # one separately. |
122 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", | 123 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", |
123 "+third_party/WebKit/public/platform/modules/notifications/notification_servic
e.mojom.h", | 124 "+third_party/WebKit/public/platform/modules/notifications/notification_servic
e.mojom.h", |
124 "+third_party/WebKit/public/platform/modules/shapedetection/shapedetection.moj
om.h", | 125 "+third_party/WebKit/public/platform/modules/shapedetection/shapedetection.moj
om.h", |
125 | 126 |
126 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 127 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
127 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 128 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
128 # for more information. | 129 # for more information. |
129 ] | 130 ] |
OLD | NEW |