Chromium Code Reviews| Index: device/device.gyp |
| =================================================================== |
| --- device/device.gyp (revision 175074) |
| +++ device/device.gyp (working copy) |
| @@ -151,53 +151,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', |
| - ], |
|
Ryan Sleevi
2013/01/04 01:51:45
The root issue for the failure is here. static_lib
|
| - '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', |
| - ], |
| - }, |
| - ], |
| - }], |
| - ], |
| } |