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
|
|
|
|
#
|
2013-10-17 21:10:38 +00:00
|
|
|
# GYP file for any MPD generation targets.
|
|
|
|
|
|
|
|
{
|
2014-03-21 17:26:49 +00:00
|
|
|
'variables': {
|
|
|
|
# Compile as chromium code to enable warnings and warnings-as-errors.
|
|
|
|
'chromium_code': 1,
|
|
|
|
},
|
2013-12-30 23:05:27 +00:00
|
|
|
'target_defaults': {
|
|
|
|
'include_dirs': [
|
|
|
|
'..',
|
|
|
|
],
|
|
|
|
},
|
2013-10-17 21:10:38 +00:00
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'media_info_proto',
|
|
|
|
|
|
|
|
'type': 'static_library',
|
|
|
|
'sources': [
|
|
|
|
'base/media_info.proto',
|
|
|
|
],
|
|
|
|
'variables': {
|
|
|
|
'proto_in_dir': 'base',
|
|
|
|
'proto_out_dir': 'mpd/base',
|
|
|
|
},
|
|
|
|
'includes': ['../build/protoc.gypi'],
|
2014-01-14 19:01:53 +00:00
|
|
|
'dependencies': [
|
|
|
|
# This target needs to depend on 'protobuf_full_do_not_use' to generate
|
|
|
|
# non-LITE (full) protobuf. We need full protobuf to serialize and
|
|
|
|
# deserialize human readable protobuf messages.
|
|
|
|
'../third_party/protobuf/protobuf.gyp:protobuf_full_do_not_use',
|
|
|
|
],
|
2013-10-17 21:10:38 +00:00
|
|
|
},
|
2013-11-18 23:48:14 +00:00
|
|
|
{
|
|
|
|
'target_name': 'mpd_builder',
|
|
|
|
'type': 'static_library',
|
|
|
|
'sources': [
|
2014-01-16 08:12:14 +00:00
|
|
|
'base/content_protection_element.cc',
|
2013-11-18 23:48:14 +00:00
|
|
|
'base/content_protection_element.h',
|
|
|
|
'base/mpd_builder.cc',
|
|
|
|
'base/mpd_builder.h',
|
2014-05-19 21:30:58 +00:00
|
|
|
'base/mpd_notifier.h',
|
2013-11-18 23:48:14 +00:00
|
|
|
'base/mpd_utils.cc',
|
|
|
|
'base/mpd_utils.h',
|
2014-05-19 21:30:58 +00:00
|
|
|
'base/simple_mpd_notifier.cc',
|
|
|
|
'base/simple_mpd_notifier.h',
|
2013-11-18 23:48:14 +00:00
|
|
|
'base/xml/scoped_xml_ptr.h',
|
|
|
|
'base/xml/xml_node.cc',
|
|
|
|
'base/xml/xml_node.h',
|
|
|
|
],
|
|
|
|
'dependencies': [
|
|
|
|
'../base/base.gyp:base',
|
|
|
|
'../third_party/libxml/libxml.gyp:libxml',
|
|
|
|
'media_info_proto',
|
|
|
|
],
|
2013-12-30 23:05:27 +00:00
|
|
|
'export_dependent_settings': [
|
|
|
|
'../third_party/libxml/libxml.gyp:libxml',
|
|
|
|
'media_info_proto',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'target_name': 'mpd_unittest',
|
2014-01-28 23:06:58 +00:00
|
|
|
'type': '<(gtest_target_type)',
|
2013-12-30 23:05:27 +00:00
|
|
|
'sources': [
|
|
|
|
'base/mpd_builder_unittest.cc',
|
2014-01-15 03:55:04 +00:00
|
|
|
'base/xml/xml_node_unittest.cc',
|
2014-02-05 02:32:46 +00:00
|
|
|
'test/mpd_builder_test_helper.cc',
|
|
|
|
'test/mpd_builder_test_helper.h',
|
2014-01-28 23:06:58 +00:00
|
|
|
'util/mpd_writer_unittest.cc',
|
2013-12-30 23:05:27 +00:00
|
|
|
],
|
|
|
|
'dependencies': [
|
|
|
|
'../base/base.gyp:base',
|
2014-02-13 23:56:38 +00:00
|
|
|
'../media/file/file.gyp:file',
|
2014-02-27 04:26:16 +00:00
|
|
|
'../media/test/media_test.gyp:run_all_unittests',
|
2013-12-30 23:05:27 +00:00
|
|
|
'../testing/gtest.gyp:gtest',
|
|
|
|
'mpd_builder',
|
2014-01-28 23:06:58 +00:00
|
|
|
'mpd_util',
|
2013-12-30 23:05:27 +00:00
|
|
|
],
|
2013-11-18 23:48:14 +00:00
|
|
|
},
|
2014-01-15 18:50:47 +00:00
|
|
|
{
|
|
|
|
'target_name': 'mpd_util',
|
|
|
|
'type': '<(component)',
|
|
|
|
'sources': [
|
|
|
|
'util/mpd_writer.cc',
|
|
|
|
'util/mpd_writer.h',
|
|
|
|
],
|
|
|
|
'dependencies': [
|
2014-02-13 23:56:38 +00:00
|
|
|
'../media/file/file.gyp:file',
|
2014-01-15 18:50:47 +00:00
|
|
|
'mpd_builder',
|
|
|
|
],
|
|
|
|
},
|
2013-10-17 21:10:38 +00:00
|
|
|
],
|
|
|
|
}
|