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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mtpd/mtpd.gyp
===================================================================
--- third_party/mtpd/mtpd.gyp (revision 260714)
+++ third_party/mtpd/mtpd.gyp (working copy)
@@ -1,44 +0,0 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'targets': [
- {
- 'target_name': 'mtpd',
- 'type': 'executable',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../build/linux/system.gyp:glib',
- '../../build/linux/system.gyp:udev',
- '../../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_file_entry_proto',
- '../../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_storage_info_proto',
- '../../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:dbus_cplusplus',
- '../../third_party/libmtp/libmtp.gyp:libmtp',
- ],
- 'sources': [
- 'source/assert_matching_file_types.cc',
- 'source/build_config.h',
- 'source/daemon.cc',
- 'source/daemon.h',
- 'source/device_event_delegate.h',
- 'source/device_manager.cc',
- 'source/device_manager.h',
- 'source/file_entry.cc',
- 'source/file_entry.h',
- 'source/main.cc',
- 'source/mtpd_server_impl.cc',
- 'source/mtpd_server_impl.h',
- 'source/service_constants.h',
- 'source/storage_info.cc',
- 'source/storage_info.h',
- 'source/string_helpers.cc',
- 'source/string_helpers.h',
- ],
- 'include_dirs': [
- '.',
- '<(SHARED_INTERMEDIATE_DIR)/protoc_out/device/media_transfer_protocol',
- ],
- },
- ],
-}
« 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