| 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 28 matching lines...) Expand all Loading... |
| 39 'bluetooth/bluetooth_device_experimental_chromeos.h', | 39 'bluetooth/bluetooth_device_experimental_chromeos.h', |
| 40 'bluetooth/bluetooth_device_mac.h', | 40 'bluetooth/bluetooth_device_mac.h', |
| 41 'bluetooth/bluetooth_device_mac.mm', | 41 'bluetooth/bluetooth_device_mac.mm', |
| 42 'bluetooth/bluetooth_device_win.cc', | 42 'bluetooth/bluetooth_device_win.cc', |
| 43 'bluetooth/bluetooth_device_win.h', | 43 'bluetooth/bluetooth_device_win.h', |
| 44 'bluetooth/bluetooth_init_win.cc', | 44 'bluetooth/bluetooth_init_win.cc', |
| 45 'bluetooth/bluetooth_init_win.h', | 45 'bluetooth/bluetooth_init_win.h', |
| 46 'bluetooth/bluetooth_out_of_band_pairing_data.h', | 46 'bluetooth/bluetooth_out_of_band_pairing_data.h', |
| 47 'bluetooth/bluetooth_profile.cc', | 47 'bluetooth/bluetooth_profile.cc', |
| 48 'bluetooth/bluetooth_profile.h', | 48 'bluetooth/bluetooth_profile.h', |
| 49 'bluetooth/bluetooth_profile_experimental_chromeos.cc', |
| 50 'bluetooth/bluetooth_profile_experimental_chromeos.h', |
| 49 'bluetooth/bluetooth_profile_mac.h', | 51 'bluetooth/bluetooth_profile_mac.h', |
| 50 'bluetooth/bluetooth_profile_mac.mm', | 52 'bluetooth/bluetooth_profile_mac.mm', |
| 51 'bluetooth/bluetooth_service_record.cc', | 53 'bluetooth/bluetooth_service_record.cc', |
| 52 'bluetooth/bluetooth_service_record.h', | 54 'bluetooth/bluetooth_service_record.h', |
| 53 'bluetooth/bluetooth_service_record_chromeos.cc', | 55 'bluetooth/bluetooth_service_record_chromeos.cc', |
| 54 'bluetooth/bluetooth_service_record_chromeos.h', | 56 'bluetooth/bluetooth_service_record_chromeos.h', |
| 55 'bluetooth/bluetooth_service_record_mac.h', | 57 'bluetooth/bluetooth_service_record_mac.h', |
| 56 'bluetooth/bluetooth_service_record_mac.mm', | 58 'bluetooth/bluetooth_service_record_mac.mm', |
| 57 'bluetooth/bluetooth_service_record_win.cc', | 59 'bluetooth/bluetooth_service_record_win.cc', |
| 58 'bluetooth/bluetooth_service_record_win.h', | 60 'bluetooth/bluetooth_service_record_win.h', |
| 59 'bluetooth/bluetooth_socket.h', | 61 'bluetooth/bluetooth_socket.h', |
| 60 'bluetooth/bluetooth_socket_chromeos.cc', | 62 'bluetooth/bluetooth_socket_chromeos.cc', |
| 61 'bluetooth/bluetooth_socket_chromeos.h', | 63 'bluetooth/bluetooth_socket_chromeos.h', |
| 64 'bluetooth/bluetooth_socket_experimental_chromeos.cc', |
| 65 'bluetooth/bluetooth_socket_experimental_chromeos.h', |
| 62 'bluetooth/bluetooth_socket_mac.h', | 66 'bluetooth/bluetooth_socket_mac.h', |
| 63 'bluetooth/bluetooth_socket_mac.mm', | 67 'bluetooth/bluetooth_socket_mac.mm', |
| 64 'bluetooth/bluetooth_socket_win.cc', | 68 'bluetooth/bluetooth_socket_win.cc', |
| 65 'bluetooth/bluetooth_socket_win.h', | 69 'bluetooth/bluetooth_socket_win.h', |
| 66 'bluetooth/bluetooth_task_manager_win.cc', | 70 'bluetooth/bluetooth_task_manager_win.cc', |
| 67 'bluetooth/bluetooth_task_manager_win.h', | 71 'bluetooth/bluetooth_task_manager_win.h', |
| 68 'bluetooth/bluetooth_utils.cc', | 72 'bluetooth/bluetooth_utils.cc', |
| 69 'bluetooth/bluetooth_utils.h', | 73 'bluetooth/bluetooth_utils.h', |
| 70 ], | 74 ], |
| 71 'conditions': [ | 75 'conditions': [ |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', | 254 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', |
| 251 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', | 255 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', |
| 252 'media_transfer_protocol/media_transfer_protocol_manager.cc', | 256 'media_transfer_protocol/media_transfer_protocol_manager.cc', |
| 253 'media_transfer_protocol/media_transfer_protocol_manager.h', | 257 'media_transfer_protocol/media_transfer_protocol_manager.h', |
| 254 ], | 258 ], |
| 255 }, | 259 }, |
| 256 ], | 260 ], |
| 257 }], | 261 }], |
| 258 ], | 262 ], |
| 259 } | 263 } |
| OLD | NEW |