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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « media/audio/shared_memory_util.cc ('k') | ppapi/proxy/audio_input_resource.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # These are defined here because we need to build this library both for 8 # These are defined here because we need to build this library both for
9 # the general media pipeline and again for the untrusted NaCl target. 9 # the general media pipeline and again for the untrusted NaCl target.
10 'shared_memory_support_sources': [ 10 'shared_memory_support_sources': [
11 'audio/audio_parameters.cc', 11 'audio/audio_parameters.cc',
12 'audio/audio_parameters.h', 12 'audio/audio_parameters.h',
13 'audio/shared_memory_util.cc',
14 'audio/shared_memory_util.h',
15 'base/audio_bus.cc', 13 'base/audio_bus.cc',
16 'base/audio_bus.h', 14 'base/audio_bus.h',
17 'base/channel_layout.cc', 15 'base/channel_layout.cc',
18 'base/channel_layout.h', 16 'base/channel_layout.h',
19 'base/limits.h', 17 'base/limits.h',
20 'base/media_export.h', 18 'base/media_export.h',
21 'base/vector_math.cc', 19 'base/vector_math.cc',
22 'base/vector_math.h', 20 'base/vector_math.h',
23 ], 21 ],
24 }, 22 },
25 } 23 }
OLDNEW
« 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