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

Unified Diff: content/content_common.gypi

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, 8 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index b55bea60f012551bfaaf6c0308af76271da56f38..c802d723f623d3df198d4857cea6ac0544a39030 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -597,8 +597,9 @@
'dependencies': [
'../media/media.gyp:media',
'../sandbox/sandbox.gyp:seatbelt',
+ '../third_party/webrtc/common_video/common_video.gyp:common_video',
+ '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_widget_mac',
'app/resources/content_resources.gyp:content_resources',
- '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_widget_mac'
],
'sources': [
'common/gpu/media/vt_mac.h',

Powered by Google App Engine
This is Rietveld 408576698