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

Unified Diff: chrome/browser/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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 983bfcf9d503e4855d93e83b7c26b5d53ff563cf..ef46e341b8417438296328b7614c8f265be4912c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1572,6 +1572,7 @@ split_static_library("browser") {
"//components/visitedlink/common",
"//components/web_cache/browser",
"//components/web_resource",
+ "//components/webauth:webauth",
"//components/webdata/common",
"//components/webdata_services",
"//components/zoom",
@@ -3729,6 +3730,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') | components/webauth/authenticator_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698