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 26 matching lines...) Expand all Loading... |
37 'bluetooth/bluetooth_device_chromeos.h', | 37 'bluetooth/bluetooth_device_chromeos.h', |
38 'bluetooth/bluetooth_device_experimental_chromeos.cc', | 38 'bluetooth/bluetooth_device_experimental_chromeos.cc', |
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', |
| 48 'bluetooth/bluetooth_profile.h', |
47 'bluetooth/bluetooth_service_record.cc', | 49 'bluetooth/bluetooth_service_record.cc', |
48 'bluetooth/bluetooth_service_record.h', | 50 'bluetooth/bluetooth_service_record.h', |
49 'bluetooth/bluetooth_service_record_chromeos.cc', | 51 'bluetooth/bluetooth_service_record_chromeos.cc', |
50 'bluetooth/bluetooth_service_record_chromeos.h', | 52 'bluetooth/bluetooth_service_record_chromeos.h', |
51 'bluetooth/bluetooth_service_record_mac.h', | 53 'bluetooth/bluetooth_service_record_mac.h', |
52 'bluetooth/bluetooth_service_record_mac.mm', | 54 'bluetooth/bluetooth_service_record_mac.mm', |
53 'bluetooth/bluetooth_service_record_win.cc', | 55 'bluetooth/bluetooth_service_record_win.cc', |
54 'bluetooth/bluetooth_service_record_win.h', | 56 'bluetooth/bluetooth_service_record_win.h', |
55 'bluetooth/bluetooth_socket.h', | 57 'bluetooth/bluetooth_socket.h', |
56 'bluetooth/bluetooth_socket_chromeos.cc', | 58 'bluetooth/bluetooth_socket_chromeos.cc', |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', | 246 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', |
245 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', | 247 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', |
246 'media_transfer_protocol/media_transfer_protocol_manager.cc', | 248 'media_transfer_protocol/media_transfer_protocol_manager.cc', |
247 'media_transfer_protocol/media_transfer_protocol_manager.h', | 249 'media_transfer_protocol/media_transfer_protocol_manager.h', |
248 ], | 250 ], |
249 }, | 251 }, |
250 ], | 252 ], |
251 }], | 253 }], |
252 ], | 254 ], |
253 } | 255 } |
OLD | NEW |