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

Unified Diff: chromeos/BUILD.gn

Issue 2567813002: cros: DBUS client to interact with fingerprint DBUS API. (Closed)
Patch Set: Addressed comments. Created 3 years, 9 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 | chromeos/dbus/biod/biod_biometrics_manager_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index b81ceb45f3a24e6b056241aa72fe81d774bdd581..1d5f95a2b4112aa1d1d84d5a439cbd66e089053d 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -131,6 +131,8 @@ component("chromeos") {
"dbus/audio_node.h",
"dbus/auth_policy_client.cc",
"dbus/auth_policy_client.h",
+ "dbus/biod/biod_biometrics_manager_client.cc",
+ "dbus/biod/biod_biometrics_manager_client.h",
"dbus/blocking_method_caller.cc",
"dbus/blocking_method_caller.h",
"dbus/cras_audio_client.cc",
@@ -602,6 +604,7 @@ test("chromeos_unittests") {
"cert_loader_unittest.cc",
"cryptohome/homedir_methods_unittest.cc",
"cryptohome/system_salt_getter_unittest.cc",
+ "dbus/biod/biod_biometrics_manager_client_unittest.cc",
"dbus/blocking_method_caller_unittest.cc",
"dbus/cras_audio_client_unittest.cc",
"dbus/cros_disks_client_unittest.cc",
« no previous file with comments | « no previous file | chromeos/dbus/biod/biod_biometrics_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698