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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 'bluetooth_pairing_chromeos.cc', | 54 'bluetooth_pairing_chromeos.cc', |
55 'bluetooth_pairing_chromeos.h', | 55 'bluetooth_pairing_chromeos.h', |
56 'bluetooth_remote_gatt_characteristic_chromeos.cc', | 56 'bluetooth_remote_gatt_characteristic_chromeos.cc', |
57 'bluetooth_remote_gatt_characteristic_chromeos.h', | 57 'bluetooth_remote_gatt_characteristic_chromeos.h', |
58 'bluetooth_remote_gatt_descriptor_chromeos.cc', | 58 'bluetooth_remote_gatt_descriptor_chromeos.cc', |
59 'bluetooth_remote_gatt_descriptor_chromeos.h', | 59 'bluetooth_remote_gatt_descriptor_chromeos.h', |
60 'bluetooth_remote_gatt_service_chromeos.cc', | 60 'bluetooth_remote_gatt_service_chromeos.cc', |
61 'bluetooth_remote_gatt_service_chromeos.h', | 61 'bluetooth_remote_gatt_service_chromeos.h', |
62 'bluetooth_rfcomm_channel_mac.mm', | 62 'bluetooth_rfcomm_channel_mac.mm', |
63 'bluetooth_rfcomm_channel_mac.h', | 63 'bluetooth_rfcomm_channel_mac.h', |
64 'bluetooth_service_record.cc', | |
65 'bluetooth_service_record.h', | |
66 'bluetooth_service_record_win.cc', | 64 'bluetooth_service_record_win.cc', |
67 'bluetooth_service_record_win.h', | 65 'bluetooth_service_record_win.h', |
68 'bluetooth_socket.cc', | 66 'bluetooth_socket.cc', |
69 'bluetooth_socket.h', | 67 'bluetooth_socket.h', |
70 'bluetooth_socket_chromeos.cc', | 68 'bluetooth_socket_chromeos.cc', |
71 'bluetooth_socket_chromeos.h', | 69 'bluetooth_socket_chromeos.h', |
72 'bluetooth_socket_mac.h', | 70 'bluetooth_socket_mac.h', |
73 'bluetooth_socket_mac.mm', | 71 'bluetooth_socket_mac.mm', |
74 'bluetooth_socket_net.cc', | 72 'bluetooth_socket_net.cc', |
75 'bluetooth_socket_net.h', | 73 'bluetooth_socket_net.h', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 'test/mock_bluetooth_gatt_descriptor.cc', | 132 'test/mock_bluetooth_gatt_descriptor.cc', |
135 'test/mock_bluetooth_gatt_descriptor.h', | 133 'test/mock_bluetooth_gatt_descriptor.h', |
136 'test/mock_bluetooth_gatt_service.cc', | 134 'test/mock_bluetooth_gatt_service.cc', |
137 'test/mock_bluetooth_gatt_service.h', | 135 'test/mock_bluetooth_gatt_service.h', |
138 'test/mock_bluetooth_socket.cc', | 136 'test/mock_bluetooth_socket.cc', |
139 'test/mock_bluetooth_socket.h', | 137 'test/mock_bluetooth_socket.h', |
140 ], | 138 ], |
141 }, | 139 }, |
142 ], | 140 ], |
143 } | 141 } |
OLD | NEW |