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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'bluetooth_gatt_service.cc', | 48 'bluetooth_gatt_service.cc', |
49 'bluetooth_gatt_service.h', | 49 'bluetooth_gatt_service.h', |
50 'bluetooth_init_win.cc', | 50 'bluetooth_init_win.cc', |
51 'bluetooth_init_win.h', | 51 'bluetooth_init_win.h', |
52 'bluetooth_pairing_chromeos.cc', | 52 'bluetooth_pairing_chromeos.cc', |
53 'bluetooth_pairing_chromeos.h', | 53 'bluetooth_pairing_chromeos.h', |
54 'bluetooth_profile.cc', | 54 'bluetooth_profile.cc', |
55 'bluetooth_profile.h', | 55 'bluetooth_profile.h', |
56 'bluetooth_profile_mac.h', | 56 'bluetooth_profile_mac.h', |
57 'bluetooth_profile_mac.mm', | 57 'bluetooth_profile_mac.mm', |
58 'bluetooth_profile_win.cc', | |
59 'bluetooth_profile_win.h', | |
60 'bluetooth_remote_gatt_characteristic_chromeos.cc', | 58 'bluetooth_remote_gatt_characteristic_chromeos.cc', |
61 'bluetooth_remote_gatt_characteristic_chromeos.h', | 59 'bluetooth_remote_gatt_characteristic_chromeos.h', |
62 'bluetooth_remote_gatt_descriptor_chromeos.cc', | 60 'bluetooth_remote_gatt_descriptor_chromeos.cc', |
63 'bluetooth_remote_gatt_descriptor_chromeos.h', | 61 'bluetooth_remote_gatt_descriptor_chromeos.h', |
64 'bluetooth_remote_gatt_service_chromeos.cc', | 62 'bluetooth_remote_gatt_service_chromeos.cc', |
65 'bluetooth_remote_gatt_service_chromeos.h', | 63 'bluetooth_remote_gatt_service_chromeos.h', |
66 'bluetooth_service_record.cc', | 64 'bluetooth_service_record.cc', |
67 'bluetooth_service_record.h', | 65 'bluetooth_service_record.h', |
68 'bluetooth_service_record_mac.h', | 66 'bluetooth_service_record_mac.h', |
69 'bluetooth_service_record_mac.mm', | 67 'bluetooth_service_record_mac.mm', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 'test/mock_bluetooth_gatt_service.cc', | 138 'test/mock_bluetooth_gatt_service.cc', |
141 'test/mock_bluetooth_gatt_service.h', | 139 'test/mock_bluetooth_gatt_service.h', |
142 'test/mock_bluetooth_profile.cc', | 140 'test/mock_bluetooth_profile.cc', |
143 'test/mock_bluetooth_profile.h', | 141 'test/mock_bluetooth_profile.h', |
144 'test/mock_bluetooth_socket.cc', | 142 'test/mock_bluetooth_socket.cc', |
145 'test/mock_bluetooth_socket.h', | 143 'test/mock_bluetooth_socket.h', |
146 ], | 144 ], |
147 }, | 145 }, |
148 ], | 146 ], |
149 } | 147 } |
OLD | NEW |