rtc_unittest: turned sound's test gyp into gypi to speed up GYP generation.
BUG=N/A R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/29629004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7358 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -1,25 +0,0 @@
|
||||
# Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'conditions': [
|
||||
['OS=="linux" or OS=="mac" or OS=="win"', {
|
||||
'variables': {
|
||||
'command': [
|
||||
'<(PRODUCT_DIR)/rtc_sound_unittest<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'<(PRODUCT_DIR)/rtc_sound_unittest<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'<(DEPTH)/tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
}
|
||||
@ -20,4 +20,4 @@
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
'conditions': [
|
||||
['include_tests==1', {
|
||||
'includes': [
|
||||
'sound/sound_tests.gypi',
|
||||
'webrtc_tests.gypi',
|
||||
],
|
||||
}],
|
||||
@ -45,7 +46,6 @@
|
||||
'dependencies': [
|
||||
'common_video/common_video_unittests.gyp:*',
|
||||
'libjingle/xmllite/xmllite_tests.gyp:*',
|
||||
'sound/sound_tests.gyp:*',
|
||||
'system_wrappers/source/system_wrappers_tests.gyp:*',
|
||||
'test/metrics.gyp:*',
|
||||
'test/test.gyp:*',
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
'base/base.gyp:rtc_base',
|
||||
'base/base_tests.gyp:rtc_base_tests_utils',
|
||||
'base/base_tests.gyp:rtc_base_tests',
|
||||
'rtc_sound_tests',
|
||||
'sound/sound.gyp:rtc_sound',
|
||||
'sound/sound_tests.gyp:rtc_sound_tests',
|
||||
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user