1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 'target_name': 'cast_rtcp',
9 'type': 'static_library',
24 'sender_rtcp_event_subscriber.cc',
25 'sender_rtcp_event_subscriber.h',
26 'receiver_rtcp_event_subscriber.cc',
27 'receiver_rtcp_event_subscriber.cc',
30 '<(DEPTH)/base/base.gyp:base',
31 '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport',
32 '<(DEPTH)/net/net.gyp:net',
36 'target_name': 'cast_rtcp_test',
37 'type': 'static_library',
42 'test_rtcp_packet_builder.cc',
43 'test_rtcp_packet_builder.h',
47 '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport',
48 '<(DEPTH)/testing/gtest.gyp:gtest',