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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 'bluetooth/test/bluetooth_gatt_server_test.cc', | 57 'bluetooth/test/bluetooth_gatt_server_test.cc', |
58 'bluetooth/test/bluetooth_gatt_server_test.h', | 58 'bluetooth/test/bluetooth_gatt_server_test.h', |
59 'bluetooth/test/bluetooth_test.cc', | 59 'bluetooth/test/bluetooth_test.cc', |
60 'bluetooth/test/bluetooth_test.h', | 60 'bluetooth/test/bluetooth_test.h', |
61 'bluetooth/test/bluetooth_test_android.cc', | 61 'bluetooth/test/bluetooth_test_android.cc', |
62 'bluetooth/test/bluetooth_test_android.h', | 62 'bluetooth/test/bluetooth_test_android.h', |
63 'bluetooth/test/bluetooth_test_mac.h', | 63 'bluetooth/test/bluetooth_test_mac.h', |
64 'bluetooth/test/bluetooth_test_mac.mm', | 64 'bluetooth/test/bluetooth_test_mac.mm', |
65 'bluetooth/test/bluetooth_test_win.h', | 65 'bluetooth/test/bluetooth_test_win.h', |
66 'bluetooth/test/bluetooth_test_win.cc', | 66 'bluetooth/test/bluetooth_test_win.cc', |
67 'bluetooth/test/mock_bluetooth_cbcharacteristic_mac.mm', | |
68 'bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h', | |
69 'bluetooth/test/mock_bluetooth_cbperipheral_mac.mm', | 67 'bluetooth/test/mock_bluetooth_cbperipheral_mac.mm', |
70 'bluetooth/test/mock_bluetooth_cbperipheral_mac.h', | 68 'bluetooth/test/mock_bluetooth_cbperipheral_mac.h', |
71 'bluetooth/test/mock_bluetooth_cbservice_mac.mm', | 69 'bluetooth/test/mock_bluetooth_cbservice_mac.mm', |
72 'bluetooth/test/mock_bluetooth_cbservice_mac.h', | 70 'bluetooth/test/mock_bluetooth_cbservice_mac.h', |
73 'bluetooth/test/mock_bluetooth_central_manager_mac.mm', | 71 'bluetooth/test/mock_bluetooth_central_manager_mac.mm', |
74 'bluetooth/test/mock_bluetooth_central_manager_mac.h', | 72 'bluetooth/test/mock_bluetooth_central_manager_mac.h', |
75 'bluetooth/test/test_bluetooth_adapter_observer.cc', | 73 'bluetooth/test/test_bluetooth_adapter_observer.cc', |
76 'bluetooth/test/test_bluetooth_adapter_observer.h', | 74 'bluetooth/test/test_bluetooth_adapter_observer.h', |
77 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc', | 75 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc', |
78 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.h', | 76 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.h', |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 '../build/isolate.gypi', | 271 '../build/isolate.gypi', |
274 ], | 272 ], |
275 'sources': [ | 273 'sources': [ |
276 'device_unittests.isolate', | 274 'device_unittests.isolate', |
277 ] | 275 ] |
278 } | 276 } |
279 ] | 277 ] |
280 }] | 278 }] |
281 ], | 279 ], |
282 } | 280 } |
OLD | NEW |