Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Side by Side Diff: third_party/mtpd/mtpd.gyp

Issue 220543003: Linux: Remove mtpd and related libraries from the build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/mtpd/README.chromium ('k') | third_party/mtpd/mtpd_server/mtpd_server.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
4
5 {
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_fi le_entry_proto',
15 '../../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_st orage_info_proto',
16 '../../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:dbus_cplu splus',
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 ],
44 }
OLDNEW
« no previous file with comments | « third_party/mtpd/README.chromium ('k') | third_party/mtpd/mtpd_server/mtpd_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698