shaka-packager/packager/media/trick_play/trick_play.gyp

39 lines
945 B
Plaintext
Raw Normal View History

# Copyright 2017 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
{
'variables': {
'shaka_code': 1,
},
'targets': [
{
'target_name': 'trick_play',
'type': '<(component)',
'sources': [
'trick_play_handler.cc',
'trick_play_handler.h',
],
'dependencies': [
'../base/media_base.gyp:media_base',
],
},
{
'target_name': 'trick_play_unittest',
'type': '<(gtest_target_type)',
'sources': [
'trick_play_handler_unittest.cc',
],
'dependencies': [
'../../testing/gtest.gyp:gtest',
'../../testing/gmock.gyp:gmock',
'../base/media_base.gyp:media_handler_test_base',
'../test/media_test.gyp:media_test_support',
'trick_play',
]
},
],
}