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

Unified Diff: media/shared_memory_support.gypi

Issue 22886005: Switch audio synchronization from sleep() based to select() based. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DCHECK. Created 7 years, 2 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
« no previous file with comments | « media/audio/shared_memory_util.cc ('k') | ppapi/proxy/audio_input_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/shared_memory_support.gypi
diff --git a/media/shared_memory_support.gypi b/media/shared_memory_support.gypi
index 0f1c53acb85ecc727e5e8587d127bca53af62777..65403f748d8633953f79315932a6507112e63551 100644
--- a/media/shared_memory_support.gypi
+++ b/media/shared_memory_support.gypi
@@ -10,8 +10,6 @@
'shared_memory_support_sources': [
'audio/audio_parameters.cc',
'audio/audio_parameters.h',
- 'audio/shared_memory_util.cc',
- 'audio/shared_memory_util.h',
'base/audio_bus.cc',
'base/audio_bus.h',
'base/channel_layout.cc',
« no previous file with comments | « media/audio/shared_memory_util.cc ('k') | ppapi/proxy/audio_input_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698