2014-07-14 21:35:57 +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-10-01 19:35:23 +00:00
|
|
|
'includes': [
|
|
|
|
'../../../common.gypi',
|
|
|
|
],
|
2014-07-14 21:35:57 +00:00
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'wvm',
|
|
|
|
'type': '<(component)',
|
|
|
|
'sources': [
|
|
|
|
'wvm_media_parser.cc',
|
|
|
|
'wvm_media_parser.h',
|
|
|
|
],
|
|
|
|
'dependencies': [
|
2016-01-15 14:57:20 +00:00
|
|
|
'../../base/media_base.gyp:media_base',
|
2014-09-15 20:11:37 +00:00
|
|
|
'../../filters/filters.gyp:filters',
|
2014-10-01 19:35:23 +00:00
|
|
|
'../../formats/mp2t/mp2t.gyp:mp2t',
|
2015-10-09 22:09:09 +00:00
|
|
|
'../../formats/mp4/mp4.gyp:mp4',
|
2014-09-15 20:11:37 +00:00
|
|
|
'../mpeg/mpeg.gyp:mpeg',
|
2014-07-14 21:35:57 +00:00
|
|
|
],
|
|
|
|
},
|
2014-10-03 17:13:10 +00:00
|
|
|
{
|
|
|
|
'target_name': 'wvm_unittest',
|
|
|
|
'type': '<(gtest_target_type)',
|
|
|
|
'sources': [
|
|
|
|
'wvm_media_parser_unittest.cc',
|
|
|
|
],
|
|
|
|
'dependencies': [
|
|
|
|
'../../../testing/gtest.gyp:gtest',
|
|
|
|
'../../../testing/gmock.gyp:gmock',
|
|
|
|
'../../test/media_test.gyp:media_test_support',
|
|
|
|
'wvm',
|
|
|
|
]
|
|
|
|
},
|
2014-07-14 21:35:57 +00:00
|
|
|
],
|
|
|
|
}
|