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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
8 import("//third_party/webrtc/build/webrtc.gni") | 8 import("//third_party/webrtc/build/webrtc.gni") |
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
10 | 10 |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 "media/android/webmediaplayer_android.cc", | 217 "media/android/webmediaplayer_android.cc", |
218 "media/android/webmediaplayer_android.h", | 218 "media/android/webmediaplayer_android.h", |
219 "media/android/webmediasession_android.cc", | 219 "media/android/webmediasession_android.cc", |
220 "media/android/webmediasession_android.h", | 220 "media/android/webmediasession_android.h", |
221 "media/audio_decoder.cc", | 221 "media/audio_decoder.cc", |
222 "media/audio_decoder.h", | 222 "media/audio_decoder.h", |
223 "media/audio_device_factory.cc", | 223 "media/audio_device_factory.cc", |
224 "media/audio_device_factory.h", | 224 "media/audio_device_factory.h", |
225 "media/audio_input_message_filter.cc", | 225 "media/audio_input_message_filter.cc", |
226 "media/audio_input_message_filter.h", | 226 "media/audio_input_message_filter.h", |
227 "media/audio_message_filter.cc", | 227 "media/audio_output_ipc_factory.cc", |
228 "media/audio_message_filter.h", | 228 "media/audio_output_ipc_factory.h", |
229 "media/audio_renderer_mixer_manager.cc", | 229 "media/audio_renderer_mixer_manager.cc", |
230 "media/audio_renderer_mixer_manager.h", | 230 "media/audio_renderer_mixer_manager.h", |
231 "media/audio_renderer_sink_cache.h", | 231 "media/audio_renderer_sink_cache.h", |
232 "media/audio_renderer_sink_cache_impl.cc", | 232 "media/audio_renderer_sink_cache_impl.cc", |
233 "media/audio_renderer_sink_cache_impl.h", | 233 "media/audio_renderer_sink_cache_impl.h", |
234 "media/cdm/pepper_cdm_wrapper.h", | 234 "media/cdm/pepper_cdm_wrapper.h", |
235 "media/cdm/pepper_cdm_wrapper_impl.cc", | 235 "media/cdm/pepper_cdm_wrapper_impl.cc", |
236 "media/cdm/pepper_cdm_wrapper_impl.h", | 236 "media/cdm/pepper_cdm_wrapper_impl.h", |
237 "media/cdm/ppapi_decryptor.cc", | 237 "media/cdm/ppapi_decryptor.cc", |
238 "media/cdm/ppapi_decryptor.h", | 238 "media/cdm/ppapi_decryptor.h", |
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
907 # For the defines in mojo_media_config. | 907 # For the defines in mojo_media_config. |
908 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 908 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
909 } | 909 } |
910 | 910 |
911 if (!is_component_build) { | 911 if (!is_component_build) { |
912 public_deps = [ | 912 public_deps = [ |
913 ":renderer", | 913 ":renderer", |
914 ] | 914 ] |
915 } | 915 } |
916 } | 916 } |
OLD | NEW |