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

Unified Diff: third_party/WebKit/Source/modules/webauth/BUILD.gn

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Removed dispose method 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/webauth/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/webauth/BUILD.gn b/third_party/WebKit/Source/modules/webauth/BUILD.gn
index 89321082cb21a0c0f47c1bb142aa5bc75409e0e5..b082d0f5c8e9db8c292dc47ec6679f6fe6406e27 100644
--- a/third_party/WebKit/Source/modules/webauth/BUILD.gn
+++ b/third_party/WebKit/Source/modules/webauth/BUILD.gn
@@ -16,6 +16,6 @@ blink_modules_sources("webauth") {
]
deps = [
- "//components/webauth:authenticator_blink",
+ "//components/webauth:webauth_blink",
]
}

Powered by Google App Engine
This is Rietveld 408576698