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

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

Issue 2694903005: Add a copy of webrtc's TaskRunner abstraction, which is going to be deleted in webrtc. (Closed)
Patch Set: Delete dependencies on webrtc's rtc_task_runner. Created 3 years, 9 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",
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
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 }
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