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

Unified Diff: content/content_tests.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
« content/common/gpu/media/DEPS ('K') | « content/content_common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 72b97b33e7def549ba3d0e59d0d9107654610719..e2884466ef62b4f6c3ea6d452c897bef1a7e3ab0 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1685,6 +1685,7 @@
'target_name': 'video_encode_accelerator_unittest',
'type': 'executable',
'dependencies': [
+ 'content.gyp:content',
'content.gyp:content_common',
'../base/base.gyp:base',
'../media/media.gyp:media',
@@ -1696,7 +1697,6 @@
'../ui/gfx/gfx.gyp:gfx_test_support',
'../ui/gl/gl.gyp:gl',
'../ui/gl/gl.gyp:gl_test_support',
- 'content.gyp:content',
],
'sources': [
'common/gpu/media/video_accelerator_unittest_helpers.h',
@@ -1707,6 +1707,11 @@
'<(DEPTH)/third_party/libyuv',
],
'conditions': [
+ ['OS=="mac"', {
+ 'dependencies': [
+ '../third_party/webrtc/webrtc.gyp:webrtc',
+ ],
+ }],
['use_x11==1', {
'dependencies': [
'../ui/gfx/x/gfx_x11.gyp:gfx_x11',
« content/common/gpu/media/DEPS ('K') | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698