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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 'include_dirs': [ | 129 'include_dirs': [ |
130 '../../', | 130 '../../', |
131 ], | 131 ], |
132 'sources': [ | 132 'sources': [ |
133 'test/mock_bluetooth_adapter.cc', | 133 'test/mock_bluetooth_adapter.cc', |
134 'test/mock_bluetooth_adapter.h', | 134 'test/mock_bluetooth_adapter.h', |
135 'test/mock_bluetooth_device.cc', | 135 'test/mock_bluetooth_device.cc', |
136 'test/mock_bluetooth_device.h', | 136 'test/mock_bluetooth_device.h', |
137 'test/mock_bluetooth_discovery_session.cc', | 137 'test/mock_bluetooth_discovery_session.cc', |
138 'test/mock_bluetooth_discovery_session.h', | 138 'test/mock_bluetooth_discovery_session.h', |
| 139 'test/mock_bluetooth_gatt_characteristic.cc', |
| 140 'test/mock_bluetooth_gatt_characteristic.h', |
139 'test/mock_bluetooth_gatt_service.cc', | 141 'test/mock_bluetooth_gatt_service.cc', |
140 'test/mock_bluetooth_gatt_service.h', | 142 'test/mock_bluetooth_gatt_service.h', |
141 'test/mock_bluetooth_profile.cc', | 143 'test/mock_bluetooth_profile.cc', |
142 'test/mock_bluetooth_profile.h', | 144 'test/mock_bluetooth_profile.h', |
143 'test/mock_bluetooth_socket.cc', | 145 'test/mock_bluetooth_socket.cc', |
144 'test/mock_bluetooth_socket.h', | 146 'test/mock_bluetooth_socket.h', |
145 ], | 147 ], |
146 }, | 148 }, |
147 ], | 149 ], |
148 } | 150 } |
OLD | NEW |