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

Side by Side Diff: device/device_tests.gyp

Issue 1948763003: Adding support for service scan on OS X (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: Fixing comments Created 4 years, 7 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'bluetooth/test/bluetooth_test.cc', 58 'bluetooth/test/bluetooth_test.cc',
59 'bluetooth/test/bluetooth_test.h', 59 'bluetooth/test/bluetooth_test.h',
60 'bluetooth/test/bluetooth_test_android.cc', 60 'bluetooth/test/bluetooth_test_android.cc',
61 'bluetooth/test/bluetooth_test_android.h', 61 'bluetooth/test/bluetooth_test_android.h',
62 'bluetooth/test/bluetooth_test_mac.h', 62 'bluetooth/test/bluetooth_test_mac.h',
63 'bluetooth/test/bluetooth_test_mac.mm', 63 'bluetooth/test/bluetooth_test_mac.mm',
64 'bluetooth/test/bluetooth_test_win.h', 64 'bluetooth/test/bluetooth_test_win.h',
65 'bluetooth/test/bluetooth_test_win.cc', 65 'bluetooth/test/bluetooth_test_win.cc',
66 'bluetooth/test/mock_bluetooth_cbperipheral_mac.mm', 66 'bluetooth/test/mock_bluetooth_cbperipheral_mac.mm',
67 'bluetooth/test/mock_bluetooth_cbperipheral_mac.h', 67 'bluetooth/test/mock_bluetooth_cbperipheral_mac.h',
68 'bluetooth/test/mock_bluetooth_cbservice_mac.mm',
69 'bluetooth/test/mock_bluetooth_cbservice_mac.h',
68 'bluetooth/test/mock_bluetooth_central_manager_mac.mm', 70 'bluetooth/test/mock_bluetooth_central_manager_mac.mm',
69 'bluetooth/test/mock_bluetooth_central_manager_mac.h', 71 'bluetooth/test/mock_bluetooth_central_manager_mac.h',
70 'bluetooth/test/test_bluetooth_adapter_observer.cc', 72 'bluetooth/test/test_bluetooth_adapter_observer.cc',
71 'bluetooth/test/test_bluetooth_adapter_observer.h', 73 'bluetooth/test/test_bluetooth_adapter_observer.h',
72 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc', 74 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc',
73 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.h', 75 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.h',
74 'hid/hid_connection_unittest.cc', 76 'hid/hid_connection_unittest.cc',
75 'hid/hid_device_filter_unittest.cc', 77 'hid/hid_device_filter_unittest.cc',
76 'hid/hid_report_descriptor_unittest.cc', 78 'hid/hid_report_descriptor_unittest.cc',
77 'hid/input_service_linux_unittest.cc', 79 'hid/input_service_linux_unittest.cc',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 '../build/isolate.gypi', 270 '../build/isolate.gypi',
269 ], 271 ],
270 'sources': [ 272 'sources': [
271 'device_unittests.isolate', 273 'device_unittests.isolate',
272 ] 274 ]
273 } 275 }
274 ] 276 ]
275 }] 277 }]
276 ], 278 ],
277 } 279 }
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