| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 "media/renderer_webmidiaccessor_impl.cc", | 253 "media/renderer_webmidiaccessor_impl.cc", |
| 254 "media/renderer_webmidiaccessor_impl.h", | 254 "media/renderer_webmidiaccessor_impl.h", |
| 255 "media/video_capture_impl.cc", | 255 "media/video_capture_impl.cc", |
| 256 "media/video_capture_impl.h", | 256 "media/video_capture_impl.h", |
| 257 "media/video_capture_impl_manager.cc", | 257 "media/video_capture_impl_manager.cc", |
| 258 "media/video_capture_impl_manager.h", | 258 "media/video_capture_impl_manager.h", |
| 259 "media/video_capture_message_filter.cc", | 259 "media/video_capture_message_filter.cc", |
| 260 "media/video_capture_message_filter.h", | 260 "media/video_capture_message_filter.h", |
| 261 "media/web_media_element_source_utils.cc", | 261 "media/web_media_element_source_utils.cc", |
| 262 "media/web_media_element_source_utils.h", | 262 "media/web_media_element_source_utils.h", |
| 263 "media/webaudio_suspender.cc", |
| 264 "media/webaudio_suspender.h", |
| 263 "media/webmediaplayer_ms.cc", | 265 "media/webmediaplayer_ms.cc", |
| 264 "media/webmediaplayer_ms.h", | 266 "media/webmediaplayer_ms.h", |
| 265 "media/webmediaplayer_ms_compositor.cc", | 267 "media/webmediaplayer_ms_compositor.cc", |
| 266 "media/webmediaplayer_ms_compositor.h", | 268 "media/webmediaplayer_ms_compositor.h", |
| 267 "menu_item_builder.cc", | 269 "menu_item_builder.cc", |
| 268 "menu_item_builder.h", | 270 "menu_item_builder.h", |
| 269 "mojo/blink_interface_provider_impl.cc", | 271 "mojo/blink_interface_provider_impl.cc", |
| 270 "mojo/blink_interface_provider_impl.h", | 272 "mojo/blink_interface_provider_impl.h", |
| 271 "mojo/interface_provider_js_wrapper.cc", | 273 "mojo/interface_provider_js_wrapper.cc", |
| 272 "mojo/interface_provider_js_wrapper.h", | 274 "mojo/interface_provider_js_wrapper.h", |
| (...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 911 # For the defines in mojo_media_config. | 913 # For the defines in mojo_media_config. |
| 912 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 914 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 913 } | 915 } |
| 914 | 916 |
| 915 if (!is_component_build) { | 917 if (!is_component_build) { |
| 916 public_deps = [ | 918 public_deps = [ |
| 917 ":renderer", | 919 ":renderer", |
| 918 ] | 920 ] |
| 919 } | 921 } |
| 920 } | 922 } |
| OLD | NEW |