2016-03-25 08:35:44 +00:00
|
|
|
# Copyright 2016 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
|
|
|
|
|
|
|
|
{
|
2017-12-06 23:08:40 +00:00
|
|
|
'variables': {
|
|
|
|
'shaka_code': 1,
|
|
|
|
},
|
2016-03-25 08:35:44 +00:00
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'hls_builder',
|
|
|
|
'type': '<(component)',
|
|
|
|
'sources': [
|
2016-03-25 08:40:15 +00:00
|
|
|
'base/hls_notifier.h',
|
2016-03-25 08:39:07 +00:00
|
|
|
'base/master_playlist.cc',
|
|
|
|
'base/master_playlist.h',
|
2016-03-25 08:35:44 +00:00
|
|
|
'base/media_playlist.cc',
|
|
|
|
'base/media_playlist.h',
|
2016-03-25 08:40:15 +00:00
|
|
|
'base/simple_hls_notifier.cc',
|
|
|
|
'base/simple_hls_notifier.h',
|
2017-08-02 20:37:47 +00:00
|
|
|
'public/hls_params.h',
|
2016-03-25 08:35:44 +00:00
|
|
|
],
|
|
|
|
'dependencies': [
|
|
|
|
'../base/base.gyp:base',
|
2017-07-10 18:26:22 +00:00
|
|
|
'../file/file.gyp:file',
|
2016-06-24 00:22:37 +00:00
|
|
|
'../media/base/media_base.gyp:media_base',
|
2016-07-08 21:47:50 +00:00
|
|
|
'../media/base/media_base.gyp:widevine_pssh_data_proto',
|
2016-03-25 08:35:44 +00:00
|
|
|
'../mpd/mpd.gyp:media_info_proto',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'target_name': 'hls_unittest',
|
|
|
|
'type': '<(gtest_target_type)',
|
|
|
|
'sources': [
|
2016-03-25 08:39:07 +00:00
|
|
|
'base/master_playlist_unittest.cc',
|
2016-03-25 08:35:44 +00:00
|
|
|
'base/media_playlist_unittest.cc',
|
2016-03-25 08:39:07 +00:00
|
|
|
'base/mock_media_playlist.cc',
|
|
|
|
'base/mock_media_playlist.h',
|
2016-03-25 08:40:15 +00:00
|
|
|
'base/simple_hls_notifier_unittest.cc',
|
2016-03-25 08:35:44 +00:00
|
|
|
],
|
|
|
|
'dependencies': [
|
|
|
|
'../base/base.gyp:base',
|
|
|
|
'../media/test/media_test.gyp:run_tests_with_atexit_manager',
|
|
|
|
'../mpd/mpd.gyp:media_info_proto',
|
|
|
|
'../testing/gmock.gyp:gmock',
|
|
|
|
'../testing/gtest.gyp:gtest',
|
|
|
|
'hls_builder',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|