Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1108)

Side by Side Diff: content/renderer/BUILD.gn

Issue 2694363005: Add gn dependency on rtc_task_runner. (Closed)
Patch Set: Dropped two of the rtc_task_runner deps. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/common/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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",
726 "//third_party/webrtc/media:rtc_media", 727 "//third_party/webrtc/media:rtc_media",
727 "//third_party/webrtc/media:rtc_media_base", 728 "//third_party/webrtc/media:rtc_media_base",
728 "//third_party/webrtc/modules/audio_device", 729 "//third_party/webrtc/modules/audio_device",
729 "//third_party/webrtc/modules/audio_processing", 730 "//third_party/webrtc/modules/audio_processing",
730 "//third_party/webrtc/modules/video_coding:webrtc_h264", 731 "//third_party/webrtc/modules/video_coding:webrtc_h264",
731 "//third_party/webrtc/p2p:libstunprober", 732 "//third_party/webrtc/p2p:libstunprober",
732 "//third_party/webrtc/p2p:rtc_p2p", 733 "//third_party/webrtc/p2p:rtc_p2p",
733 "//third_party/webrtc/pc:rtc_pc", 734 "//third_party/webrtc/pc:rtc_pc",
734 "//third_party/webrtc/stats", 735 "//third_party/webrtc/stats",
735 "//third_party/webrtc/system_wrappers", 736 "//third_party/webrtc/system_wrappers",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 # For the defines in mojo_media_config. 944 # For the defines in mojo_media_config.
944 public_configs = [ "//media/mojo/services:mojo_media_config" ] 945 public_configs = [ "//media/mojo/services:mojo_media_config" ]
945 } 946 }
946 947
947 if (!is_component_build) { 948 if (!is_component_build) {
948 public_deps = [ 949 public_deps = [
949 ":renderer", 950 ":renderer",
950 ] 951 ]
951 } 952 }
952 } 953 }
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698