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 import("//build/config/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
9 import("//content/common/features.gni") | 9 import("//content/common/features.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 "media/android/stream_texture_factory.cc", | 213 "media/android/stream_texture_factory.cc", |
214 "media/android/stream_texture_factory.h", | 214 "media/android/stream_texture_factory.h", |
215 "media/android/stream_texture_wrapper_impl.cc", | 215 "media/android/stream_texture_wrapper_impl.cc", |
216 "media/android/stream_texture_wrapper_impl.h", | 216 "media/android/stream_texture_wrapper_impl.h", |
217 "media/audio_decoder.cc", | 217 "media/audio_decoder.cc", |
218 "media/audio_decoder.h", | 218 "media/audio_decoder.h", |
219 "media/audio_device_factory.cc", | 219 "media/audio_device_factory.cc", |
220 "media/audio_device_factory.h", | 220 "media/audio_device_factory.h", |
221 "media/audio_input_message_filter.cc", | 221 "media/audio_input_message_filter.cc", |
222 "media/audio_input_message_filter.h", | 222 "media/audio_input_message_filter.h", |
| 223 "media/audio_ipc_factory.cc", |
| 224 "media/audio_ipc_factory.h", |
223 "media/audio_message_filter.cc", | 225 "media/audio_message_filter.cc", |
224 "media/audio_message_filter.h", | 226 "media/audio_message_filter.h", |
225 "media/audio_renderer_mixer_manager.cc", | 227 "media/audio_renderer_mixer_manager.cc", |
226 "media/audio_renderer_mixer_manager.h", | 228 "media/audio_renderer_mixer_manager.h", |
227 "media/audio_renderer_sink_cache.h", | 229 "media/audio_renderer_sink_cache.h", |
228 "media/audio_renderer_sink_cache_impl.cc", | 230 "media/audio_renderer_sink_cache_impl.cc", |
229 "media/audio_renderer_sink_cache_impl.h", | 231 "media/audio_renderer_sink_cache_impl.h", |
230 "media/cdm/pepper_cdm_wrapper.h", | 232 "media/cdm/pepper_cdm_wrapper.h", |
231 "media/cdm/pepper_cdm_wrapper_impl.cc", | 233 "media/cdm/pepper_cdm_wrapper_impl.cc", |
232 "media/cdm/pepper_cdm_wrapper_impl.h", | 234 "media/cdm/pepper_cdm_wrapper_impl.h", |
233 "media/cdm/ppapi_decryptor.cc", | 235 "media/cdm/ppapi_decryptor.cc", |
234 "media/cdm/ppapi_decryptor.h", | 236 "media/cdm/ppapi_decryptor.h", |
235 "media/cdm/render_cdm_factory.cc", | 237 "media/cdm/render_cdm_factory.cc", |
236 "media/cdm/render_cdm_factory.h", | 238 "media/cdm/render_cdm_factory.h", |
237 "media/media_permission_dispatcher.cc", | 239 "media/media_permission_dispatcher.cc", |
238 "media/media_permission_dispatcher.h", | 240 "media/media_permission_dispatcher.h", |
239 "media/midi_message_filter.cc", | 241 "media/midi_message_filter.cc", |
240 "media/midi_message_filter.h", | 242 "media/midi_message_filter.h", |
| 243 "media/mojo_audio_output_ipc.cc", |
| 244 "media/mojo_audio_output_ipc.h", |
241 "media/render_media_client.cc", | 245 "media/render_media_client.cc", |
242 "media/render_media_client.h", | 246 "media/render_media_client.h", |
243 "media/render_media_log.cc", | 247 "media/render_media_log.cc", |
244 "media/render_media_log.h", | 248 "media/render_media_log.h", |
245 "media/renderer_gpu_video_accelerator_factories.cc", | 249 "media/renderer_gpu_video_accelerator_factories.cc", |
246 "media/renderer_gpu_video_accelerator_factories.h", | 250 "media/renderer_gpu_video_accelerator_factories.h", |
247 "media/renderer_webaudiodevice_impl.cc", | 251 "media/renderer_webaudiodevice_impl.cc", |
248 "media/renderer_webaudiodevice_impl.h", | 252 "media/renderer_webaudiodevice_impl.h", |
249 "media/renderer_webmediaplayer_delegate.cc", | 253 "media/renderer_webmediaplayer_delegate.cc", |
250 "media/renderer_webmediaplayer_delegate.h", | 254 "media/renderer_webmediaplayer_delegate.h", |
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
977 # For the defines in mojo_media_config. | 981 # For the defines in mojo_media_config. |
978 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 982 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
979 } | 983 } |
980 | 984 |
981 if (!is_component_build) { | 985 if (!is_component_build) { |
982 public_deps = [ | 986 public_deps = [ |
983 ":renderer", | 987 ":renderer", |
984 ] | 988 ] |
985 } | 989 } |
986 } | 990 } |
OLD | NEW |