Created a build target for files in media/public/
This new build target is explicitly listed in the packager/packager.gyp file. Change-Id: I49e68ea64ae9a9a30204a269a1af17744f9d25d7
This commit is contained in:
parent
8c877379b6
commit
dcf2d2fc0b
|
@ -0,0 +1,23 @@
|
||||||
|
# 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
|
||||||
|
|
||||||
|
{
|
||||||
|
'includes': [
|
||||||
|
'../../common.gypi',
|
||||||
|
],
|
||||||
|
'targets': [
|
||||||
|
{
|
||||||
|
'target_name': 'public',
|
||||||
|
'type': '<(component)',
|
||||||
|
'sources': [
|
||||||
|
'ad_cue_generator_params.h',
|
||||||
|
'chunking_params.h',
|
||||||
|
'crypto_params.h',
|
||||||
|
'mp4_output_params.h',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
|
@ -33,6 +33,7 @@
|
||||||
'media/formats/webm/webm.gyp:webm',
|
'media/formats/webm/webm.gyp:webm',
|
||||||
'media/formats/webvtt/webvtt.gyp:webvtt',
|
'media/formats/webvtt/webvtt.gyp:webvtt',
|
||||||
'media/formats/wvm/wvm.gyp:wvm',
|
'media/formats/wvm/wvm.gyp:wvm',
|
||||||
|
'media/public/public.gyp:public',
|
||||||
'media/replicator/replicator.gyp:replicator',
|
'media/replicator/replicator.gyp:replicator',
|
||||||
'media/trick_play/trick_play.gyp:trick_play',
|
'media/trick_play/trick_play.gyp:trick_play',
|
||||||
'mpd/mpd.gyp:mpd_builder',
|
'mpd/mpd.gyp:mpd_builder',
|
||||||
|
|
Loading…
Reference in New Issue