Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Side by Side Diff: device/device_tests.gyp

Issue 2071853002: Revert of bluetooth: mac: Initial BluetoothRemoteGattCharacteristicMac implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@servicescan_cleanup
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « device/bluetooth/test/mock_bluetooth_cbservice_mac.mm ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698