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

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: Removing chromium.gyp_env Created 4 years, 11 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 ], 323 ],
324 'include_dirs': [ 324 'include_dirs': [
325 '../../', 325 '../../',
326 ], 326 ],
327 'sources': [ 327 'sources': [
328 # Note: file list duplicated in GN build. 328 # Note: file list duplicated in GN build.
329 'test/mock_bluetooth_adapter.cc', 329 'test/mock_bluetooth_adapter.cc',
330 'test/mock_bluetooth_adapter.h', 330 'test/mock_bluetooth_adapter.h',
331 'test/mock_bluetooth_advertisement.cc', 331 'test/mock_bluetooth_advertisement.cc',
332 'test/mock_bluetooth_advertisement.h', 332 'test/mock_bluetooth_advertisement.h',
333 'test/mock_bluetooth_cbperipheral_mac.mm',
334 'test/mock_bluetooth_cbperipheral_mac.h',
333 'test/mock_bluetooth_central_manager_mac.mm', 335 'test/mock_bluetooth_central_manager_mac.mm',
334 'test/mock_bluetooth_central_manager_mac.h', 336 'test/mock_bluetooth_central_manager_mac.h',
335 'test/mock_bluetooth_device.cc', 337 'test/mock_bluetooth_device.cc',
336 'test/mock_bluetooth_device.h', 338 'test/mock_bluetooth_device.h',
337 'test/mock_bluetooth_discovery_session.cc', 339 'test/mock_bluetooth_discovery_session.cc',
338 'test/mock_bluetooth_discovery_session.h', 340 'test/mock_bluetooth_discovery_session.h',
339 'test/mock_bluetooth_gatt_characteristic.cc', 341 'test/mock_bluetooth_gatt_characteristic.cc',
340 'test/mock_bluetooth_gatt_characteristic.h', 342 'test/mock_bluetooth_gatt_characteristic.h',
341 'test/mock_bluetooth_gatt_connection.cc', 343 'test/mock_bluetooth_gatt_connection.cc',
342 'test/mock_bluetooth_gatt_connection.h', 344 'test/mock_bluetooth_gatt_connection.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 ], 380 ],
379 'variables': { 381 'variables': {
380 'java_in_dir': '../../device/bluetooth/android/java', 382 'java_in_dir': '../../device/bluetooth/android/java',
381 }, 383 },
382 'includes': [ '../../build/java.gypi' ], 384 'includes': [ '../../build/java.gypi' ],
383 }, 385 },
384 ], 386 ],
385 }], 387 }],
386 ], 388 ],
387 } 389 }
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