| 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("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
| (...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 ] | 694 ] |
| 695 } | 695 } |
| 696 | 696 |
| 697 deps += [ | 697 deps += [ |
| 698 "//crypto", | 698 "//crypto", |
| 699 "//third_party/libjingle/webrtc:libjingle_webrtc", | 699 "//third_party/libjingle/webrtc:libjingle_webrtc", |
| 700 "//third_party/libvpx", | 700 "//third_party/libvpx", |
| 701 "//third_party/opus", | 701 "//third_party/opus", |
| 702 "//third_party/webrtc/api:libjingle_peerconnection", | 702 "//third_party/webrtc/api:libjingle_peerconnection", |
| 703 "//third_party/webrtc/api:rtc_stats_api", | 703 "//third_party/webrtc/api:rtc_stats_api", |
| 704 "//third_party/webrtc/api:video_frame_api", |
| 704 "//third_party/webrtc/base:rtc_base", | 705 "//third_party/webrtc/base:rtc_base", |
| 705 "//third_party/webrtc/common_video", | |
| 706 "//third_party/webrtc/media:rtc_media", | 706 "//third_party/webrtc/media:rtc_media", |
| 707 "//third_party/webrtc/media:rtc_media_base", | 707 "//third_party/webrtc/media:rtc_media_base", |
| 708 "//third_party/webrtc/modules/audio_device", | 708 "//third_party/webrtc/modules/audio_device", |
| 709 "//third_party/webrtc/modules/audio_processing", | 709 "//third_party/webrtc/modules/audio_processing", |
| 710 "//third_party/webrtc/modules/video_coding:webrtc_h264", | 710 "//third_party/webrtc/modules/video_coding:webrtc_h264", |
| 711 "//third_party/webrtc/p2p:libstunprober", | 711 "//third_party/webrtc/p2p:libstunprober", |
| 712 "//third_party/webrtc/p2p:rtc_p2p", | 712 "//third_party/webrtc/p2p:rtc_p2p", |
| 713 "//third_party/webrtc/pc:rtc_pc", | 713 "//third_party/webrtc/pc:rtc_pc", |
| 714 "//third_party/webrtc/stats", | 714 "//third_party/webrtc/stats", |
| 715 "//third_party/webrtc/system_wrappers", | 715 "//third_party/webrtc/system_wrappers", |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 # For the defines in mojo_media_config. | 923 # For the defines in mojo_media_config. |
| 924 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 924 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 925 } | 925 } |
| 926 | 926 |
| 927 if (!is_component_build) { | 927 if (!is_component_build) { |
| 928 public_deps = [ | 928 public_deps = [ |
| 929 ":renderer", | 929 ":renderer", |
| 930 ] | 930 ] |
| 931 } | 931 } |
| 932 } | 932 } |
| OLD | NEW |