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

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

Issue 2808743004: Include builtin_audio_encoder_factory.h in peer_connection_dependency_factory.cc (Closed)
Patch Set: Added builtin_audio_encoder_factory to deps and moved builtin_audio_decoder_factory. Created 3 years, 7 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/peer_connection_dependency_factory.cc » ('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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 "//services/ui/public/cpp/bitmap", 483 "//services/ui/public/cpp/bitmap",
484 "//services/ui/public/cpp/gpu", 484 "//services/ui/public/cpp/gpu",
485 "//skia", 485 "//skia",
486 "//storage/common", 486 "//storage/common",
487 "//third_party/WebKit/public:blink", 487 "//third_party/WebKit/public:blink",
488 "//third_party/WebKit/public:features", 488 "//third_party/WebKit/public:features",
489 "//third_party/WebKit/public:mojo_bindings", 489 "//third_party/WebKit/public:mojo_bindings",
490 "//third_party/boringssl", 490 "//third_party/boringssl",
491 "//third_party/icu", 491 "//third_party/icu",
492 "//third_party/libyuv", 492 "//third_party/libyuv",
493 "//third_party/webrtc/api/audio_codecs:builtin_audio_decoder_factory",
494 "//third_party/widevine/cdm:headers", 493 "//third_party/widevine/cdm:headers",
495 "//ui/accessibility", 494 "//ui/accessibility",
496 "//ui/base", 495 "//ui/base",
497 "//ui/base/ime", 496 "//ui/base/ime",
498 "//ui/display", 497 "//ui/display",
499 "//ui/events:dom_keycode_converter", 498 "//ui/events:dom_keycode_converter",
500 "//ui/events:events_base", 499 "//ui/events:events_base",
501 "//ui/events/blink", 500 "//ui/events/blink",
502 "//ui/gfx/geometry/mojo", 501 "//ui/gfx/geometry/mojo",
503 "//ui/gl", 502 "//ui/gl",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 ] 744 ]
746 } 745 }
747 746
748 deps += [ 747 deps += [
749 "//crypto", 748 "//crypto",
750 "//third_party/libvpx", 749 "//third_party/libvpx",
751 "//third_party/opus", 750 "//third_party/opus",
752 "//third_party/webrtc/api:libjingle_peerconnection", 751 "//third_party/webrtc/api:libjingle_peerconnection",
753 "//third_party/webrtc/api:rtc_stats_api", 752 "//third_party/webrtc/api:rtc_stats_api",
754 "//third_party/webrtc/api:video_frame_api", 753 "//third_party/webrtc/api:video_frame_api",
754 "//third_party/webrtc/api/audio_codecs:builtin_audio_decoder_factory",
755 "//third_party/webrtc/api/audio_codecs:builtin_audio_encoder_factory",
755 "//third_party/webrtc/base:rtc_base", 756 "//third_party/webrtc/base:rtc_base",
756 "//third_party/webrtc/media:rtc_media", 757 "//third_party/webrtc/media:rtc_media",
757 "//third_party/webrtc/media:rtc_media_base", 758 "//third_party/webrtc/media:rtc_media_base",
758 "//third_party/webrtc/modules/audio_device", 759 "//third_party/webrtc/modules/audio_device",
759 "//third_party/webrtc/modules/audio_processing", 760 "//third_party/webrtc/modules/audio_processing",
760 "//third_party/webrtc/modules/video_coding:webrtc_h264", 761 "//third_party/webrtc/modules/video_coding:webrtc_h264",
761 "//third_party/webrtc/p2p:libstunprober", 762 "//third_party/webrtc/p2p:libstunprober",
762 "//third_party/webrtc/p2p:rtc_p2p", 763 "//third_party/webrtc/p2p:rtc_p2p",
763 "//third_party/webrtc/pc:rtc_pc", 764 "//third_party/webrtc/pc:rtc_pc",
764 "//third_party/webrtc/stats", 765 "//third_party/webrtc/stats",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 # For the defines in mojo_media_config. 983 # For the defines in mojo_media_config.
983 public_configs = [ "//media/mojo/services:mojo_media_config" ] 984 public_configs = [ "//media/mojo/services:mojo_media_config" ]
984 } 985 }
985 986
986 if (!is_component_build) { 987 if (!is_component_build) {
987 public_deps = [ 988 public_deps = [
988 ":renderer", 989 ":renderer",
989 ] 990 ]
990 } 991 }
991 } 992 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/webrtc/peer_connection_dependency_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698