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

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

Issue 2543633006: To M56: Use ffmpeg for opus decoding, no need to maintain our decoder. (Closed)
Patch Set: Created 4 years 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 | « chromecast/media/cma/decoder/cast_audio_decoder_linux.cc ('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/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("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 "pepper/pepper_video_destination_host.h", 688 "pepper/pepper_video_destination_host.h",
689 "pepper/pepper_video_source_host.cc", 689 "pepper/pepper_video_source_host.cc",
690 "pepper/pepper_video_source_host.h", 690 "pepper/pepper_video_source_host.h",
691 ] 691 ]
692 } 692 }
693 693
694 deps += [ 694 deps += [
695 "//crypto", 695 "//crypto",
696 "//third_party/libjingle:libjingle_webrtc", 696 "//third_party/libjingle:libjingle_webrtc",
697 "//third_party/libvpx", 697 "//third_party/libvpx",
698 "//third_party/opus",
698 "//third_party/webrtc/api:libjingle_peerconnection", 699 "//third_party/webrtc/api:libjingle_peerconnection",
699 "//third_party/webrtc/api:rtc_stats_api", 700 "//third_party/webrtc/api:rtc_stats_api",
700 "//third_party/webrtc/base:rtc_base", 701 "//third_party/webrtc/base:rtc_base",
701 "//third_party/webrtc/common_video", 702 "//third_party/webrtc/common_video",
702 "//third_party/webrtc/media:rtc_media", 703 "//third_party/webrtc/media:rtc_media",
703 "//third_party/webrtc/modules/audio_device", 704 "//third_party/webrtc/modules/audio_device",
704 "//third_party/webrtc/modules/audio_processing", 705 "//third_party/webrtc/modules/audio_processing",
705 "//third_party/webrtc/modules/video_coding:webrtc_h264", 706 "//third_party/webrtc/modules/video_coding:webrtc_h264",
706 "//third_party/webrtc/p2p:libstunprober", 707 "//third_party/webrtc/p2p:libstunprober",
707 "//third_party/webrtc/p2p:rtc_p2p", 708 "//third_party/webrtc/p2p:rtc_p2p",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 # For the defines in mojo_media_config. 915 # For the defines in mojo_media_config.
915 public_configs = [ "//media/mojo/services:mojo_media_config" ] 916 public_configs = [ "//media/mojo/services:mojo_media_config" ]
916 } 917 }
917 918
918 if (!is_component_build) { 919 if (!is_component_build) {
919 public_deps = [ 920 public_deps = [
920 ":renderer", 921 ":renderer",
921 ] 922 ]
922 } 923 }
923 } 924 }
OLDNEW
« no previous file with comments | « chromecast/media/cma/decoder/cast_audio_decoder_linux.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698