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

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: Sorting methods between bluetooth_adapter_mac.h and bluetooth_adapter_mac.mm Created 4 years, 10 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 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 ], 341 ],
342 'include_dirs': [ 342 'include_dirs': [
343 '../../', 343 '../../',
344 ], 344 ],
345 'sources': [ 345 'sources': [
346 # Note: file list duplicated in GN build. 346 # Note: file list duplicated in GN build.
347 'test/mock_bluetooth_adapter.cc', 347 'test/mock_bluetooth_adapter.cc',
348 'test/mock_bluetooth_adapter.h', 348 'test/mock_bluetooth_adapter.h',
349 'test/mock_bluetooth_advertisement.cc', 349 'test/mock_bluetooth_advertisement.cc',
350 'test/mock_bluetooth_advertisement.h', 350 'test/mock_bluetooth_advertisement.h',
351 'test/mock_bluetooth_cbperipheral_mac.mm',
352 'test/mock_bluetooth_cbperipheral_mac.h',
351 'test/mock_bluetooth_central_manager_mac.mm', 353 'test/mock_bluetooth_central_manager_mac.mm',
352 'test/mock_bluetooth_central_manager_mac.h', 354 'test/mock_bluetooth_central_manager_mac.h',
353 'test/mock_bluetooth_device.cc', 355 'test/mock_bluetooth_device.cc',
354 'test/mock_bluetooth_device.h', 356 'test/mock_bluetooth_device.h',
355 'test/mock_bluetooth_discovery_session.cc', 357 'test/mock_bluetooth_discovery_session.cc',
356 'test/mock_bluetooth_discovery_session.h', 358 'test/mock_bluetooth_discovery_session.h',
357 'test/mock_bluetooth_gatt_characteristic.cc', 359 'test/mock_bluetooth_gatt_characteristic.cc',
358 'test/mock_bluetooth_gatt_characteristic.h', 360 'test/mock_bluetooth_gatt_characteristic.h',
359 'test/mock_bluetooth_gatt_connection.cc', 361 'test/mock_bluetooth_gatt_connection.cc',
360 'test/mock_bluetooth_gatt_connection.h', 362 'test/mock_bluetooth_gatt_connection.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 ], 398 ],
397 'variables': { 399 'variables': {
398 'java_in_dir': '../../device/bluetooth/android/java', 400 'java_in_dir': '../../device/bluetooth/android/java',
399 }, 401 },
400 'includes': [ '../../build/java.gypi' ], 402 'includes': [ '../../build/java.gypi' ],
401 }, 403 },
402 ], 404 ],
403 }], 405 }],
404 ], 406 ],
405 } 407 }
OLDNEW
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_adapter_mac.h » ('j') | device/bluetooth/bluetooth_adapter_mac.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698