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

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

Issue 1161163003: Chromecast: split DummyMediaTaskRunner class into its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reformat the code to meet style guide Created 5 years, 6 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 | « chromecast/media/cma/filters/demuxer_stream_adapter.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 'chromium_code': 1, 7 'chromium_code': 1,
8 'chromecast_branding%': 'Chromium', 8 'chromecast_branding%': 'Chromium',
9 'libcast_media_gyp%': '', 9 'libcast_media_gyp%': '',
10 'use_default_libcast_media%': 1, 10 'use_default_libcast_media%': 1,
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'cma/base/coded_frame_provider.cc', 94 'cma/base/coded_frame_provider.cc',
95 'cma/base/coded_frame_provider.h', 95 'cma/base/coded_frame_provider.h',
96 'cma/base/decoder_buffer_adapter.cc', 96 'cma/base/decoder_buffer_adapter.cc',
97 'cma/base/decoder_buffer_adapter.h', 97 'cma/base/decoder_buffer_adapter.h',
98 'cma/base/decoder_buffer_base.cc', 98 'cma/base/decoder_buffer_base.cc',
99 'cma/base/decoder_buffer_base.h', 99 'cma/base/decoder_buffer_base.h',
100 'cma/base/decoder_config_adapter.cc', 100 'cma/base/decoder_config_adapter.cc',
101 'cma/base/decoder_config_adapter.h', 101 'cma/base/decoder_config_adapter.h',
102 'cma/base/media_task_runner.cc', 102 'cma/base/media_task_runner.cc',
103 'cma/base/media_task_runner.h', 103 'cma/base/media_task_runner.h',
104 'cma/base/simple_media_task_runner.cc',
105 'cma/base/simple_media_task_runner.h',
104 ], 106 ],
105 }, 107 },
106 { 108 {
107 'target_name': 'cma_backend', 109 'target_name': 'cma_backend',
108 'type': '<(component)', 110 'type': '<(component)',
109 'dependencies': [ 111 'dependencies': [
110 'cma_base', 112 'cma_base',
111 'media_base', 113 'media_base',
112 '../../base/base.gyp:base', 114 '../../base/base.gyp:base',
113 '../../media/media.gyp:media', 115 '../../media/media.gyp:media',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 '../..', 310 '../..',
309 ], 311 ],
310 'sources': [ 312 'sources': [
311 'base/cast_media_default.cc', 313 'base/cast_media_default.cc',
312 ], 314 ],
313 } 315 }
314 ] 316 ]
315 }], 317 }],
316 ], 318 ],
317 } 319 }
OLDNEW
« no previous file with comments | « chromecast/media/cma/filters/demuxer_stream_adapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698