| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 12 matching lines...) Expand all Loading... |
| 23 'bluetooth/bluetooth_adapter_factory.cc', | 23 'bluetooth/bluetooth_adapter_factory.cc', |
| 24 'bluetooth/bluetooth_adapter_factory.h', | 24 'bluetooth/bluetooth_adapter_factory.h', |
| 25 'bluetooth/bluetooth_adapter_win.cc', | 25 'bluetooth/bluetooth_adapter_win.cc', |
| 26 'bluetooth/bluetooth_adapter_win.h', | 26 'bluetooth/bluetooth_adapter_win.h', |
| 27 'bluetooth/bluetooth_device.cc', | 27 'bluetooth/bluetooth_device.cc', |
| 28 'bluetooth/bluetooth_device.h', | 28 'bluetooth/bluetooth_device.h', |
| 29 'bluetooth/bluetooth_device_chromeos.cc', | 29 'bluetooth/bluetooth_device_chromeos.cc', |
| 30 'bluetooth/bluetooth_device_chromeos.h', | 30 'bluetooth/bluetooth_device_chromeos.h', |
| 31 'bluetooth/bluetooth_device_win.cc', | 31 'bluetooth/bluetooth_device_win.cc', |
| 32 'bluetooth/bluetooth_device_win.h', | 32 'bluetooth/bluetooth_device_win.h', |
| 33 'bluetooth/bluetooth_includes_win.h', | 33 'bluetooth/bluetooth_init_win.cc', |
| 34 'bluetooth/bluetooth_init_win.h', |
| 34 'bluetooth/bluetooth_out_of_band_pairing_data.h', | 35 'bluetooth/bluetooth_out_of_band_pairing_data.h', |
| 35 'bluetooth/bluetooth_service_record.cc', | 36 'bluetooth/bluetooth_service_record.cc', |
| 36 'bluetooth/bluetooth_service_record.h', | 37 'bluetooth/bluetooth_service_record.h', |
| 37 'bluetooth/bluetooth_service_record_chromeos.cc', | 38 'bluetooth/bluetooth_service_record_chromeos.cc', |
| 38 'bluetooth/bluetooth_service_record_chromeos.h', | 39 'bluetooth/bluetooth_service_record_chromeos.h', |
| 39 'bluetooth/bluetooth_service_record_win.cc', | 40 'bluetooth/bluetooth_service_record_win.cc', |
| 40 'bluetooth/bluetooth_service_record_win.h', | 41 'bluetooth/bluetooth_service_record_win.h', |
| 41 'bluetooth/bluetooth_socket.h', | 42 'bluetooth/bluetooth_socket.h', |
| 42 'bluetooth/bluetooth_socket_chromeos.cc', | 43 'bluetooth/bluetooth_socket_chromeos.cc', |
| 43 'bluetooth/bluetooth_socket_chromeos.h', | 44 'bluetooth/bluetooth_socket_chromeos.h', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', | 204 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', |
| 204 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', | 205 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', |
| 205 'media_transfer_protocol/media_transfer_protocol_manager.cc', | 206 'media_transfer_protocol/media_transfer_protocol_manager.cc', |
| 206 'media_transfer_protocol/media_transfer_protocol_manager.h', | 207 'media_transfer_protocol/media_transfer_protocol_manager.h', |
| 207 ], | 208 ], |
| 208 }, | 209 }, |
| 209 ], | 210 ], |
| 210 }], | 211 }], |
| 211 ], | 212 ], |
| 212 } | 213 } |
| OLD | NEW |