Index: media/cast/cast_testing.gypi |
diff --git a/media/cast/cast_testing.gypi b/media/cast/cast_testing.gypi |
index ff6bb57e432888f80b4495c74f7ba1b795e8ad52..aef0fbd8c3e9eaba53f7c168e8da3a0a81fc4c4c 100644 |
--- a/media/cast/cast_testing.gypi |
+++ b/media/cast/cast_testing.gypi |
@@ -124,6 +124,42 @@ |
], # source |
}, |
{ |
+ 'target_name': 'cast_benchmarks', |
+ 'type': '<(gtest_target_type)', |
+ 'include_dirs': [ |
+ '<(DEPTH)/', |
+ ], |
+ 'dependencies': [ |
+ 'cast_base', |
+ 'cast_receiver', |
+ 'cast_rtcp', |
+ 'cast_sender', |
+ 'cast_test_utility', |
+ 'cast_transport', |
+ '<(DEPTH)/base/base.gyp:test_support_base', |
+ '<(DEPTH)/net/net.gyp:net', |
+ '<(DEPTH)/testing/gtest.gyp:gtest', |
+ ], |
+ 'sources': [ |
+ 'test/cast_benchmarks.cc', |
+ 'test/fake_single_thread_task_runner.cc', |
+ 'test/fake_single_thread_task_runner.h', |
+ 'test/fake_video_encode_accelerator.cc', |
+ 'test/fake_video_encode_accelerator.h', |
+ 'test/utility/test_util.cc', |
+ 'test/utility/test_util.h', |
+ ], # source |
+ 'conditions': [ |
+ ['os_posix==1 and OS!="mac" and OS!="ios" and use_allocator!="none"', |
+ { |
+ 'dependencies': [ |
+ '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
+ ], |
+ } |
+ ], |
+ ], |
+ }, |
+ { |
# This is a target for the collection of cast development tools. |
# They are built on bots but not shipped. |
'target_name': 'cast_tools', |