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

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

Issue 1681853003: Add BluetoothRemoteGattServiceWin to BluetoothDeviceWin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add PlatformSupportsLowEnergy check in the unittests 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
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter.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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'bluetooth_low_energy_discovery_manager_mac.h', 88 'bluetooth_low_energy_discovery_manager_mac.h',
89 'bluetooth_low_energy_discovery_manager_mac.mm', 89 'bluetooth_low_energy_discovery_manager_mac.mm',
90 'bluetooth_low_energy_win.cc', 90 'bluetooth_low_energy_win.cc',
91 'bluetooth_low_energy_win.h', 91 'bluetooth_low_energy_win.h',
92 'bluetooth_remote_gatt_characteristic_android.cc', 92 'bluetooth_remote_gatt_characteristic_android.cc',
93 'bluetooth_remote_gatt_characteristic_android.h', 93 'bluetooth_remote_gatt_characteristic_android.h',
94 'bluetooth_remote_gatt_descriptor_android.cc', 94 'bluetooth_remote_gatt_descriptor_android.cc',
95 'bluetooth_remote_gatt_descriptor_android.h', 95 'bluetooth_remote_gatt_descriptor_android.h',
96 'bluetooth_remote_gatt_service_android.cc', 96 'bluetooth_remote_gatt_service_android.cc',
97 'bluetooth_remote_gatt_service_android.h', 97 'bluetooth_remote_gatt_service_android.h',
98 'bluetooth_remote_gatt_service_win.cc',
99 'bluetooth_remote_gatt_service_win.h',
98 'bluetooth_rfcomm_channel_mac.mm', 100 'bluetooth_rfcomm_channel_mac.mm',
99 'bluetooth_rfcomm_channel_mac.h', 101 'bluetooth_rfcomm_channel_mac.h',
100 'bluetooth_service_record_win.cc', 102 'bluetooth_service_record_win.cc',
101 'bluetooth_service_record_win.h', 103 'bluetooth_service_record_win.h',
102 'bluetooth_socket.cc', 104 'bluetooth_socket.cc',
103 'bluetooth_socket.h', 105 'bluetooth_socket.h',
104 'bluetooth_socket_mac.h', 106 'bluetooth_socket_mac.h',
105 'bluetooth_socket_mac.mm', 107 'bluetooth_socket_mac.mm',
106 'bluetooth_socket_net.cc', 108 'bluetooth_socket_net.cc',
107 'bluetooth_socket_net.h', 109 'bluetooth_socket_net.h',
(...skipping 288 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 | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698