| 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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 "pepper/pepper_video_source_host.cc", | 677 "pepper/pepper_video_source_host.cc", |
| 678 "pepper/pepper_video_source_host.h", | 678 "pepper/pepper_video_source_host.h", |
| 679 ] | 679 ] |
| 680 } | 680 } |
| 681 | 681 |
| 682 deps += [ | 682 deps += [ |
| 683 "//crypto", | 683 "//crypto", |
| 684 "//third_party/libjingle:libjingle_webrtc", | 684 "//third_party/libjingle:libjingle_webrtc", |
| 685 "//third_party/libvpx", | 685 "//third_party/libvpx", |
| 686 "//third_party/webrtc/api:libjingle_peerconnection", | 686 "//third_party/webrtc/api:libjingle_peerconnection", |
| 687 "//third_party/webrtc/api:rtc_stats_api", |
| 687 "//third_party/webrtc/base:rtc_base", | 688 "//third_party/webrtc/base:rtc_base", |
| 688 "//third_party/webrtc/common_video", | 689 "//third_party/webrtc/common_video", |
| 689 "//third_party/webrtc/media:rtc_media", | 690 "//third_party/webrtc/media:rtc_media", |
| 690 "//third_party/webrtc/modules/audio_device", | 691 "//third_party/webrtc/modules/audio_device", |
| 691 "//third_party/webrtc/modules/audio_processing", | 692 "//third_party/webrtc/modules/audio_processing", |
| 692 "//third_party/webrtc/modules/video_coding:webrtc_h264", | 693 "//third_party/webrtc/modules/video_coding:webrtc_h264", |
| 693 "//third_party/webrtc/p2p:libstunprober", | 694 "//third_party/webrtc/p2p:libstunprober", |
| 694 "//third_party/webrtc/p2p:rtc_p2p", | 695 "//third_party/webrtc/p2p:rtc_p2p", |
| 695 "//third_party/webrtc/pc:rtc_pc", | 696 "//third_party/webrtc/pc:rtc_pc", |
| 696 "//third_party/webrtc/stats", | 697 "//third_party/webrtc/stats", |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 910 # For the defines in mojo_media_config. | 911 # For the defines in mojo_media_config. |
| 911 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 912 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 912 } | 913 } |
| 913 | 914 |
| 914 if (!is_component_build) { | 915 if (!is_component_build) { |
| 915 public_deps = [ | 916 public_deps = [ |
| 916 ":renderer", | 917 ":renderer", |
| 917 ] | 918 ] |
| 918 } | 919 } |
| 919 } | 920 } |
| OLD | NEW |