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

Unified Diff: media/gpu/ipc/service/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 | « media/gpu/ipc/media_ipc.gyp ('k') | media/gpu/vt_video_encode_accelerator_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/ipc/service/BUILD.gn
diff --git a/media/gpu/ipc/service/BUILD.gn b/media/gpu/ipc/service/BUILD.gn
index d8ffd04e9a2d2c67be61b25a902be4ce54e50336..16d6922eef9d5aec484d1f3622493692d9415a24 100644
--- a/media/gpu/ipc/service/BUILD.gn
+++ b/media/gpu/ipc/service/BUILD.gn
@@ -44,4 +44,8 @@ source_set("service") {
if (is_win) {
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
}
+
+ if (is_mac) {
+ deps += [ "//third_party/webrtc/common_video:common_video" ]
+ }
}
« no previous file with comments | « media/gpu/ipc/media_ipc.gyp ('k') | media/gpu/vt_video_encode_accelerator_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698