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

Side by Side Diff: media/media.gyp

Issue 10753021: Move AudioRenderer out of Filter heirarchy. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: error_cb Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « media/filters/video_renderer_base_unittest.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) 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 # Override to dynamically link the PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'base/audio_renderer_mixer.h', 135 'base/audio_renderer_mixer.h',
136 'base/audio_renderer_mixer_input.cc', 136 'base/audio_renderer_mixer_input.cc',
137 'base/audio_renderer_mixer_input.h', 137 'base/audio_renderer_mixer_input.h',
138 'base/bit_reader.cc', 138 'base/bit_reader.cc',
139 'base/bit_reader.h', 139 'base/bit_reader.h',
140 'base/bitstream_buffer.h', 140 'base/bitstream_buffer.h',
141 'base/buffers.cc', 141 'base/buffers.cc',
142 'base/buffers.h', 142 'base/buffers.h',
143 'base/byte_queue.cc', 143 'base/byte_queue.cc',
144 'base/byte_queue.h', 144 'base/byte_queue.h',
145 'base/callback_util.cc',
146 'base/callback_util.h',
145 'base/channel_layout.cc', 147 'base/channel_layout.cc',
146 'base/channel_layout.h', 148 'base/channel_layout.h',
147 'base/clock.cc', 149 'base/clock.cc',
148 'base/clock.h', 150 'base/clock.h',
149 'base/composite_filter.cc', 151 'base/composite_filter.cc',
150 'base/composite_filter.h', 152 'base/composite_filter.h',
151 'base/data_buffer.cc', 153 'base/data_buffer.cc',
152 'base/data_buffer.h', 154 'base/data_buffer.h',
153 'base/data_source.cc', 155 'base/data_source.cc',
154 'base/data_source.h', 156 'base/data_source.h',
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 1137 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1136 ], 1138 ],
1137 'sources': [ 1139 'sources': [
1138 'tools/media_bench/media_bench.cc', 1140 'tools/media_bench/media_bench.cc',
1139 ], 1141 ],
1140 }, 1142 },
1141 ], 1143 ],
1142 }] 1144 }]
1143 ], 1145 ],
1144 } 1146 }
OLDNEW
« no previous file with comments | « media/filters/video_renderer_base_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698