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

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

Issue 2343563004: webrtc/api/rtcstats[report].h is moving to webrtc/api/stats/ (Closed)
Patch Set: Added dependency on rtc_stats_api for the headers Created 4 years, 3 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 | « no previous file | content/renderer/media/webrtc/rtc_stats.h » ('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/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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/webrtc/rtc_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698