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

Unified Diff: chrome/browser/BUILD.gn

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Move authenticator manager from chrome/ to components/ 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/DEPS » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')
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 72df3d62556a394e231a8d2f04a94bd8edf9573e..c48a96de2de8531a613ef36f48ca8c8f6fc6d0ea 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3657,6 +3657,10 @@ split_static_library("browser") {
deps += [ "//components/payments/content" ]
}
+ if (is_linux || is_win || is_mac) {
jochen (gone - plz use gerrit) 2017/06/27 15:10:04 why not android?
+ 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/DEPS » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698