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