diff --git a/webrtc/tools/tools.gyp b/webrtc/tools/tools.gyp index 905c323aa1..b8dc4c142d 100644 --- a/webrtc/tools/tools.gyp +++ b/webrtc/tools/tools.gyp @@ -11,19 +11,6 @@ '../build/common.gypi', ], 'targets': [ - { - 'target_name': 'audio_e2e_harness', - 'type': 'executable', - 'dependencies': [ - '<(webrtc_root)/test/test.gyp:channel_transport', - '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', - '<(DEPTH)/testing/gtest.gyp:gtest', - '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', - ], - 'sources': [ - 'e2e_quality/audio/audio_e2e_harness.cc', - ], - }, # audio_e2e_harness { 'target_name': 'video_quality_analysis', 'type': 'static_library', @@ -113,6 +100,19 @@ 'conditions': [ ['include_tests==1', { 'targets' : [ + { + 'target_name': 'audio_e2e_harness', + 'type': 'executable', + 'dependencies': [ + '<(webrtc_root)/test/test.gyp:channel_transport', + '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', + '<(DEPTH)/testing/gtest.gyp:gtest', + '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', + ], + 'sources': [ + 'e2e_quality/audio/audio_e2e_harness.cc', + ], + }, # audio_e2e_harness { 'target_name': 'tools_unittests', 'type': '<(gtest_target_type)',