Check USB device path access when prompting users to select a device.
[chromium-blink-merge.git] / chrome / browser / media / router / media_router.gyp
blob6b9756c711dc00c7591f3bd2b3b5b5157a62c16b
1 # Copyright 2015 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   'targets': [
7     {
8       'target_name': 'media_router',
9       'type': 'static_library',
10       'include_dirs': [
11         '<(DEPTH)',
12       ],
13       'dependencies': [
14         '<(DEPTH)/base/base.gyp:base',
15         '<(DEPTH)/url/url.gyp:url_lib',
16       ],
17       'sources': [
18         'common.h',
19         'media_route.cc',
20         'media_route.h',
21         'media_route_id.h',
22         'media_sink.cc',
23         'media_sink.h',
24         'media_source.cc',
25         'media_source.h',
26         'media_source_helper.cc',
27         'media_source_helper.h',
28         'route_id_manager.cc',
29         'route_id_manager.h',
30       ],
31     },
32   ],