| 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("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
| (...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 716 | 716 |
| 717 deps += [ | 717 deps += [ |
| 718 "//crypto", | 718 "//crypto", |
| 719 "//third_party/libjingle/webrtc:libjingle_webrtc", | 719 "//third_party/libjingle/webrtc:libjingle_webrtc", |
| 720 "//third_party/libvpx", | 720 "//third_party/libvpx", |
| 721 "//third_party/opus", | 721 "//third_party/opus", |
| 722 "//third_party/webrtc/api:libjingle_peerconnection", | 722 "//third_party/webrtc/api:libjingle_peerconnection", |
| 723 "//third_party/webrtc/api:rtc_stats_api", | 723 "//third_party/webrtc/api:rtc_stats_api", |
| 724 "//third_party/webrtc/api:video_frame_api", | 724 "//third_party/webrtc/api:video_frame_api", |
| 725 "//third_party/webrtc/base:rtc_base", | 725 "//third_party/webrtc/base:rtc_base", |
| 726 "//third_party/webrtc/base:rtc_task_runner", | |
| 727 "//third_party/webrtc/media:rtc_media", | 726 "//third_party/webrtc/media:rtc_media", |
| 728 "//third_party/webrtc/media:rtc_media_base", | 727 "//third_party/webrtc/media:rtc_media_base", |
| 729 "//third_party/webrtc/modules/audio_device", | 728 "//third_party/webrtc/modules/audio_device", |
| 730 "//third_party/webrtc/modules/audio_processing", | 729 "//third_party/webrtc/modules/audio_processing", |
| 731 "//third_party/webrtc/modules/video_coding:webrtc_h264", | 730 "//third_party/webrtc/modules/video_coding:webrtc_h264", |
| 732 "//third_party/webrtc/p2p:libstunprober", | 731 "//third_party/webrtc/p2p:libstunprober", |
| 733 "//third_party/webrtc/p2p:rtc_p2p", | 732 "//third_party/webrtc/p2p:rtc_p2p", |
| 734 "//third_party/webrtc/pc:rtc_pc", | 733 "//third_party/webrtc/pc:rtc_pc", |
| 735 "//third_party/webrtc/stats", | 734 "//third_party/webrtc/stats", |
| 736 "//third_party/webrtc/system_wrappers", | 735 "//third_party/webrtc/system_wrappers", |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 944 # For the defines in mojo_media_config. | 943 # For the defines in mojo_media_config. |
| 945 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 944 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 946 } | 945 } |
| 947 | 946 |
| 948 if (!is_component_build) { | 947 if (!is_component_build) { |
| 949 public_deps = [ | 948 public_deps = [ |
| 950 ":renderer", | 949 ":renderer", |
| 951 ] | 950 ] |
| 952 } | 951 } |
| 953 } | 952 } |
| OLD | NEW |