summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authorjennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-29 21:41:32 +0000
committerjennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-29 21:41:32 +0000
commitee38bc4084d0812df5fa0d9a615f8a8193e04ab2 (patch)
treec7d352edcf879b00b3f684164bcdab86f00acbe8 /chromeos/chromeos.gyp
parent9367d3412716696b94edb746f3162f1a57b0d37a (diff)
downloadchromium_src-ee38bc4084d0812df5fa0d9a615f8a8193e04ab2.zip
chromium_src-ee38bc4084d0812df5fa0d9a615f8a8193e04ab2.tar.gz
chromium_src-ee38bc4084d0812df5fa0d9a615f8a8193e04ab2.tar.bz2
Add test coverage for CrasAudioHandler.
Separate CrasAudioClientStubImpl out of cras_audio_client.cc into its own files. Remove MockCrasAudioHandler. BUG=233266 R=stevenjb@chromium.org Review URL: https://codereview.chromium.org/19861002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214224 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r--chromeos/chromeos.gyp7
1 files changed, 5 insertions, 2 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index f387c94..4522321 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',
@@ -79,6 +79,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',
@@ -455,6 +457,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',