2013-10-28 16:32:01 +00:00
|
|
|
# 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.
|
|
|
|
|
{
|
|
|
|
|
'targets': [
|
2015-09-07 06:04:16 -07:00
|
|
|
{
|
2015-09-17 05:30:24 -07:00
|
|
|
'target_name': 'video_quality_test',
|
2015-02-18 12:46:06 +00:00
|
|
|
'type': 'static_library',
|
|
|
|
|
'sources': [
|
2015-09-17 05:30:24 -07:00
|
|
|
'video/video_quality_test.cc',
|
|
|
|
|
'video/video_quality_test.h',
|
2015-02-18 12:46:06 +00:00
|
|
|
],
|
|
|
|
|
'dependencies': [
|
|
|
|
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
2015-09-17 05:30:24 -07:00
|
|
|
'<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_impl',
|
2015-02-18 12:46:06 +00:00
|
|
|
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
|
|
|
|
|
'webrtc',
|
|
|
|
|
],
|
2015-09-17 05:30:24 -07:00
|
|
|
'conditions': [
|
|
|
|
|
['OS=="android"', {
|
|
|
|
|
'dependencies!': [
|
|
|
|
|
'<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_impl',
|
|
|
|
|
],
|
|
|
|
|
}],
|
|
|
|
|
],
|
2015-02-18 12:46:06 +00:00
|
|
|
},
|
2015-06-26 06:58:16 +02:00
|
|
|
{
|
2015-02-18 12:46:06 +00:00
|
|
|
'target_name': 'screenshare_loopback',
|
|
|
|
|
'type': 'executable',
|
|
|
|
|
'sources': [
|
|
|
|
|
'test/mac/run_test.mm',
|
|
|
|
|
'test/run_test.cc',
|
|
|
|
|
'test/run_test.h',
|
|
|
|
|
'video/screenshare_loopback.cc',
|
|
|
|
|
],
|
|
|
|
|
'conditions': [
|
|
|
|
|
['OS=="mac"', {
|
|
|
|
|
'sources!': [
|
|
|
|
|
'test/run_test.cc',
|
|
|
|
|
],
|
|
|
|
|
}],
|
|
|
|
|
],
|
|
|
|
|
'dependencies': [
|
2015-09-17 05:30:24 -07:00
|
|
|
'video_quality_test',
|
2013-10-28 16:32:01 +00:00
|
|
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
2014-05-13 11:26:40 +00:00
|
|
|
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
2016-03-02 10:46:17 -08:00
|
|
|
'test/test.gyp:test_common',
|
2014-11-04 14:57:14 +00:00
|
|
|
'test/test.gyp:test_main',
|
2016-03-02 10:46:17 -08:00
|
|
|
'test/test.gyp:test_renderer',
|
2013-10-28 16:32:01 +00:00
|
|
|
'webrtc',
|
|
|
|
|
],
|
|
|
|
|
},
|
2014-08-06 16:26:56 +00:00
|
|
|
{
|
|
|
|
|
'target_name': 'video_replay',
|
|
|
|
|
'type': 'executable',
|
|
|
|
|
'sources': [
|
|
|
|
|
'test/mac/run_test.mm',
|
|
|
|
|
'test/run_test.cc',
|
|
|
|
|
'test/run_test.h',
|
|
|
|
|
'video/replay.cc',
|
|
|
|
|
],
|
|
|
|
|
'conditions': [
|
|
|
|
|
['OS=="mac"', {
|
|
|
|
|
'sources!': [
|
|
|
|
|
'test/run_test.cc',
|
|
|
|
|
],
|
|
|
|
|
}],
|
|
|
|
|
],
|
|
|
|
|
'dependencies': [
|
|
|
|
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
|
|
|
|
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
2016-03-02 10:46:17 -08:00
|
|
|
'test/test.gyp:test_common',
|
|
|
|
|
'test/test.gyp:test_renderer',
|
2015-02-11 07:47:00 +00:00
|
|
|
'<(webrtc_root)/modules/modules.gyp:video_capture',
|
2015-01-14 09:30:52 +00:00
|
|
|
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default',
|
2014-08-06 16:26:56 +00:00
|
|
|
'webrtc',
|
|
|
|
|
],
|
|
|
|
|
},
|
2013-10-28 16:32:01 +00:00
|
|
|
],
|
|
|
|
|
}
|