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

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: . Created 4 years, 5 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/bluez/bluetooth_adapter_bluez.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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'bluez/bluetooth_local_gatt_service_bluez.cc', 176 'bluez/bluetooth_local_gatt_service_bluez.cc',
177 'bluez/bluetooth_local_gatt_service_bluez.h', 177 'bluez/bluetooth_local_gatt_service_bluez.h',
178 'bluez/bluetooth_pairing_bluez.cc', 178 'bluez/bluetooth_pairing_bluez.cc',
179 'bluez/bluetooth_pairing_bluez.h', 179 'bluez/bluetooth_pairing_bluez.h',
180 'bluez/bluetooth_remote_gatt_characteristic_bluez.cc', 180 'bluez/bluetooth_remote_gatt_characteristic_bluez.cc',
181 'bluez/bluetooth_remote_gatt_characteristic_bluez.h', 181 'bluez/bluetooth_remote_gatt_characteristic_bluez.h',
182 'bluez/bluetooth_remote_gatt_descriptor_bluez.cc', 182 'bluez/bluetooth_remote_gatt_descriptor_bluez.cc',
183 'bluez/bluetooth_remote_gatt_descriptor_bluez.h', 183 'bluez/bluetooth_remote_gatt_descriptor_bluez.h',
184 'bluez/bluetooth_remote_gatt_service_bluez.cc', 184 'bluez/bluetooth_remote_gatt_service_bluez.cc',
185 'bluez/bluetooth_remote_gatt_service_bluez.h', 185 'bluez/bluetooth_remote_gatt_service_bluez.h',
186 'bluez/bluetooth_service_attribute_value_bluez.cc',
187 'bluez/bluetooth_service_attribute_value_bluez.h',
186 'bluez/bluetooth_service_record_bluez.cc', 188 'bluez/bluetooth_service_record_bluez.cc',
187 'bluez/bluetooth_service_record_bluez.h', 189 'bluez/bluetooth_service_record_bluez.h',
188 'bluez/bluetooth_socket_bluez.cc', 190 'bluez/bluetooth_socket_bluez.cc',
189 'bluez/bluetooth_socket_bluez.h', 191 'bluez/bluetooth_socket_bluez.h',
190 'dbus/bluetooth_adapter_client.cc', 192 'dbus/bluetooth_adapter_client.cc',
191 'dbus/bluetooth_adapter_client.h', 193 'dbus/bluetooth_adapter_client.h',
192 'dbus/bluetooth_le_advertising_manager_client.cc', 194 'dbus/bluetooth_le_advertising_manager_client.cc',
193 'dbus/bluetooth_le_advertising_manager_client.h', 195 'dbus/bluetooth_le_advertising_manager_client.h',
194 'dbus/bluetooth_le_advertisement_service_provider.cc', 196 'dbus/bluetooth_le_advertisement_service_provider.cc',
195 'dbus/bluetooth_le_advertisement_service_provider.h', 197 'dbus/bluetooth_le_advertisement_service_provider.h',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', 510 '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
509 'bluetooth_interfaces_blink_mojom', 511 'bluetooth_interfaces_blink_mojom',
510 'bluetooth_interfaces_mojom', 512 'bluetooth_interfaces_mojom',
511 'device_bluetooth', 513 'device_bluetooth',
512 ], 514 ],
513 }, 515 },
514 ], 516 ],
515 }], 517 }],
516 ], 518 ],
517 } 519 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluez/bluetooth_adapter_bluez.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698