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

Side by Side 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, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3639 matching lines...) Expand 10 before | Expand all | Expand 10 after
3650 if (is_linux || is_win || is_mac) { 3650 if (is_linux || is_win || is_mac) {
3651 sources += [ 3651 sources += [
3652 "payments/chrome_payment_request_delegate.cc", 3652 "payments/chrome_payment_request_delegate.cc",
3653 "payments/chrome_payment_request_delegate.h", 3653 "payments/chrome_payment_request_delegate.h",
3654 "payments/payment_request_factory.cc", 3654 "payments/payment_request_factory.cc",
3655 "payments/payment_request_factory.h", 3655 "payments/payment_request_factory.h",
3656 ] 3656 ]
3657 deps += [ "//components/payments/content" ] 3657 deps += [ "//components/payments/content" ]
3658 } 3658 }
3659 3659
3660 if (is_linux || is_win || is_mac) {
jochen (gone - plz use gerrit) 2017/06/27 15:10:04 why not android?
3661 deps += [ "//components/webauth:authenticator" ]
3662 }
3663
3660 if (is_linux || is_win) { 3664 if (is_linux || is_win) {
3661 sources += [ 3665 sources += [
3662 "renderer_context_menu/spelling_options_submenu_observer.cc", 3666 "renderer_context_menu/spelling_options_submenu_observer.cc",
3663 "renderer_context_menu/spelling_options_submenu_observer.h", 3667 "renderer_context_menu/spelling_options_submenu_observer.h",
3664 "webshare/share_service_impl.cc", 3668 "webshare/share_service_impl.cc",
3665 "webshare/share_service_impl.h", 3669 "webshare/share_service_impl.h",
3666 ] 3670 ]
3667 } 3671 }
3668 3672
3669 if (is_desktop_linux) { 3673 if (is_desktop_linux) {
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
4595 "//components/search_engines", 4599 "//components/search_engines",
4596 "//rlz:rlz_lib", 4600 "//rlz:rlz_lib",
4597 ] 4601 ]
4598 } 4602 }
4599 } 4603 }
4600 4604
4601 service_manifest("preferences_forwarder_manifest") { 4605 service_manifest("preferences_forwarder_manifest") {
4602 name = "preferences_forwarder" 4606 name = "preferences_forwarder"
4603 source = "prefs/forwarder_manifest.json" 4607 source = "prefs/forwarder_manifest.json"
4604 } 4608 }
OLDNEW
« 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