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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 7c618b62e1d24b9a4cfad3b9156a06de2bb514fc..47b8f3ba012c44cd0d16cff4745b4dbab241e839 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -490,7 +490,6 @@ target(link_target_type, "renderer") {
"//third_party/boringssl",
"//third_party/icu",
"//third_party/libyuv",
- "//third_party/webrtc/api/audio_codecs:builtin_audio_decoder_factory",
"//third_party/widevine/cdm:headers",
"//ui/accessibility",
"//ui/base",
@@ -752,6 +751,8 @@ target(link_target_type, "renderer") {
"//third_party/webrtc/api:libjingle_peerconnection",
"//third_party/webrtc/api:rtc_stats_api",
"//third_party/webrtc/api:video_frame_api",
+ "//third_party/webrtc/api/audio_codecs:builtin_audio_decoder_factory",
+ "//third_party/webrtc/api/audio_codecs:builtin_audio_encoder_factory",
"//third_party/webrtc/base:rtc_base",
"//third_party/webrtc/media:rtc_media",
"//third_party/webrtc/media:rtc_media_base",
« 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