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

Unified Diff: device/device.gyp

Issue 16142004: device: Gyp organization part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add it back Created 7 years, 7 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 | « chrome/chrome_browser.gypi ('k') | device/media_transfer_protocol/media_transfer_protocol.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device.gyp
diff --git a/device/device.gyp b/device/device.gyp
index 001410f12566cdc7a15386e45305714fb3662ba7..a7c520b7a4e7a4682bf7435b9259736625cbdda2 100644
--- a/device/device.gyp
+++ b/device/device.gyp
@@ -59,53 +59,4 @@
],
},
],
- 'conditions': [
- ['OS=="linux"', {
- 'targets': [
- {
- # Protobuf compiler / generator for the MtpFileEntry and
- # MtpFileEntries protocol buffers.
- '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.
- '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'],
- },
- {
- 'target_name': 'device_media_transfer_protocol',
- 'type': 'static_library',
- 'dependencies': [
- '../build/linux/system.gyp:dbus',
- 'mtp_file_entry_proto',
- 'mtp_storage_info_proto',
- ],
- 'sources': [
- 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc',
- 'media_transfer_protocol/media_transfer_protocol_daemon_client.h',
- 'media_transfer_protocol/media_transfer_protocol_manager.cc',
- 'media_transfer_protocol/media_transfer_protocol_manager.h',
- ],
- },
- ],
- }],
- ],
}
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | device/media_transfer_protocol/media_transfer_protocol.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698