blob: 3fe3574c6e857925a850da6fc5417b2ff3be2f7c [file] [log] [blame]
# Copyright (c) 2014 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.
{
'includes': [ '../build/common.gypi', ],
'targets': [
{
'target_name': 'rtc_sound_unittest',
'type': 'executable',
'dependencies': [
'<(DEPTH)/testing/gtest.gyp:gtest',
'<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
'<(webrtc_root)/sound/sound.gyp:rtc_sound',
],
'cflags_cc!': [
'-Wnon-virtual-dtor',
],
'sources': [
'automaticallychosensoundsystem_unittest.cc',
],
},
],
'conditions': [
['test_isolation_mode != "noop"', {
'targets': [
{
'target_name': 'rtc_sound_unittest_run',
'type': 'none',
'dependencies': [
'rtc_sound_unittest',
],
'includes': [
'../build/isolate.gypi',
'rtc_sound_unittest.isolate',
],
'sources': [
'rtc_sound_unittest.isolate',
],
},
],
}],
],
}