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

Side by Side Diff: chromecast/media/media.gyp

Issue 750683003: Chromecast: adds media::Renderer implementation for CMA pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 6 years 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 | « chromecast/media/cma/filters/cma_renderer.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'chromecast_branding%': 'Chromium', 7 'chromecast_branding%': 'Chromium',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 }, 209 },
210 { 210 {
211 'target_name': 'cma_filters', 211 'target_name': 'cma_filters',
212 'type': '<(component)', 212 'type': '<(component)',
213 'dependencies': [ 213 'dependencies': [
214 '../../base/base.gyp:base', 214 '../../base/base.gyp:base',
215 '../../media/media.gyp:media', 215 '../../media/media.gyp:media',
216 'cma_base', 216 'cma_base',
217 ], 217 ],
218 'sources': [ 218 'sources': [
219 'cma/filters/cma_renderer.cc',
220 'cma/filters/cma_renderer.h',
219 'cma/filters/demuxer_stream_adapter.cc', 221 'cma/filters/demuxer_stream_adapter.cc',
220 'cma/filters/demuxer_stream_adapter.h', 222 'cma/filters/demuxer_stream_adapter.h',
221 ], 223 ],
222 }, 224 },
223 { 225 {
224 'target_name': 'cast_media', 226 'target_name': 'cast_media',
225 'type': 'none', 227 'type': 'none',
226 'dependencies': [ 228 'dependencies': [
227 'cma_backend', 229 'cma_backend',
228 'cma_base', 230 'cma_base',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'cma/test/media_component_device_feeder_for_test.h', 267 'cma/test/media_component_device_feeder_for_test.h',
266 'cma/test/mock_frame_consumer.cc', 268 'cma/test/mock_frame_consumer.cc',
267 'cma/test/mock_frame_consumer.h', 269 'cma/test/mock_frame_consumer.h',
268 'cma/test/mock_frame_provider.cc', 270 'cma/test/mock_frame_provider.cc',
269 'cma/test/mock_frame_provider.h', 271 'cma/test/mock_frame_provider.h',
270 'cma/test/run_all_unittests.cc', 272 'cma/test/run_all_unittests.cc',
271 ], 273 ],
272 }, 274 },
273 ], 275 ],
274 } 276 }
OLDNEW
« no previous file with comments | « chromecast/media/cma/filters/cma_renderer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698