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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 "+third_party/WebKit/public/platform/WebMixedContentContextType.h", | 77 "+third_party/WebKit/public/platform/WebMixedContentContextType.h", |
78 "+third_party/WebKit/public/platform/WebMouseEvent.h", | 78 "+third_party/WebKit/public/platform/WebMouseEvent.h", |
79 "+third_party/WebKit/public/platform/WebMouseWheelEvent.h", | 79 "+third_party/WebKit/public/platform/WebMouseWheelEvent.h", |
80 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", | 80 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", |
81 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 81 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
82 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 82 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
83 "+third_party/WebKit/public/platform/WebSecurityStyle.h", | 83 "+third_party/WebKit/public/platform/WebSecurityStyle.h", |
84 "+third_party/WebKit/public/platform/WebSuddenTerminationDisablerType.h", | 84 "+third_party/WebKit/public/platform/WebSuddenTerminationDisablerType.h", |
85 "+third_party/WebKit/public/platform/WebTouchEvent.h", | 85 "+third_party/WebKit/public/platform/WebTouchEvent.h", |
86 "+third_party/WebKit/public/platform/WebTextInputType.h", | 86 "+third_party/WebKit/public/platform/WebTextInputType.h", |
| 87 "+third_party/WebKit/public/platform/input_host.mojom.h", |
| 88 "+third_party/WebKit/public/platform/input_messages.mojom.h", |
87 "+third_party/WebKit/public/platform/mac/WebScrollbarTheme.h", | 89 "+third_party/WebKit/public/platform/mac/WebScrollbarTheme.h", |
88 "+third_party/WebKit/public/platform/mime_registry.mojom.h", | 90 "+third_party/WebKit/public/platform/mime_registry.mojom.h", |
89 "+third_party/WebKit/public/platform/modules/background_sync/background_sync.m
ojom.h", | 91 "+third_party/WebKit/public/platform/modules/background_sync/background_sync.m
ojom.h", |
90 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", | 92 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", |
91 "+third_party/WebKit/public/platform/modules/broadcastchannel/broadcast_channe
l.mojom.h", | 93 "+third_party/WebKit/public/platform/modules/broadcastchannel/broadcast_channe
l.mojom.h", |
92 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException
.h", | 94 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException
.h", |
93 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", | 95 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", |
94 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid
er.mojom.h", | 96 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid
er.mojom.h", |
95 "+third_party/WebKit/public/platform/modules/installedapp/related_application.
mojom.h", | 97 "+third_party/WebKit/public/platform/modules/installedapp/related_application.
mojom.h", |
96 "+third_party/WebKit/public/platform/modules/keyboard_lock/keyboard_lock.mojom
.h", | 98 "+third_party/WebKit/public/platform/modules/keyboard_lock/keyboard_lock.mojom
.h", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", | 138 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", |
137 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", | 139 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", |
138 "+third_party/WebKit/public/web/WebTextDirection.h", | 140 "+third_party/WebKit/public/web/WebTextDirection.h", |
139 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 141 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
140 "+third_party/WebKit/public/web/WebTriggeringEventInfo.h", | 142 "+third_party/WebKit/public/web/WebTriggeringEventInfo.h", |
141 | 143 |
142 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 144 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
143 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 145 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
144 # for more information. | 146 # for more information. |
145 ] | 147 ] |
OLD | NEW |