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

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

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Export authenticator_impl 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 3607e8b52327513df52e44ad1c71388d4b93fcd0..9a44cd558f15e2d4ae9c27841706bd7e45cf444d 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -705,10 +705,7 @@ grit("image_resources") {
}
mojom("mojo_bindings") {
- visibility = [
- "//components/payments/content/*",
- "//content/*",
- ]
+ visibility = [ "//content/*" ]
visibility_blink = [
"//content/common:mojo_bindings_blink",
"//third_party/WebKit/Source/platform",
@@ -736,6 +733,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