| Index: chromeos/BUILD.gn
|
| diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
|
| index 11e2436be84613dfacb2ced4c8fcd4820a249950..a5fd4d6738cf66ded2fe09f1ddec08f13fb49e52 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_client.cc",
|
| + "dbus/biod/biod_client.h",
|
| "dbus/blocking_method_caller.cc",
|
| "dbus/blocking_method_caller.h",
|
| "dbus/cras_audio_client.cc",
|
| @@ -605,6 +607,7 @@ test("chromeos_unittests") {
|
| "cert_loader_unittest.cc",
|
| "cryptohome/homedir_methods_unittest.cc",
|
| "cryptohome/system_salt_getter_unittest.cc",
|
| + "dbus/biod/biod_client_unittest.cc",
|
| "dbus/blocking_method_caller_unittest.cc",
|
| "dbus/cras_audio_client_unittest.cc",
|
| "dbus/cros_disks_client_unittest.cc",
|
|
|