Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: content/browser/DEPS

Issue 2931443003: Add support for Android spellcheck menu in Chrome/WebViews (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "+third_party/WebKit/public/platform/WebKeyboardEvent.h", 77 "+third_party/WebKit/public/platform/WebKeyboardEvent.h",
78 "+third_party/WebKit/public/platform/WebMixedContentContextType.h", 78 "+third_party/WebKit/public/platform/WebMixedContentContextType.h",
79 "+third_party/WebKit/public/platform/WebMouseEvent.h", 79 "+third_party/WebKit/public/platform/WebMouseEvent.h",
80 "+third_party/WebKit/public/platform/WebMouseWheelEvent.h", 80 "+third_party/WebKit/public/platform/WebMouseWheelEvent.h",
81 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", 81 "+third_party/WebKit/public/platform/WebPageVisibilityState.h",
82 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 82 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
83 "+third_party/WebKit/public/platform/WebScreenInfo.h", 83 "+third_party/WebKit/public/platform/WebScreenInfo.h",
84 "+third_party/WebKit/public/platform/WebSecurityStyle.h", 84 "+third_party/WebKit/public/platform/WebSecurityStyle.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/mime_registry.mojom.h", 89 "+third_party/WebKit/public/platform/mime_registry.mojom.h",
88 "+third_party/WebKit/public/platform/modules/background_sync/background_sync.m ojom.h", 90 "+third_party/WebKit/public/platform/modules/background_sync/background_sync.m ojom.h",
89 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", 91 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h",
90 "+third_party/WebKit/public/platform/modules/broadcastchannel/broadcast_channe l.mojom.h", 92 "+third_party/WebKit/public/platform/modules/broadcastchannel/broadcast_channe l.mojom.h",
91 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException .h", 93 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException .h",
92 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", 94 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
93 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid er.mojom.h", 95 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid er.mojom.h",
94 "+third_party/WebKit/public/platform/modules/installedapp/related_application. mojom.h", 96 "+third_party/WebKit/public/platform/modules/installedapp/related_application. mojom.h",
95 "+third_party/WebKit/public/platform/modules/keyboard_lock/keyboard_lock.mojom .h", 97 "+third_party/WebKit/public/platform/modules/keyboard_lock/keyboard_lock.mojom .h",
96 "+third_party/WebKit/public/platform/modules/mediasession/media_session.mojom. h", 98 "+third_party/WebKit/public/platform/modules/mediasession/media_session.mojom. h",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 133 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
132 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 134 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
133 "+third_party/WebKit/public/web/WebTextDirection.h", 135 "+third_party/WebKit/public/web/WebTextDirection.h",
134 "+third_party/WebKit/public/web/WebTreeScopeType.h", 136 "+third_party/WebKit/public/web/WebTreeScopeType.h",
135 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 137 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
136 138
137 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 139 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
138 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 140 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
139 # for more information. 141 # for more information.
140 ] 142 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698