summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authorjennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-19 03:28:22 +0000
committerjennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-19 03:28:22 +0000
commitd7b0883443b3b672a486aedb14db7dcfb7ad0d56 (patch)
treeaacb61a97b731d7b7b6552413d53f45037917000 /chromeos/chromeos.gyp
parent9eb24cf5d1bc44da2d5318fb6794630264ee93cc (diff)
downloadchromium_src-d7b0883443b3b672a486aedb14db7dcfb7ad0d56.zip
chromium_src-d7b0883443b3b672a486aedb14db7dcfb7ad0d56.tar.gz
chromium_src-d7b0883443b3b672a486aedb14db7dcfb7ad0d56.tar.bz2
Implement new audio handler which talks to the new audio dbus apis, and adds a new AudioClientRestarted signal in CrasAudioClient.
BUG=160311,232032 TBR=sky TBR=battre Review URL: https://codereview.chromium.org/14314002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r--chromeos/chromeos.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 68cc94c..4831537 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -31,6 +31,10 @@
'CHROMEOS_IMPLEMENTATION',
],
'sources': [
+ 'audio/audio_pref_observer.h',
+ 'audio/audio_pref_handler.h',
+ 'audio/cras_audio_handler.cc',
+ 'audio/cras_audio_handler.h',
'attestation/attestation_flow.cc',
'attestation/attestation_flow.h',
'chromeos_export.h',