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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 "media/cdm/pepper_cdm_wrapper_impl.cc", | 234 "media/cdm/pepper_cdm_wrapper_impl.cc", |
235 "media/cdm/pepper_cdm_wrapper_impl.h", | 235 "media/cdm/pepper_cdm_wrapper_impl.h", |
236 "media/cdm/ppapi_decryptor.cc", | 236 "media/cdm/ppapi_decryptor.cc", |
237 "media/cdm/ppapi_decryptor.h", | 237 "media/cdm/ppapi_decryptor.h", |
238 "media/cdm/render_cdm_factory.cc", | 238 "media/cdm/render_cdm_factory.cc", |
239 "media/cdm/render_cdm_factory.h", | 239 "media/cdm/render_cdm_factory.h", |
240 "media/media_permission_dispatcher.cc", | 240 "media/media_permission_dispatcher.cc", |
241 "media/media_permission_dispatcher.h", | 241 "media/media_permission_dispatcher.h", |
242 "media/midi_message_filter.cc", | 242 "media/midi_message_filter.cc", |
243 "media/midi_message_filter.h", | 243 "media/midi_message_filter.h", |
244 "media/render_media_client.cc", | |
245 "media/render_media_client.h", | |
246 "media/render_media_log.cc", | 244 "media/render_media_log.cc", |
247 "media/render_media_log.h", | 245 "media/render_media_log.h", |
248 "media/renderer_gpu_video_accelerator_factories.cc", | 246 "media/renderer_gpu_video_accelerator_factories.cc", |
249 "media/renderer_gpu_video_accelerator_factories.h", | 247 "media/renderer_gpu_video_accelerator_factories.h", |
250 "media/renderer_webaudiodevice_impl.cc", | 248 "media/renderer_webaudiodevice_impl.cc", |
251 "media/renderer_webaudiodevice_impl.h", | 249 "media/renderer_webaudiodevice_impl.h", |
252 "media/renderer_webmediaplayer_delegate.cc", | 250 "media/renderer_webmediaplayer_delegate.cc", |
253 "media/renderer_webmediaplayer_delegate.h", | 251 "media/renderer_webmediaplayer_delegate.h", |
254 "media/renderer_webmidiaccessor_impl.cc", | 252 "media/renderer_webmidiaccessor_impl.cc", |
255 "media/renderer_webmidiaccessor_impl.h", | 253 "media/renderer_webmidiaccessor_impl.h", |
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
949 # For the defines in mojo_media_config. | 947 # For the defines in mojo_media_config. |
950 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 948 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
951 } | 949 } |
952 | 950 |
953 if (!is_component_build) { | 951 if (!is_component_build) { |
954 public_deps = [ | 952 public_deps = [ |
955 ":renderer", | 953 ":renderer", |
956 ] | 954 ] |
957 } | 955 } |
958 } | 956 } |
OLD | NEW |