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

Unified Diff: content/renderer/BUILD.gn

Issue 2985263002: Reland of RTCVideoEncoder: Report H264 profile information to WebRTC (Closed)
Patch Set: Add default argument to SetDefaultVideoCodec Created 3 years, 4 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 | « chrome/test/data/webrtc/peerconnection.js ('k') | content/renderer/media/gpu/rtc_video_encoder.h » ('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 92475dbe1ffefbc2691517dd169a1ab73dbf8b1d..64e59aae2de455ea57cc08ec3bba22f0fcf1b9d7 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -777,6 +777,7 @@ target(link_target_type, "renderer") {
"//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/common_video:common_video",
"//third_party/webrtc/media:rtc_media",
"//third_party/webrtc/media:rtc_media_base",
"//third_party/webrtc/modules/audio_device",
« no previous file with comments | « chrome/test/data/webrtc/peerconnection.js ('k') | content/renderer/media/gpu/rtc_video_encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698