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

Side by Side Diff: content/browser/DEPS

Issue 2722273002: Add Select All to Android floating insertion menu (Closed)
Patch Set: moving input location Created 3 years, 8 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
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/mime_util", 10 "+components/mime_util",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h", 106 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h",
107 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h", 107 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h",
108 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h", 108 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h",
109 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h", 109 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h",
110 "+third_party/WebKit/public/platform/modules/vr/WebVR.h", 110 "+third_party/WebKit/public/platform/modules/vr/WebVR.h",
111 "+third_party/WebKit/public/platform/modules/websockets/websocket.mojom.h", 111 "+third_party/WebKit/public/platform/modules/websockets/websocket.mojom.h",
112 "+third_party/WebKit/public/public_features.h", 112 "+third_party/WebKit/public/public_features.h",
113 "+third_party/WebKit/public/web/WebAXEnums.h", 113 "+third_party/WebKit/public/web/WebAXEnums.h",
114 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 114 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
115 "+third_party/WebKit/public/web/WebConsoleMessage.h", 115 "+third_party/WebKit/public/web/WebConsoleMessage.h",
116 "+third_party/WebKit/public/web/WebContextMenuData.h",
116 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 117 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
117 "+third_party/WebKit/public/web/WebDragStatus.h", 118 "+third_party/WebKit/public/web/WebDragStatus.h",
118 "+third_party/WebKit/public/web/WebFindOptions.h", 119 "+third_party/WebKit/public/web/WebFindOptions.h",
119 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", 120 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h",
120 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 121 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
121 "+third_party/WebKit/public/web/WebPluginAction.h", 122 "+third_party/WebKit/public/web/WebPluginAction.h",
122 "+third_party/WebKit/public/web/WebPopupType.h", 123 "+third_party/WebKit/public/web/WebPopupType.h",
123 "+third_party/WebKit/public/web/WebSandboxFlags.h", 124 "+third_party/WebKit/public/web/WebSandboxFlags.h",
124 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", 125 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h",
125 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 126 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
126 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 127 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
127 "+third_party/WebKit/public/web/WebTextDirection.h", 128 "+third_party/WebKit/public/web/WebTextDirection.h",
128 "+third_party/WebKit/public/web/WebTreeScopeType.h", 129 "+third_party/WebKit/public/web/WebTreeScopeType.h",
129 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 130 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
130 131
131 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 132 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
132 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 133 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
133 # for more information. 134 # for more information.
134 ] 135 ]
OLDNEW
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698