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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Move mojom to blink and add unittests. 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index f412b84a011869a07634fa65075fb233d65a9733..8f696d026076c35a45b0f1d21a8b53d1ae503d4a 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -706,6 +706,7 @@ grit("image_resources") {
mojom("mojo_bindings") {
visibility = [
"//components/payments/content/*",
+ "//components/webauth/*",
"//content/*",
]
visibility_blink = [
@@ -735,6 +736,7 @@ mojom("mojo_bindings") {
"platform/modules/sensitive_input_visibility/sensitive_input_visibility_service.mojom",
"platform/modules/serviceworker/service_worker_event_status.mojom",
"platform/modules/serviceworker/service_worker_stream_handle.mojom",
+ "platform/modules/webauth/authenticator.mojom",
"platform/modules/websockets/websocket.mojom",
"platform/referrer.mojom",
"platform/site_engagement.mojom",

Powered by Google App Engine
This is Rietveld 408576698