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

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

Issue 2973253002: Revert of TCVideoEncoder: Report H264 profile information to WebRTC (Closed)
Patch Set: Created 3 years, 5 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/gpu/rtc_video_encoder.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/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("//content/common/features.gni") 9 import("//content/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 763
764 deps += [ 764 deps += [
765 "//crypto", 765 "//crypto",
766 "//third_party/libvpx", 766 "//third_party/libvpx",
767 "//third_party/opus", 767 "//third_party/opus",
768 "//third_party/webrtc/api:libjingle_peerconnection", 768 "//third_party/webrtc/api:libjingle_peerconnection",
769 "//third_party/webrtc/api:rtc_stats_api", 769 "//third_party/webrtc/api:rtc_stats_api",
770 "//third_party/webrtc/api:video_frame_api", 770 "//third_party/webrtc/api:video_frame_api",
771 "//third_party/webrtc/api/audio_codecs:builtin_audio_decoder_factory", 771 "//third_party/webrtc/api/audio_codecs:builtin_audio_decoder_factory",
772 "//third_party/webrtc/api/audio_codecs:builtin_audio_encoder_factory", 772 "//third_party/webrtc/api/audio_codecs:builtin_audio_encoder_factory",
773 "//third_party/webrtc/common_video:common_video",
774 "//third_party/webrtc/media:rtc_media", 773 "//third_party/webrtc/media:rtc_media",
775 "//third_party/webrtc/media:rtc_media_base", 774 "//third_party/webrtc/media:rtc_media_base",
776 "//third_party/webrtc/modules/audio_device", 775 "//third_party/webrtc/modules/audio_device",
777 "//third_party/webrtc/modules/audio_processing", 776 "//third_party/webrtc/modules/audio_processing",
778 "//third_party/webrtc/modules/video_coding:webrtc_h264", 777 "//third_party/webrtc/modules/video_coding:webrtc_h264",
779 "//third_party/webrtc/p2p:libstunprober", 778 "//third_party/webrtc/p2p:libstunprober",
780 "//third_party/webrtc/p2p:rtc_p2p", 779 "//third_party/webrtc/p2p:rtc_p2p",
781 "//third_party/webrtc/pc:rtc_pc", 780 "//third_party/webrtc/pc:rtc_pc",
782 "//third_party/webrtc/rtc_base:rtc_base", 781 "//third_party/webrtc/rtc_base:rtc_base",
783 "//third_party/webrtc/stats", 782 "//third_party/webrtc/stats",
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 # See comment at the top of //content/BUILD.gn for how this works. 993 # See comment at the top of //content/BUILD.gn for how this works.
995 group("for_content_tests") { 994 group("for_content_tests") {
996 visibility = [ "//content/test/*" ] 995 visibility = [ "//content/test/*" ]
997 996
998 if (!is_component_build) { 997 if (!is_component_build) {
999 public_deps = [ 998 public_deps = [
1000 ":renderer", 999 ":renderer",
1001 ] 1000 ]
1002 } 1001 }
1003 } 1002 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/gpu/rtc_video_encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698