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

Side by Side Diff: content/browser/DEPS

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Export authenticator_impl Created 3 years, 5 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 | « content/browser/BUILD.gn ('k') | content/browser/frame_host/render_frame_host_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/metrics", 10 "+components/metrics",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 110 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
111 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h", 111 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h",
112 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h", 112 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h",
113 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h", 113 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h",
114 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h", 114 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h",
115 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h", 115 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h",
116 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h", 116 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h",
117 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h", 117 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h",
118 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h", 118 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h",
119 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_stre am_handle.mojom.h", 119 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_stre am_handle.mojom.h",
120 "+third_party/WebKit/public/platform/modules/webauth/authenticator.mojom.h",
120 "+third_party/WebKit/public/platform/modules/websockets/websocket.mojom.h", 121 "+third_party/WebKit/public/platform/modules/websockets/websocket.mojom.h",
121 "+third_party/WebKit/public/public_features.h", 122 "+third_party/WebKit/public/public_features.h",
122 "+third_party/WebKit/public/web/WebAXEnums.h", 123 "+third_party/WebKit/public/web/WebAXEnums.h",
123 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 124 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
124 "+third_party/WebKit/public/web/WebConsoleMessage.h", 125 "+third_party/WebKit/public/web/WebConsoleMessage.h",
125 "+third_party/WebKit/public/web/WebContextMenuData.h", 126 "+third_party/WebKit/public/web/WebContextMenuData.h",
126 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 127 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
127 "+third_party/WebKit/public/web/WebDragStatus.h", 128 "+third_party/WebKit/public/web/WebDragStatus.h",
128 "+third_party/WebKit/public/web/WebFindOptions.h", 129 "+third_party/WebKit/public/web/WebFindOptions.h",
129 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", 130 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h",
130 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 131 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
131 "+third_party/WebKit/public/web/WebPluginAction.h", 132 "+third_party/WebKit/public/web/WebPluginAction.h",
132 "+third_party/WebKit/public/web/WebPopupType.h", 133 "+third_party/WebKit/public/web/WebPopupType.h",
133 "+third_party/WebKit/public/web/WebSandboxFlags.h", 134 "+third_party/WebKit/public/web/WebSandboxFlags.h",
134 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", 135 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h",
135 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 136 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
136 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 137 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
137 "+third_party/WebKit/public/web/WebTextDirection.h", 138 "+third_party/WebKit/public/web/WebTextDirection.h",
138 "+third_party/WebKit/public/web/WebTreeScopeType.h", 139 "+third_party/WebKit/public/web/WebTreeScopeType.h",
139 "+third_party/WebKit/public/web/WebTriggeringEventInfo.h", 140 "+third_party/WebKit/public/web/WebTriggeringEventInfo.h",
140 141
141 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 142 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
142 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 143 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
143 # for more information. 144 # for more information.
144 ] 145 ]
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698