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

Unified Diff: chromeos/BUILD.gn

Issue 2644233002: cros: Added a fake fingerprint storage class. (Closed)
Patch Set: Fixed patch set 11 errors. Created 3 years, 8 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_client_unittest.cc » ('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 762a43acf188728b9d45b72f7d432f373a0f7220..47edc14b1fbcac33b311752ecd66ade713a0d9e2 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -512,6 +512,8 @@ static_library("test_support") {
"cryptohome/mock_async_method_caller.h",
"cryptohome/mock_homedir_methods.cc",
"cryptohome/mock_homedir_methods.h",
+ "dbus/biod/test_utils.cc",
+ "dbus/biod/test_utils.h",
"dbus/mock_cryptohome_client.cc",
"dbus/mock_cryptohome_client.h",
"dbus/mock_lorgnette_manager_client.cc",
@@ -611,6 +613,7 @@ test("chromeos_unittests") {
"cryptohome/homedir_methods_unittest.cc",
"cryptohome/system_salt_getter_unittest.cc",
"dbus/biod/biod_client_unittest.cc",
+ "dbus/biod/fake_biod_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_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698