| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 807f1d092be66f745c83388390794ee6a29f85e1..162a7fd7e94eaedef2ef97447f9f4483dbe497ac 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -40,8 +40,8 @@
|
| 'audio/audio_pref_handler.h',
|
| 'audio/cras_audio_handler.cc',
|
| 'audio/cras_audio_handler.h',
|
| - 'audio/mock_cras_audio_handler.cc',
|
| - 'audio/mock_cras_audio_handler.h',
|
| + 'audio/audio_devices_pref_handler_stub.cc',
|
| + 'audio/audio_devices_pref_handler_stub.h',
|
| 'attestation/attestation_constants.cc',
|
| 'attestation/attestation_constants.h',
|
| 'attestation/attestation_flow.cc',
|
| @@ -77,6 +77,8 @@
|
| 'dbus/bluetooth_profile_service_provider.h',
|
| 'dbus/cras_audio_client.cc',
|
| 'dbus/cras_audio_client.h',
|
| + 'dbus/cras_audio_client_stub_impl.cc',
|
| + 'dbus/cras_audio_client_stub_impl.h',
|
| 'dbus/cros_disks_client.cc',
|
| 'dbus/cros_disks_client.h',
|
| 'dbus/cryptohome_client.cc',
|
| @@ -456,6 +458,7 @@
|
| 'sources': [
|
| 'app_mode/kiosk_oem_manifest_parser_unittest.cc',
|
| 'attestation/attestation_flow_unittest.cc',
|
| + 'audio/cras_audio_handler_unittest.cc',
|
| 'dbus/blocking_method_caller_unittest.cc',
|
| 'dbus/cros_disks_client_unittest.cc',
|
| 'dbus/gsm_sms_client_unittest.cc',
|
|
|