Connect PPAPI IPC channels for non-SFI mode.
[chromium-blink-merge.git] / third_party / mtpd / mtpd.gyp
blobd136014a58fa961f9782b410b5a4c094a3bb836a
1 # Copyright (c) 2012 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': 'mtpd',
9       'type': 'executable',
10       'dependencies': [
11         '../../base/base.gyp:base',
12         '../../build/linux/system.gyp:glib',
13         '../../build/linux/system.gyp:udev',
14         '../../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_file_entry_proto',
15         '../../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_storage_info_proto',
16         '../../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:dbus_cplusplus',
17         '../../third_party/libmtp/libmtp.gyp:libmtp',
18       ],
19       'sources': [
20         'source/assert_matching_file_types.cc',
21         'source/build_config.h',
22         'source/daemon.cc',
23         'source/daemon.h',
24         'source/device_event_delegate.h',
25         'source/device_manager.cc',
26         'source/device_manager.h',
27         'source/file_entry.cc',
28         'source/file_entry.h',
29         'source/main.cc',
30         'source/mtpd_server_impl.cc',
31         'source/mtpd_server_impl.h',
32         'source/service_constants.h',
33         'source/storage_info.cc',
34         'source/storage_info.h',
35         'source/string_helpers.cc',
36         'source/string_helpers.h',
37       ],
38       'include_dirs': [
39         '.',
40         '<(SHARED_INTERMEDIATE_DIR)/protoc_out/device/media_transfer_protocol',
41       ],
42     },
43   ],