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

Side by Side Diff: device/bluetooth/bluetooth.gyp

Issue 1538173003: Implementing GATT connection/disconnect on OS X. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skip tests if Bluetooth Low Energy is not available Created 4 years, 9 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
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter_mac.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 ], 347 ],
348 'include_dirs': [ 348 'include_dirs': [
349 '../../', 349 '../../',
350 ], 350 ],
351 'sources': [ 351 'sources': [
352 # Note: file list duplicated in GN build. 352 # Note: file list duplicated in GN build.
353 'test/mock_bluetooth_adapter.cc', 353 'test/mock_bluetooth_adapter.cc',
354 'test/mock_bluetooth_adapter.h', 354 'test/mock_bluetooth_adapter.h',
355 'test/mock_bluetooth_advertisement.cc', 355 'test/mock_bluetooth_advertisement.cc',
356 'test/mock_bluetooth_advertisement.h', 356 'test/mock_bluetooth_advertisement.h',
357 'test/mock_bluetooth_central_manager_mac.mm',
358 'test/mock_bluetooth_central_manager_mac.h',
359 'test/mock_bluetooth_device.cc', 357 'test/mock_bluetooth_device.cc',
360 'test/mock_bluetooth_device.h', 358 'test/mock_bluetooth_device.h',
361 'test/mock_bluetooth_discovery_session.cc', 359 'test/mock_bluetooth_discovery_session.cc',
362 'test/mock_bluetooth_discovery_session.h', 360 'test/mock_bluetooth_discovery_session.h',
363 'test/mock_bluetooth_gatt_characteristic.cc', 361 'test/mock_bluetooth_gatt_characteristic.cc',
364 'test/mock_bluetooth_gatt_characteristic.h', 362 'test/mock_bluetooth_gatt_characteristic.h',
365 'test/mock_bluetooth_gatt_connection.cc', 363 'test/mock_bluetooth_gatt_connection.cc',
366 'test/mock_bluetooth_gatt_connection.h', 364 'test/mock_bluetooth_gatt_connection.h',
367 'test/mock_bluetooth_gatt_descriptor.cc', 365 'test/mock_bluetooth_gatt_descriptor.cc',
368 'test/mock_bluetooth_gatt_descriptor.h', 366 'test/mock_bluetooth_gatt_descriptor.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 ], 400 ],
403 'variables': { 401 'variables': {
404 'java_in_dir': '../../device/bluetooth/android/java', 402 'java_in_dir': '../../device/bluetooth/android/java',
405 }, 403 },
406 'includes': [ '../../build/java.gypi' ], 404 'includes': [ '../../build/java.gypi' ],
407 }, 405 },
408 ], 406 ],
409 }], 407 }],
410 ], 408 ],
411 } 409 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698