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

Unified Diff: media/gpu/BUILD.gn

Issue 1818903004: Bitrate controller for VideoToolbox Video Encode Accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | media/gpu/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index 09f394371349fd0050ff9f5c0c9cfbfe7091d838..7ed6a2a5c099597d21cb3d1c8b1a58ed6449ebd6 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -184,7 +184,10 @@ component("gpu") {
"vt_video_encode_accelerator_mac.cc",
"vt_video_encode_accelerator_mac.h",
] + get_target_outputs(":libvt_generate_stubs")
- deps += [ ":libvt_generate_stubs" ]
+ deps += [
+ ":libvt_generate_stubs",
+ "//third_party/webrtc/common_video:common_video",
+ ]
libs += [
"CoreFoundation.framework",
"Foundation.framework",
« no previous file with comments | « no previous file | media/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698