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

Unified Diff: chrome/browser/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 | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 918530606d86005f1e5ae3b2763784bbc6b8047d..d200f9e8cab13768b708eaa704a84dea5a006c78 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1621,6 +1621,7 @@ split_static_library("browser") {
"//components/visitedlink/common",
"//components/web_cache/browser",
"//components/web_resource",
+ "//components/webauth:webauth",
"//components/webdata/common",
"//components/webdata_services",
"//content/app/resources",
@@ -3828,6 +3829,14 @@ split_static_library("browser") {
deps += [ "//components/payments/content" ]
}
+ if (is_linux || is_win || is_mac) {
+ sources += [
+ "webauth/authenticator_web_contents_manager.cc",
+ "webauth/authenticator_web_contents_manager.h",
+ ]
+ deps += [ "//components/webauth:authenticator" ]
+ }
+
if (is_linux || is_win) {
sources += [
"renderer_context_menu/spelling_options_submenu_observer.cc",
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698