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

Side by Side Diff: media/media.gyp

Issue 275022: Move Alsa device opening into the audio thread, and add in support for multi-channel audio. (Closed)
Patch Set: Fix up the unittests since we not only downmix for a very small set of channels. Created 11 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
« no previous file with comments | « media/base/media_switches.cc ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'base/clock.h', 55 'base/clock.h',
56 'base/clock_impl.cc', 56 'base/clock_impl.cc',
57 'base/clock_impl.h', 57 'base/clock_impl.h',
58 'base/data_buffer.cc', 58 'base/data_buffer.cc',
59 'base/data_buffer.h', 59 'base/data_buffer.h',
60 'base/djb2.cc', 60 'base/djb2.cc',
61 'base/djb2.h', 61 'base/djb2.h',
62 'base/factory.h', 62 'base/factory.h',
63 'base/filter_host.h', 63 'base/filter_host.h',
64 'base/filters.h', 64 'base/filters.h',
65 'base/media_posix.cc',
66 'base/media_win.cc',
67 'base/media.h', 65 'base/media.h',
68 'base/media_format.cc', 66 'base/media_format.cc',
69 'base/media_format.h', 67 'base/media_format.h',
68 'base/media_posix.cc',
69 'base/media_switches.cc',
70 'base/media_switches.h',
71 'base/media_win.cc',
70 'base/pipeline.h', 72 'base/pipeline.h',
71 'base/pipeline_impl.cc', 73 'base/pipeline_impl.cc',
72 'base/pipeline_impl.h', 74 'base/pipeline_impl.h',
73 'base/seekable_buffer.cc', 75 'base/seekable_buffer.cc',
74 'base/seekable_buffer.h', 76 'base/seekable_buffer.h',
75 'base/synchronizer.cc', 77 'base/synchronizer.cc',
76 'base/synchronizer.h', 78 'base/synchronizer.h',
77 'base/video_frame_impl.cc', 79 'base/video_frame_impl.cc',
78 'base/video_frame_impl.h', 80 'base/video_frame_impl.h',
79 'base/yuv_convert.cc', 81 'base/yuv_convert.cc',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 ], 282 ],
281 }], 283 }],
282 ], 284 ],
283 } 285 }
284 286
285 # Local Variables: 287 # Local Variables:
286 # tab-width:2 288 # tab-width:2
287 # indent-tabs-mode:nil 289 # indent-tabs-mode:nil
288 # End: 290 # End:
289 # vim: set expandtab tabstop=2 shiftwidth=2: 291 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « media/base/media_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698