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

Unified Diff: third_party/mtpd/mtpd.gyp

Issue 11184028: Pull in mtpd from CrOS and add files to build it on Linux. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 8 years, 2 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 0)
+++ third_party/mtpd/mtpd.gyp (revision 0)
@@ -0,0 +1,43 @@
+# 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:udev',
+ '../../chrome/chrome.gyp:mtp_file_entry_proto',
+ '../../chrome/chrome.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/chrome/browser/media_transfer_protocol',
+ ],
+ },
+ ],
+}
Property changes on: third_party/mtpd/mtpd.gyp
___________________________________________________________________
Added: svn:eol-style
+ LF
« 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