| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 'proto_out_dir': 'device/media_transfer_protocol', | 36 'proto_out_dir': 'device/media_transfer_protocol', |
| 37 }, | 37 }, |
| 38 'includes': ['../../build/protoc.gypi'], | 38 'includes': ['../../build/protoc.gypi'], |
| 39 }, | 39 }, |
| 40 { | 40 { |
| 41 # GN version: //device/media_transfer_protocol | 41 # GN version: //device/media_transfer_protocol |
| 42 'target_name': 'device_media_transfer_protocol', | 42 'target_name': 'device_media_transfer_protocol', |
| 43 'type': 'static_library', | 43 'type': 'static_library', |
| 44 'dependencies': [ | 44 'dependencies': [ |
| 45 '../../build/linux/system.gyp:dbus', | 45 '../../build/linux/system.gyp:dbus', |
| 46 '../../dbus/dbus.gyp:dbus', |
| 46 'mtp_file_entry_proto', | 47 'mtp_file_entry_proto', |
| 47 'mtp_storage_info_proto', | 48 'mtp_storage_info_proto', |
| 48 ], | 49 ], |
| 49 'sources': [ | 50 'sources': [ |
| 50 'media_transfer_protocol_daemon_client.cc', | 51 'media_transfer_protocol_daemon_client.cc', |
| 51 'media_transfer_protocol_daemon_client.h', | 52 'media_transfer_protocol_daemon_client.h', |
| 52 'media_transfer_protocol_manager.cc', | 53 'media_transfer_protocol_manager.cc', |
| 53 'media_transfer_protocol_manager.h', | 54 'media_transfer_protocol_manager.h', |
| 54 ], | 55 ], |
| 55 }, | 56 }, |
| 56 ], | 57 ], |
| 57 } | 58 } |
| OLD | NEW |