blob: 031aec7e16a2fdd84bed943241cc05c8b07fa6cb [file] [log] [blame]
# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'includes': [
'audio_receiver/audio_receiver.gypi',
'video_receiver/video_receiver.gypi',
],
'targets': [
{
'target_name': 'cast_receiver',
'type': 'static_library',
'include_dirs': [
'<(DEPTH)/',
'<(DEPTH)/third_party/',
'<(DEPTH)/third_party/webrtc/',
],
'sources': [
'cast_receiver.h',
'cast_receiver_impl.cc',
'cast_receiver_impl.h',
], # source
'dependencies': [
'<(DEPTH)/crypto/crypto.gyp:crypto',
'cast_audio_receiver',
'cast_video_receiver',
'net/pacing/paced_sender.gyp:cast_paced_sender',
'rtp_receiver/rtp_receiver.gyp:cast_rtp_receiver',
],
},
],
}