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

Unified Diff: components/webauth/BUILD.gn

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Addressing mkwst comments 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
« no previous file with comments | « chrome/browser/webauth/authenticator_web_contents_manager.cc ('k') | components/webauth/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webauth/BUILD.gn
diff --git a/components/webauth/BUILD.gn b/components/webauth/BUILD.gn
index 80da9afb1b310f04d338c8860971810f173bcacf..e4b8be4bdcc6b7d71feb58e9f4679bc9dd725c2a 100644
--- a/components/webauth/BUILD.gn
+++ b/components/webauth/BUILD.gn
@@ -4,7 +4,22 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("authenticator") {
+source_set("authenticator") {
+ sources = [
+ "authenticator_impl.cc",
+ "authenticator_impl.h",
+ ]
+
+ deps = [
+ ":webauth",
+ "//base",
+ "//content/public/browser",
+ "//mojo/common",
+ "//mojo/public/cpp/bindings",
+ ]
+}
+
+mojom("webauth") {
sources = [
"authenticator.mojom",
]
« no previous file with comments | « chrome/browser/webauth/authenticator_web_contents_manager.cc ('k') | components/webauth/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698