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

Unified Diff: chromeos/BUILD.gn

Issue 2567813002: cros: DBUS client to interact with fingerprint DBUS API. (Closed)
Patch Set: ScanFailed -> SessionFailed. 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
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index 85829c4d7de2ec12e9cea02d30db0cbae1b56861..94338db35b905cfc96b8b9c4f16e4b827474b3c1 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_biometrics_manager_client.cc",
+ "dbus/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_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_biometrics_manager_client.h » ('j') | chromeos/dbus/biod_biometrics_manager_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698