| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'cma/base/decoder_buffer_adapter.h', | 131 'cma/base/decoder_buffer_adapter.h', |
| 132 'cma/base/decoder_config_adapter.cc', | 132 'cma/base/decoder_config_adapter.cc', |
| 133 'cma/base/decoder_config_adapter.h', | 133 'cma/base/decoder_config_adapter.h', |
| 134 'cma/base/media_task_runner.cc', | 134 'cma/base/media_task_runner.cc', |
| 135 'cma/base/media_task_runner.h', | 135 'cma/base/media_task_runner.h', |
| 136 'cma/base/simple_media_task_runner.cc', | 136 'cma/base/simple_media_task_runner.cc', |
| 137 'cma/base/simple_media_task_runner.h', | 137 'cma/base/simple_media_task_runner.h', |
| 138 ], | 138 ], |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 'target_name': 'cma_backend_adapter', |
| 142 'type': '<(component)', |
| 143 'dependencies': [ |
| 144 '../../base/base.gyp:base', |
| 145 ], |
| 146 'include_dirs': [ |
| 147 '../..', |
| 148 ], |
| 149 'sources': [ |
| 150 'cma/adapter/audio_pipeline_device.h', |
| 151 'cma/adapter/backend_adapter.cc', |
| 152 'cma/adapter/backend_adapter.h', |
| 153 'cma/adapter/media_clock_device.h', |
| 154 'cma/adapter/media_component_device.h', |
| 155 'cma/adapter/media_pipeline_device.h', |
| 156 'cma/adapter/video_pipeline_device.h', |
| 157 ], |
| 158 }, |
| 159 { |
| 141 'target_name': 'default_cma_backend', | 160 'target_name': 'default_cma_backend', |
| 142 'type': '<(component)', | 161 'type': '<(component)', |
| 143 'dependencies': [ | 162 'dependencies': [ |
| 144 '../../base/base.gyp:base', | 163 '../../base/base.gyp:base', |
| 145 ], | 164 ], |
| 146 'include_dirs': [ | 165 'include_dirs': [ |
| 147 '../..', | 166 '../..', |
| 148 ], | 167 ], |
| 149 'sources': [ | 168 'sources': [ |
| 150 'cma/backend/audio_pipeline_device_default.cc', | |
| 151 'cma/backend/audio_pipeline_device_default.h', | |
| 152 'cma/backend/media_clock_device_default.cc', | |
| 153 'cma/backend/media_clock_device_default.h', | |
| 154 'cma/backend/media_component_device_default.cc', | |
| 155 'cma/backend/media_component_device_default.h', | |
| 156 'cma/backend/media_pipeline_backend_default.cc', | 169 'cma/backend/media_pipeline_backend_default.cc', |
| 157 'cma/backend/media_pipeline_backend_default.h', | 170 'cma/backend/media_pipeline_backend_default.h', |
| 158 'cma/backend/video_pipeline_device_default.cc', | |
| 159 'cma/backend/video_pipeline_device_default.h', | |
| 160 ], | 171 ], |
| 161 }, | 172 }, |
| 162 { | 173 { |
| 163 'target_name': 'cma_ipc', | 174 'target_name': 'cma_ipc', |
| 164 'type': '<(component)', | 175 'type': '<(component)', |
| 165 'dependencies': [ | 176 'dependencies': [ |
| 166 '../../base/base.gyp:base', | 177 '../../base/base.gyp:base', |
| 167 ], | 178 ], |
| 168 'sources': [ | 179 'sources': [ |
| 169 'cma/ipc/media_memory_chunk.cc', | 180 'cma/ipc/media_memory_chunk.cc', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'dependencies': [ | 214 'dependencies': [ |
| 204 'cma_base', | 215 'cma_base', |
| 205 'media_base', | 216 'media_base', |
| 206 'media_cdm', | 217 'media_cdm', |
| 207 '../../base/base.gyp:base', | 218 '../../base/base.gyp:base', |
| 208 '../../crypto/crypto.gyp:crypto', | 219 '../../crypto/crypto.gyp:crypto', |
| 209 '../../media/media.gyp:media', | 220 '../../media/media.gyp:media', |
| 210 '../../third_party/boringssl/boringssl.gyp:boringssl', | 221 '../../third_party/boringssl/boringssl.gyp:boringssl', |
| 211 ], | 222 ], |
| 212 'sources': [ | 223 'sources': [ |
| 213 'cma/pipeline/audio_pipeline.cc', | |
| 214 'cma/pipeline/audio_pipeline.h', | |
| 215 'cma/pipeline/audio_pipeline_impl.cc', | 224 'cma/pipeline/audio_pipeline_impl.cc', |
| 216 'cma/pipeline/audio_pipeline_impl.h', | 225 'cma/pipeline/audio_pipeline_impl.h', |
| 217 'cma/pipeline/av_pipeline_client.cc', | 226 'cma/pipeline/av_pipeline_client.cc', |
| 218 'cma/pipeline/av_pipeline_client.h', | 227 'cma/pipeline/av_pipeline_client.h', |
| 219 'cma/pipeline/av_pipeline_impl.cc', | 228 'cma/pipeline/av_pipeline_impl.cc', |
| 220 'cma/pipeline/av_pipeline_impl.h', | 229 'cma/pipeline/av_pipeline_impl.h', |
| 221 'cma/pipeline/decrypt_util.cc', | 230 'cma/pipeline/decrypt_util.cc', |
| 222 'cma/pipeline/decrypt_util.h', | 231 'cma/pipeline/decrypt_util.h', |
| 223 'cma/pipeline/frame_status_cb_impl.cc', | |
| 224 'cma/pipeline/frame_status_cb_impl.h', | |
| 225 'cma/pipeline/load_type.h', | 232 'cma/pipeline/load_type.h', |
| 226 'cma/pipeline/media_component_device_client_impl.cc', | |
| 227 'cma/pipeline/media_component_device_client_impl.h', | |
| 228 'cma/pipeline/media_pipeline.h', | |
| 229 'cma/pipeline/media_pipeline_client.cc', | 233 'cma/pipeline/media_pipeline_client.cc', |
| 230 'cma/pipeline/media_pipeline_client.h', | 234 'cma/pipeline/media_pipeline_client.h', |
| 231 'cma/pipeline/media_pipeline_impl.cc', | 235 'cma/pipeline/media_pipeline_impl.cc', |
| 232 'cma/pipeline/media_pipeline_impl.h', | 236 'cma/pipeline/media_pipeline_impl.h', |
| 233 'cma/pipeline/video_pipeline.cc', | |
| 234 'cma/pipeline/video_pipeline.h', | |
| 235 'cma/pipeline/video_pipeline_client.cc', | 237 'cma/pipeline/video_pipeline_client.cc', |
| 236 'cma/pipeline/video_pipeline_client.h', | 238 'cma/pipeline/video_pipeline_client.h', |
| 237 'cma/pipeline/video_pipeline_device_client_impl.cc', | |
| 238 'cma/pipeline/video_pipeline_device_client_impl.h', | |
| 239 'cma/pipeline/video_pipeline_impl.cc', | 239 'cma/pipeline/video_pipeline_impl.cc', |
| 240 'cma/pipeline/video_pipeline_impl.h', | 240 'cma/pipeline/video_pipeline_impl.h', |
| 241 ], | 241 ], |
| 242 }, | 242 }, |
| 243 { | 243 { |
| 244 'target_name': 'cma_filters', | 244 'target_name': 'cma_filters', |
| 245 'type': '<(component)', | 245 'type': '<(component)', |
| 246 'dependencies': [ | 246 'dependencies': [ |
| 247 '../../base/base.gyp:base', | 247 '../../base/base.gyp:base', |
| 248 '../../media/media.gyp:media', | 248 '../../media/media.gyp:media', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 273 }, | 273 }, |
| 274 { | 274 { |
| 275 'target_name': 'cast_media_unittests', | 275 'target_name': 'cast_media_unittests', |
| 276 'type': '<(gtest_target_type)', | 276 'type': '<(gtest_target_type)', |
| 277 'dependencies': [ | 277 'dependencies': [ |
| 278 'cast_media', | 278 'cast_media', |
| 279 '../../base/base.gyp:base', | 279 '../../base/base.gyp:base', |
| 280 '../../base/base.gyp:base_i18n', | 280 '../../base/base.gyp:base_i18n', |
| 281 '../../base/base.gyp:test_support_base', | 281 '../../base/base.gyp:test_support_base', |
| 282 '../../chromecast/chromecast.gyp:cast_metrics_test_support', | 282 '../../chromecast/chromecast.gyp:cast_metrics_test_support', |
| 283 '../../chromecast/chromecast.gyp:cast_shell_media', |
| 283 '../../gpu/gpu.gyp:gpu_unittest_utils', | 284 '../../gpu/gpu.gyp:gpu_unittest_utils', |
| 284 '../../media/media.gyp:media_test_support', | 285 '../../media/media.gyp:media_test_support', |
| 285 '../../testing/gmock.gyp:gmock', | 286 '../../testing/gmock.gyp:gmock', |
| 286 '../../testing/gtest.gyp:gtest', | 287 '../../testing/gtest.gyp:gtest', |
| 287 '../../testing/gtest.gyp:gtest_main', | 288 '../../testing/gtest.gyp:gtest_main', |
| 288 '../../ui/gfx/gfx.gyp:gfx_test_support', | 289 '../../ui/gfx/gfx.gyp:gfx_test_support', |
| 289 ], | 290 ], |
| 290 'sources': [ | 291 'sources': [ |
| 291 'audio/cast_audio_output_stream_unittest.cc', | 292 'audio/cast_audio_output_stream_unittest.cc', |
| 292 'cdm/chromecast_init_data_unittest.cc', | 293 'cdm/chromecast_init_data_unittest.cc', |
| 293 'cma/backend/audio_video_pipeline_device_unittest.cc', | 294 'cma/backend/audio_video_pipeline_device_unittest.cc', |
| 294 'cma/base/balanced_media_task_runner_unittest.cc', | 295 'cma/base/balanced_media_task_runner_unittest.cc', |
| 295 'cma/base/buffering_controller_unittest.cc', | 296 'cma/base/buffering_controller_unittest.cc', |
| 296 'cma/base/buffering_frame_provider_unittest.cc', | 297 'cma/base/buffering_frame_provider_unittest.cc', |
| 297 'cma/filters/demuxer_stream_adapter_unittest.cc', | 298 'cma/filters/demuxer_stream_adapter_unittest.cc', |
| 298 'cma/filters/multi_demuxer_stream_adapter_unittest.cc', | 299 'cma/filters/multi_demuxer_stream_adapter_unittest.cc', |
| 299 'cma/ipc/media_message_fifo_unittest.cc', | 300 'cma/ipc/media_message_fifo_unittest.cc', |
| 300 'cma/ipc/media_message_unittest.cc', | 301 'cma/ipc/media_message_unittest.cc', |
| 301 'cma/ipc_streamer/av_streamer_unittest.cc', | 302 'cma/ipc_streamer/av_streamer_unittest.cc', |
| 302 'cma/pipeline/audio_video_pipeline_impl_unittest.cc', | 303 'cma/pipeline/audio_video_pipeline_impl_unittest.cc', |
| 303 'cma/test/cma_end_to_end_test.cc', | |
| 304 'cma/test/demuxer_stream_for_test.cc', | 304 'cma/test/demuxer_stream_for_test.cc', |
| 305 'cma/test/demuxer_stream_for_test.h', | 305 'cma/test/demuxer_stream_for_test.h', |
| 306 'cma/test/frame_generator_for_test.cc', | 306 'cma/test/frame_generator_for_test.cc', |
| 307 'cma/test/frame_generator_for_test.h', | 307 'cma/test/frame_generator_for_test.h', |
| 308 'cma/test/frame_segmenter_for_test.cc', | 308 'cma/test/frame_segmenter_for_test.cc', |
| 309 'cma/test/frame_segmenter_for_test.h', | 309 'cma/test/frame_segmenter_for_test.h', |
| 310 'cma/test/media_component_device_feeder_for_test.cc', | |
| 311 'cma/test/media_component_device_feeder_for_test.h', | |
| 312 'cma/test/mock_frame_consumer.cc', | 310 'cma/test/mock_frame_consumer.cc', |
| 313 'cma/test/mock_frame_consumer.h', | 311 'cma/test/mock_frame_consumer.h', |
| 314 'cma/test/mock_frame_provider.cc', | 312 'cma/test/mock_frame_provider.cc', |
| 315 'cma/test/mock_frame_provider.h', | 313 'cma/test/mock_frame_provider.h', |
| 316 'cma/test/run_all_unittests.cc', | 314 'cma/test/run_all_unittests.cc', |
| 317 ], | 315 ], |
| 318 'ldflags': [ | 316 'ldflags': [ |
| 319 # Allow OEMs to override default libraries that are shipped with | 317 # Allow OEMs to override default libraries that are shipped with |
| 320 # cast receiver package by installed OEM-specific libraries in | 318 # cast receiver package by installed OEM-specific libraries in |
| 321 # /oem_cast_shlib. | 319 # /oem_cast_shlib. |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 }, | 357 }, |
| 360 { # Default implementation of libcast_media_1.0.so. | 358 { # Default implementation of libcast_media_1.0.so. |
| 361 'target_name': 'libcast_media_1.0_default', | 359 'target_name': 'libcast_media_1.0_default', |
| 362 'type': 'loadable_module', | 360 'type': 'loadable_module', |
| 363 'dependencies': [ | 361 'dependencies': [ |
| 364 'libcast_media_1.0_default_core' | 362 'libcast_media_1.0_default_core' |
| 365 ], | 363 ], |
| 366 }, | 364 }, |
| 367 ], # end of targets | 365 ], # end of targets |
| 368 } | 366 } |
| OLD | NEW |