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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 "media/cdm/ppapi_decryptor.cc", | 230 "media/cdm/ppapi_decryptor.cc", |
231 "media/cdm/ppapi_decryptor.h", | 231 "media/cdm/ppapi_decryptor.h", |
232 "media/cdm/render_cdm_factory.cc", | 232 "media/cdm/render_cdm_factory.cc", |
233 "media/cdm/render_cdm_factory.h", | 233 "media/cdm/render_cdm_factory.h", |
234 "media/media_permission_dispatcher.cc", | 234 "media/media_permission_dispatcher.cc", |
235 "media/media_permission_dispatcher.h", | 235 "media/media_permission_dispatcher.h", |
236 "media/midi_message_filter.cc", | 236 "media/midi_message_filter.cc", |
237 "media/midi_message_filter.h", | 237 "media/midi_message_filter.h", |
238 "media/render_media_client.cc", | 238 "media/render_media_client.cc", |
239 "media/render_media_client.h", | 239 "media/render_media_client.h", |
| 240 "media/render_media_helper.cc", |
| 241 "media/render_media_helper.h", |
240 "media/render_media_log.cc", | 242 "media/render_media_log.cc", |
241 "media/render_media_log.h", | 243 "media/render_media_log.h", |
242 "media/renderer_gpu_video_accelerator_factories.cc", | 244 "media/renderer_gpu_video_accelerator_factories.cc", |
243 "media/renderer_gpu_video_accelerator_factories.h", | 245 "media/renderer_gpu_video_accelerator_factories.h", |
244 "media/renderer_webaudiodevice_impl.cc", | 246 "media/renderer_webaudiodevice_impl.cc", |
245 "media/renderer_webaudiodevice_impl.h", | 247 "media/renderer_webaudiodevice_impl.h", |
246 "media/renderer_webmediaplayer_delegate.cc", | 248 "media/renderer_webmediaplayer_delegate.cc", |
247 "media/renderer_webmediaplayer_delegate.h", | 249 "media/renderer_webmediaplayer_delegate.h", |
248 "media/renderer_webmidiaccessor_impl.cc", | 250 "media/renderer_webmidiaccessor_impl.cc", |
249 "media/renderer_webmidiaccessor_impl.h", | 251 "media/renderer_webmidiaccessor_impl.h", |
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
984 # For the defines in mojo_media_config. | 986 # For the defines in mojo_media_config. |
985 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 987 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
986 } | 988 } |
987 | 989 |
988 if (!is_component_build) { | 990 if (!is_component_build) { |
989 public_deps = [ | 991 public_deps = [ |
990 ":renderer", | 992 ":renderer", |
991 ] | 993 ] |
992 } | 994 } |
993 } | 995 } |
OLD | NEW |