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

Unified Diff: device/media_transfer_protocol/media_transfer_protocol.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 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 | « device/hid/hid.gyp ('k') | device/nfc/nfc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/media_transfer_protocol/media_transfer_protocol.gyp
diff --git a/device/media_transfer_protocol/media_transfer_protocol.gyp b/device/media_transfer_protocol/media_transfer_protocol.gyp
deleted file mode 100644
index 4e50d6e1c77edf86b126fe43d009bfff28dd9a76..0000000000000000000000000000000000000000
--- a/device/media_transfer_protocol/media_transfer_protocol.gyp
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 2013 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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'targets': [
- {
- # Protobuf compiler / generator for the MtpFileEntry and
- # MtpFileEntries protocol buffers.
- # GN version: //device/media_transfer_protocol:mtp_file_entry_proto
- 'target_name': 'mtp_file_entry_proto',
- 'type': 'static_library',
- 'sources': [
- '../../third_party/cros_system_api/dbus/mtp_file_entry.proto',
- ],
- 'variables': {
- 'proto_in_dir': '../../third_party/cros_system_api/dbus',
- 'proto_out_dir': 'device/media_transfer_protocol',
- },
- 'includes': ['../../build/protoc.gypi'],
- },
- {
- # Protobuf compiler / generator for the MtpStorageInfo protocol
- # buffer.
- # GN version: //device/media_transfer_protocol:mtp_storage_info_proto
- 'target_name': 'mtp_storage_info_proto',
- 'type': 'static_library',
- 'sources': [
- '../../third_party/cros_system_api/dbus/mtp_storage_info.proto',
- ],
- 'variables': {
- 'proto_in_dir': '../../third_party/cros_system_api/dbus',
- 'proto_out_dir': 'device/media_transfer_protocol',
- },
- 'includes': ['../../build/protoc.gypi'],
- },
- {
- # GN version: //device/media_transfer_protocol
- 'target_name': 'device_media_transfer_protocol',
- 'type': 'static_library',
- 'dependencies': [
- '../../build/linux/system.gyp:dbus',
- '../../dbus/dbus.gyp:dbus',
- 'mtp_file_entry_proto',
- 'mtp_storage_info_proto',
- ],
- 'sources': [
- 'media_transfer_protocol_daemon_client.cc',
- 'media_transfer_protocol_daemon_client.h',
- 'media_transfer_protocol_manager.cc',
- 'media_transfer_protocol_manager.h',
- ],
- },
- ],
-}
« no previous file with comments | « device/hid/hid.gyp ('k') | device/nfc/nfc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698