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

Unified Diff: trunk/src/media/cast/cast_testing.gypi

Issue 328313002: Revert 276603 "Cast: Synthetic benchmark tool." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 | « no previous file | trunk/src/media/cast/receiver/video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/media/cast/cast_testing.gypi
===================================================================
--- trunk/src/media/cast/cast_testing.gypi (revision 276619)
+++ trunk/src/media/cast/cast_testing.gypi (working copy)
@@ -124,42 +124,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',
« no previous file with comments | « no previous file | trunk/src/media/cast/receiver/video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698