cc: Added inline to Tile::IsReadyToDraw
[chromium-blink-merge.git] / media / cast / cast_receiver.gyp
blob0fb5e38ae87ce6a20ffc1f41b3ebdcca4c5d1b6d
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.
6   'includes': [
7 #    'audio_receiver/audio_receiver.gypi',
8 #    'video_receiver/video_receiver.gypi',
9   ],
10   'targets': [
11     {
12       'target_name': 'cast_receiver_impl',
13       'type': 'static_library',
14       'sources': [
15         'cast_receiver.h',
16 #        'cast_receiver_impl.cc',
17 #        'cast_receiver_impl.h',
18       ], # source
19       'dependencies': [
20 #        'audio_receiver',
21 #        'video_receiver',
22         'framer/framer.gyp:cast_framer',
23         'pacing/paced_sender.gyp:paced_sender',
24       ],
25     },
26   ],