summaryrefslogtreecommitdiffstats
path: root/media/cast/cast_testing.gypi
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-29 21:47:06 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-29 21:47:06 +0000
commit015de1d066902fe3b3c9cce74a61b6d234abcd00 (patch)
tree0f652ee1d4ef35e4ebcbc844d7fe951206de9c57 /media/cast/cast_testing.gypi
parent6be6e6d126a26306b70d173be96f50bdc0329a76 (diff)
downloadchromium_src-015de1d066902fe3b3c9cce74a61b6d234abcd00.zip
chromium_src-015de1d066902fe3b3c9cce74a61b6d234abcd00.tar.gz
chromium_src-015de1d066902fe3b3c9cce74a61b6d234abcd00.tar.bz2
Revert 273599 "Cast: Synthetic benchmark tool."
Broke win compile. c:\b\build\slave\win_x64_builder__dbg_\build\src\media\cast\test\utility\test_util.cc(25) : error C2039: 'max' : is not a member of 'std' > Cast: Synthetic benchmark tool. > > This benchmark tests how much latency, packet loss and bandwidth loss we can tolerate. > It runs hundreds of times faster than real-time and results are independent of CPU speed. > So far, it does a series of binary searches to find a spanning tree of the space in which > our algorithms can operate comfortably. > > Review URL: https://codereview.chromium.org/293173002 TBR=hubbe@chromium.org Review URL: https://codereview.chromium.org/301313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273612 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/cast/cast_testing.gypi')
-rw-r--r--media/cast/cast_testing.gypi36
1 files changed, 0 insertions, 36 deletions
diff --git a/media/cast/cast_testing.gypi b/media/cast/cast_testing.gypi
index 71f88a1..666b582 100644
--- a/media/cast/cast_testing.gypi
+++ b/media/cast/cast_testing.gypi
@@ -125,42 +125,6 @@
], # 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',