2014-02-14 23:21:05 +00:00
|
|
|
# Copyright 2014 Google Inc. All rights reserved.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style
|
|
|
|
# license that can be found in the LICENSE file or at
|
|
|
|
# https://developers.google.com/open-source/licenses/bsd
|
2014-02-13 23:56:38 +00:00
|
|
|
|
|
|
|
{
|
2017-12-06 23:08:40 +00:00
|
|
|
'variables': {
|
|
|
|
'shaka_code': 1,
|
|
|
|
},
|
2014-02-13 23:56:38 +00:00
|
|
|
'targets': [
|
|
|
|
{
|
2016-01-20 01:46:31 +00:00
|
|
|
'target_name': 'run_tests_with_atexit_manager',
|
2014-02-13 23:56:38 +00:00
|
|
|
'type': '<(component)',
|
|
|
|
'sources': [
|
|
|
|
'run_tests_with_atexit_manager.cc',
|
2014-02-27 04:26:16 +00:00
|
|
|
],
|
|
|
|
'dependencies': [
|
|
|
|
'../../testing/gtest.gyp:gtest',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'target_name': 'media_test_support',
|
|
|
|
'type': '<(component)',
|
|
|
|
'sources': [
|
2014-02-13 23:56:38 +00:00
|
|
|
'test_data_util.cc',
|
|
|
|
'test_data_util.h',
|
|
|
|
],
|
|
|
|
'dependencies': [
|
|
|
|
'../../base/base.gyp:base',
|
2016-01-20 01:46:31 +00:00
|
|
|
'run_tests_with_atexit_manager',
|
2014-02-13 23:56:38 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|