Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(669)

Unified Diff: chromeos/chromeos.gyp

Issue 14314002: Implement new audio handler which talks to the new audio dbus apis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser_tests compiling issue. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 651cdc9e97be5a6839254389c677a418bb12ca2c..cafbe1861228f645acc3086ddc3bca7ce3954817 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',

Powered by Google App Engine
This is Rietveld 408576698