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

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

Issue 2084463002: BlueZ + DBus implementations of create/remove service record functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes + moar tests Created 4 years, 6 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'bluez/bluetooth_local_gatt_service_bluez.cc', 173 'bluez/bluetooth_local_gatt_service_bluez.cc',
174 'bluez/bluetooth_local_gatt_service_bluez.h', 174 'bluez/bluetooth_local_gatt_service_bluez.h',
175 'bluez/bluetooth_pairing_bluez.cc', 175 'bluez/bluetooth_pairing_bluez.cc',
176 'bluez/bluetooth_pairing_bluez.h', 176 'bluez/bluetooth_pairing_bluez.h',
177 'bluez/bluetooth_remote_gatt_characteristic_bluez.cc', 177 'bluez/bluetooth_remote_gatt_characteristic_bluez.cc',
178 'bluez/bluetooth_remote_gatt_characteristic_bluez.h', 178 'bluez/bluetooth_remote_gatt_characteristic_bluez.h',
179 'bluez/bluetooth_remote_gatt_descriptor_bluez.cc', 179 'bluez/bluetooth_remote_gatt_descriptor_bluez.cc',
180 'bluez/bluetooth_remote_gatt_descriptor_bluez.h', 180 'bluez/bluetooth_remote_gatt_descriptor_bluez.h',
181 'bluez/bluetooth_remote_gatt_service_bluez.cc', 181 'bluez/bluetooth_remote_gatt_service_bluez.cc',
182 'bluez/bluetooth_remote_gatt_service_bluez.h', 182 'bluez/bluetooth_remote_gatt_service_bluez.h',
183 'bluez/bluetooth_service_attribute_value_bluez.cc',
184 'bluez/bluetooth_service_attribute_value_bluez.h',
183 'bluez/bluetooth_service_record_bluez.cc', 185 'bluez/bluetooth_service_record_bluez.cc',
184 'bluez/bluetooth_service_record_bluez.h', 186 'bluez/bluetooth_service_record_bluez.h',
185 'bluez/bluetooth_socket_bluez.cc', 187 'bluez/bluetooth_socket_bluez.cc',
186 'bluez/bluetooth_socket_bluez.h', 188 'bluez/bluetooth_socket_bluez.h',
187 'dbus/bluetooth_adapter_client.cc', 189 'dbus/bluetooth_adapter_client.cc',
188 'dbus/bluetooth_adapter_client.h', 190 'dbus/bluetooth_adapter_client.h',
189 'dbus/bluetooth_le_advertising_manager_client.cc', 191 'dbus/bluetooth_le_advertising_manager_client.cc',
190 'dbus/bluetooth_le_advertising_manager_client.h', 192 'dbus/bluetooth_le_advertising_manager_client.h',
191 'dbus/bluetooth_le_advertisement_service_provider.cc', 193 'dbus/bluetooth_le_advertisement_service_provider.cc',
192 'dbus/bluetooth_le_advertisement_service_provider.h', 194 'dbus/bluetooth_le_advertisement_service_provider.h',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', 507 '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
506 'bluetooth_interfaces_blink_mojom', 508 'bluetooth_interfaces_blink_mojom',
507 'bluetooth_interfaces_mojom', 509 'bluetooth_interfaces_mojom',
508 'device_bluetooth', 510 'device_bluetooth',
509 ], 511 ],
510 }, 512 },
511 ], 513 ],
512 }], 514 }],
513 ], 515 ],
514 } 516 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698