| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 "media/android/stream_texture_factory.cc", | 212 "media/android/stream_texture_factory.cc", |
| 213 "media/android/stream_texture_factory.h", | 213 "media/android/stream_texture_factory.h", |
| 214 "media/android/stream_texture_wrapper_impl.cc", | 214 "media/android/stream_texture_wrapper_impl.cc", |
| 215 "media/android/stream_texture_wrapper_impl.h", | 215 "media/android/stream_texture_wrapper_impl.h", |
| 216 "media/audio_decoder.cc", | 216 "media/audio_decoder.cc", |
| 217 "media/audio_decoder.h", | 217 "media/audio_decoder.h", |
| 218 "media/audio_device_factory.cc", | 218 "media/audio_device_factory.cc", |
| 219 "media/audio_device_factory.h", | 219 "media/audio_device_factory.h", |
| 220 "media/audio_input_message_filter.cc", | 220 "media/audio_input_message_filter.cc", |
| 221 "media/audio_input_message_filter.h", | 221 "media/audio_input_message_filter.h", |
| 222 "media/audio_ipc_factory.cc", |
| 223 "media/audio_ipc_factory.h", |
| 222 "media/audio_message_filter.cc", | 224 "media/audio_message_filter.cc", |
| 223 "media/audio_message_filter.h", | 225 "media/audio_message_filter.h", |
| 224 "media/audio_renderer_mixer_manager.cc", | 226 "media/audio_renderer_mixer_manager.cc", |
| 225 "media/audio_renderer_mixer_manager.h", | 227 "media/audio_renderer_mixer_manager.h", |
| 226 "media/audio_renderer_sink_cache.h", | 228 "media/audio_renderer_sink_cache.h", |
| 227 "media/audio_renderer_sink_cache_impl.cc", | 229 "media/audio_renderer_sink_cache_impl.cc", |
| 228 "media/audio_renderer_sink_cache_impl.h", | 230 "media/audio_renderer_sink_cache_impl.h", |
| 229 "media/cdm/pepper_cdm_wrapper.h", | 231 "media/cdm/pepper_cdm_wrapper.h", |
| 230 "media/cdm/pepper_cdm_wrapper_impl.cc", | 232 "media/cdm/pepper_cdm_wrapper_impl.cc", |
| 231 "media/cdm/pepper_cdm_wrapper_impl.h", | 233 "media/cdm/pepper_cdm_wrapper_impl.h", |
| (...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 988 # See comment at the top of //content/BUILD.gn for how this works. | 990 # See comment at the top of //content/BUILD.gn for how this works. |
| 989 group("for_content_tests") { | 991 group("for_content_tests") { |
| 990 visibility = [ "//content/test/*" ] | 992 visibility = [ "//content/test/*" ] |
| 991 | 993 |
| 992 if (!is_component_build) { | 994 if (!is_component_build) { |
| 993 public_deps = [ | 995 public_deps = [ |
| 994 ":renderer", | 996 ":renderer", |
| 995 ] | 997 ] |
| 996 } | 998 } |
| 997 } | 999 } |
| OLD | NEW |