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

Unified Diff: media/media.gyp

Issue 2120273004: Getting rid of AudioHardwareConfig and its synchronous IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased to guidou@ changes, dropped unknown frame id and default param caching Created 4 years, 5 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index d2baca75f11f9f6ff6d8e16dac047c4131d87499..95e25b3af8af0b1bc52bf63aa4174da0b8892efb 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -258,8 +258,6 @@
'base/audio_discard_helper.h',
'base/audio_fifo.cc',
'base/audio_fifo.h',
- 'base/audio_hardware_config.cc',
- 'base/audio_hardware_config.h',
'base/audio_hash.cc',
'base/audio_hash.h',
'base/audio_latency.cc',
@@ -1119,7 +1117,6 @@
'base/audio_converter_unittest.cc',
'base/audio_discard_helper_unittest.cc',
'base/audio_fifo_unittest.cc',
- 'base/audio_hardware_config_unittest.cc',
'base/audio_hash_unittest.cc',
'base/audio_latency_unittest.cc',
'base/audio_parameters_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698