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

Unified Diff: media/media.gyp

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/vt_video_encode_accelerator_mac.cc ('k') | media/media_gpu.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 8301f28dbd13d484513045b280a78045d1d23f53..ec6b2c69d322b95a8950b62c7eeef8d1312a866d 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -2149,6 +2149,11 @@
'<(DEPTH)/third_party/libyuv',
],
'conditions': [
+ ['OS=="mac"', {
+ 'dependencies': [
+ '../third_party/webrtc/common_video/common_video.gyp:common_video',
+ ],
+ }],
['use_x11==1', {
'dependencies': [
'../ui/gfx/x/gfx_x11.gyp:gfx_x11',
« no previous file with comments | « media/gpu/vt_video_encode_accelerator_mac.cc ('k') | media/media_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698