OLD | NEW |
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%': 'public', | 8 'chromecast_branding%': 'public', |
9 }, | 9 }, |
10 'target_defaults': { | 10 'target_defaults': { |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 { | 139 { |
140 'target_name': 'default_cma_backend', | 140 'target_name': 'default_cma_backend', |
141 'type': '<(component)', | 141 'type': '<(component)', |
142 'dependencies': [ | 142 'dependencies': [ |
143 '../../base/base.gyp:base', | 143 '../../base/base.gyp:base', |
144 ], | 144 ], |
145 'include_dirs': [ | 145 'include_dirs': [ |
146 '../..', | 146 '../..', |
147 ], | 147 ], |
148 'sources': [ | 148 'sources': [ |
149 'cma/backend/audio_pipeline_device_default.cc', | |
150 'cma/backend/audio_pipeline_device_default.h', | |
151 'cma/backend/media_clock_device_default.cc', | |
152 'cma/backend/media_clock_device_default.h', | |
153 'cma/backend/media_component_device_default.cc', | |
154 'cma/backend/media_component_device_default.h', | |
155 'cma/backend/media_pipeline_backend_default.cc', | 149 'cma/backend/media_pipeline_backend_default.cc', |
156 'cma/backend/media_pipeline_backend_default.h', | 150 'cma/backend/media_pipeline_backend_default.h', |
157 'cma/backend/video_pipeline_device_default.cc', | |
158 'cma/backend/video_pipeline_device_default.h', | |
159 ], | 151 ], |
160 }, | 152 }, |
161 { | 153 { |
162 'target_name': 'cma_ipc', | 154 'target_name': 'cma_ipc', |
163 'type': '<(component)', | 155 'type': '<(component)', |
164 'dependencies': [ | 156 'dependencies': [ |
165 '../../base/base.gyp:base', | 157 '../../base/base.gyp:base', |
166 ], | 158 ], |
167 'sources': [ | 159 'sources': [ |
168 'cma/ipc/media_memory_chunk.cc', | 160 'cma/ipc/media_memory_chunk.cc', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 'cma/pipeline/audio_pipeline.cc', | 204 'cma/pipeline/audio_pipeline.cc', |
213 'cma/pipeline/audio_pipeline.h', | 205 'cma/pipeline/audio_pipeline.h', |
214 'cma/pipeline/audio_pipeline_impl.cc', | 206 'cma/pipeline/audio_pipeline_impl.cc', |
215 'cma/pipeline/audio_pipeline_impl.h', | 207 'cma/pipeline/audio_pipeline_impl.h', |
216 'cma/pipeline/av_pipeline_client.cc', | 208 'cma/pipeline/av_pipeline_client.cc', |
217 'cma/pipeline/av_pipeline_client.h', | 209 'cma/pipeline/av_pipeline_client.h', |
218 'cma/pipeline/av_pipeline_impl.cc', | 210 'cma/pipeline/av_pipeline_impl.cc', |
219 'cma/pipeline/av_pipeline_impl.h', | 211 'cma/pipeline/av_pipeline_impl.h', |
220 'cma/pipeline/decrypt_util.cc', | 212 'cma/pipeline/decrypt_util.cc', |
221 'cma/pipeline/decrypt_util.h', | 213 'cma/pipeline/decrypt_util.h', |
222 'cma/pipeline/frame_status_cb_impl.cc', | |
223 'cma/pipeline/frame_status_cb_impl.h', | |
224 'cma/pipeline/load_type.h', | 214 'cma/pipeline/load_type.h', |
225 'cma/pipeline/media_component_device_client_impl.cc', | |
226 'cma/pipeline/media_component_device_client_impl.h', | |
227 'cma/pipeline/media_pipeline.h', | 215 'cma/pipeline/media_pipeline.h', |
228 'cma/pipeline/media_pipeline_client.cc', | 216 'cma/pipeline/media_pipeline_client.cc', |
229 'cma/pipeline/media_pipeline_client.h', | 217 'cma/pipeline/media_pipeline_client.h', |
230 'cma/pipeline/media_pipeline_impl.cc', | 218 'cma/pipeline/media_pipeline_impl.cc', |
231 'cma/pipeline/media_pipeline_impl.h', | 219 'cma/pipeline/media_pipeline_impl.h', |
232 'cma/pipeline/video_pipeline.cc', | 220 'cma/pipeline/video_pipeline.cc', |
233 'cma/pipeline/video_pipeline.h', | 221 'cma/pipeline/video_pipeline.h', |
234 'cma/pipeline/video_pipeline_client.cc', | 222 'cma/pipeline/video_pipeline_client.cc', |
235 'cma/pipeline/video_pipeline_client.h', | 223 'cma/pipeline/video_pipeline_client.h', |
236 'cma/pipeline/video_pipeline_device_client_impl.cc', | |
237 'cma/pipeline/video_pipeline_device_client_impl.h', | |
238 'cma/pipeline/video_pipeline_impl.cc', | 224 'cma/pipeline/video_pipeline_impl.cc', |
239 'cma/pipeline/video_pipeline_impl.h', | 225 'cma/pipeline/video_pipeline_impl.h', |
240 ], | 226 ], |
241 }, | 227 }, |
242 { | 228 { |
243 'target_name': 'cma_filters', | 229 'target_name': 'cma_filters', |
244 'type': '<(component)', | 230 'type': '<(component)', |
245 'dependencies': [ | 231 'dependencies': [ |
246 '../../base/base.gyp:base', | 232 '../../base/base.gyp:base', |
247 '../../media/media.gyp:media', | 233 '../../media/media.gyp:media', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
299 'cma/ipc/media_message_unittest.cc', | 285 'cma/ipc/media_message_unittest.cc', |
300 'cma/ipc_streamer/av_streamer_unittest.cc', | 286 'cma/ipc_streamer/av_streamer_unittest.cc', |
301 'cma/pipeline/audio_video_pipeline_impl_unittest.cc', | 287 'cma/pipeline/audio_video_pipeline_impl_unittest.cc', |
302 'cma/test/cma_end_to_end_test.cc', | 288 'cma/test/cma_end_to_end_test.cc', |
303 'cma/test/demuxer_stream_for_test.cc', | 289 'cma/test/demuxer_stream_for_test.cc', |
304 'cma/test/demuxer_stream_for_test.h', | 290 'cma/test/demuxer_stream_for_test.h', |
305 'cma/test/frame_generator_for_test.cc', | 291 'cma/test/frame_generator_for_test.cc', |
306 'cma/test/frame_generator_for_test.h', | 292 'cma/test/frame_generator_for_test.h', |
307 'cma/test/frame_segmenter_for_test.cc', | 293 'cma/test/frame_segmenter_for_test.cc', |
308 'cma/test/frame_segmenter_for_test.h', | 294 'cma/test/frame_segmenter_for_test.h', |
309 'cma/test/media_component_device_feeder_for_test.cc', | |
310 'cma/test/media_component_device_feeder_for_test.h', | |
311 'cma/test/mock_frame_consumer.cc', | 295 'cma/test/mock_frame_consumer.cc', |
312 'cma/test/mock_frame_consumer.h', | 296 'cma/test/mock_frame_consumer.h', |
313 'cma/test/mock_frame_provider.cc', | 297 'cma/test/mock_frame_provider.cc', |
314 'cma/test/mock_frame_provider.h', | 298 'cma/test/mock_frame_provider.h', |
315 'cma/test/run_all_unittests.cc', | 299 'cma/test/run_all_unittests.cc', |
316 ], | 300 ], |
317 }, | 301 }, |
318 { # Target for OEM partners to override media shared library, i.e. | 302 { # Target for OEM partners to override media shared library, i.e. |
319 # libcast_media_1.0.so. This target is only used to build executables | 303 # libcast_media_1.0.so. This target is only used to build executables |
320 # with correct linkage information. | 304 # with correct linkage information. |
321 'target_name': 'libcast_media_1.0', | 305 'target_name': 'libcast_media_1.0', |
322 'type': 'shared_library', | 306 'type': 'shared_library', |
323 'dependencies': [ | 307 'dependencies': [ |
324 '../../chromecast/chromecast.gyp:cast_public_api', | 308 '../../chromecast/chromecast.gyp:cast_public_api', |
325 'default_cma_backend' | 309 'default_cma_backend' |
326 ], | 310 ], |
327 'include_dirs': [ | 311 'include_dirs': [ |
328 '../..', | 312 '../..', |
329 ], | 313 ], |
330 'sources': [ | 314 'sources': [ |
331 'base/cast_media_default.cc', | 315 'base/cast_media_default.cc', |
332 ], | 316 ], |
333 } | 317 } |
334 ], # end of targets | 318 ], # end of targets |
335 } | 319 } |
OLD | NEW |