Index: chromeos/chromeos.gyp |
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp |
index 9683d3e7cbd61e29f498a680709a81ff35e0c160..9577a3fec2d97cb79bb0e3da3f08cd981c5c816b 100644 |
--- a/chromeos/chromeos.gyp |
+++ b/chromeos/chromeos.gyp |
@@ -85,8 +85,6 @@ |
'dbus/cros_disks_client.h', |
'dbus/cryptohome_client.cc', |
'dbus/cryptohome_client.h', |
- 'dbus/cryptohome_client_stub.cc', |
- 'dbus/cryptohome_client_stub.h', |
'dbus/dbus_client_implementation_type.h', |
'dbus/dbus_method_call_status.cc', |
'dbus/dbus_method_call_status.h', |
@@ -108,6 +106,8 @@ |
'dbus/fake_bluetooth_profile_manager_client.h', |
'dbus/fake_bluetooth_profile_service_provider.cc', |
'dbus/fake_bluetooth_profile_service_provider.h', |
+ 'dbus/fake_cryptohome_client.cc', |
+ 'dbus/fake_cryptohome_client.h', |
'dbus/fake_gsm_sms_client.cc', |
'dbus/fake_gsm_sms_client.h', |
'dbus/fake_image_burner_client.cc', |
@@ -402,6 +402,7 @@ |
'type': 'static_library', |
'dependencies': [ |
'../build/linux/system.gyp:dbus', |
+ '../crypto/crypto.gyp:crypto', |
'../dbus/dbus.gyp:dbus', |
'chromeos', |
'power_manager_proto', |