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

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

Issue 1979163002: Add DBus plumbing and tests for sending devices with ATT read/writes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@devices
Patch Set: gyp fix Created 4 years, 7 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'dbus/bluetooth_agent_service_provider.cc', 193 'dbus/bluetooth_agent_service_provider.cc',
194 'dbus/bluetooth_agent_service_provider.h', 194 'dbus/bluetooth_agent_service_provider.h',
195 'dbus/bluetooth_dbus_client_bundle.cc', 195 'dbus/bluetooth_dbus_client_bundle.cc',
196 'dbus/bluetooth_dbus_client_bundle.h', 196 'dbus/bluetooth_dbus_client_bundle.h',
197 'dbus/bluetooth_device_client.cc', 197 'dbus/bluetooth_device_client.cc',
198 'dbus/bluetooth_device_client.h', 198 'dbus/bluetooth_device_client.h',
199 'dbus/bluetooth_gatt_application_service_provider.cc', 199 'dbus/bluetooth_gatt_application_service_provider.cc',
200 'dbus/bluetooth_gatt_application_service_provider.h', 200 'dbus/bluetooth_gatt_application_service_provider.h',
201 'dbus/bluetooth_gatt_application_service_provider_impl.cc', 201 'dbus/bluetooth_gatt_application_service_provider_impl.cc',
202 'dbus/bluetooth_gatt_application_service_provider_impl.h', 202 'dbus/bluetooth_gatt_application_service_provider_impl.h',
203 'dbus/bluetooth_gatt_attribute_value_delegate.cc',
203 'dbus/bluetooth_gatt_attribute_value_delegate.h', 204 'dbus/bluetooth_gatt_attribute_value_delegate.h',
204 'dbus/bluetooth_gatt_characteristic_client.cc', 205 'dbus/bluetooth_gatt_characteristic_client.cc',
205 'dbus/bluetooth_gatt_characteristic_client.h', 206 'dbus/bluetooth_gatt_characteristic_client.h',
206 'dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc', 207 'dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc',
207 'dbus/bluetooth_gatt_characteristic_delegate_wrapper.h', 208 'dbus/bluetooth_gatt_characteristic_delegate_wrapper.h',
208 'dbus/bluetooth_gatt_characteristic_service_provider_impl.cc', 209 'dbus/bluetooth_gatt_characteristic_service_provider_impl.cc',
209 'dbus/bluetooth_gatt_characteristic_service_provider_impl.h', 210 'dbus/bluetooth_gatt_characteristic_service_provider_impl.h',
210 'dbus/bluetooth_gatt_characteristic_service_provider.cc', 211 'dbus/bluetooth_gatt_characteristic_service_provider.cc',
211 'dbus/bluetooth_gatt_characteristic_service_provider.h', 212 'dbus/bluetooth_gatt_characteristic_service_provider.h',
212 'dbus/bluetooth_gatt_descriptor_delegate_wrapper.cc', 213 'dbus/bluetooth_gatt_descriptor_delegate_wrapper.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 ], 460 ],
460 'variables': { 461 'variables': {
461 'java_in_dir': '../../device/bluetooth/android/java', 462 'java_in_dir': '../../device/bluetooth/android/java',
462 }, 463 },
463 'includes': [ '../../build/java.gypi' ], 464 'includes': [ '../../build/java.gypi' ],
464 }, 465 },
465 ], 466 ],
466 }], 467 }],
467 ], 468 ],
468 } 469 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_local_gatt_characteristic_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698