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

Unified Diff: chromeos/BUILD.gn

Issue 2578323004: cros: Fake implementation of DBUS biometrics client. (Closed)
Patch Set: Rebased to master. 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 3678a8505b2f24115dc1036475e08875d16cf9c7..ead4b014b6664f09443188556a93bc6bc9352541 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -161,6 +161,14 @@ component("chromeos") {
"dbus/fake_arc_obb_mounter_client.h",
"dbus/fake_auth_policy_client.cc",
"dbus/fake_auth_policy_client.h",
+ "dbus/fake_biod_auth_session_client.cc",
+ "dbus/fake_biod_auth_session_client.h",
+ "dbus/fake_biod_biometrics_manager_client.cc",
+ "dbus/fake_biod_biometrics_manager_client.h",
+ "dbus/fake_biod_enroll_session_client.cc",
+ "dbus/fake_biod_enroll_session_client.h",
+ "dbus/fake_biod_record_client.cc",
+ "dbus/fake_biod_record_client.h",
"dbus/fake_cras_audio_client.cc",
"dbus/fake_cras_audio_client.h",
"dbus/fake_cros_disks_client.cc",
« no previous file with comments | « no previous file | chromeos/dbus/biod_biometrics_manager_client.cc » ('j') | chromeos/dbus/fake_biod_enroll_session_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698