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

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

Issue 1984723006: Add implementation for parsing device info in read/write attribute calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@devices_dbus_readwrite
Patch Set: 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
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/dbus/bluetooth_gatt_attribute_helpers.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 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_helpers.cc',
204 'dbus/bluetooth_gatt_attribute_helpers.h',
203 'dbus/bluetooth_gatt_attribute_value_delegate.cc', 205 'dbus/bluetooth_gatt_attribute_value_delegate.cc',
204 'dbus/bluetooth_gatt_attribute_value_delegate.h', 206 'dbus/bluetooth_gatt_attribute_value_delegate.h',
205 'dbus/bluetooth_gatt_characteristic_client.cc', 207 'dbus/bluetooth_gatt_characteristic_client.cc',
206 'dbus/bluetooth_gatt_characteristic_client.h', 208 'dbus/bluetooth_gatt_characteristic_client.h',
207 'dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc', 209 'dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc',
208 'dbus/bluetooth_gatt_characteristic_delegate_wrapper.h', 210 'dbus/bluetooth_gatt_characteristic_delegate_wrapper.h',
209 'dbus/bluetooth_gatt_characteristic_service_provider_impl.cc', 211 'dbus/bluetooth_gatt_characteristic_service_provider_impl.cc',
210 'dbus/bluetooth_gatt_characteristic_service_provider_impl.h', 212 'dbus/bluetooth_gatt_characteristic_service_provider_impl.h',
211 'dbus/bluetooth_gatt_characteristic_service_provider.cc', 213 'dbus/bluetooth_gatt_characteristic_service_provider.cc',
212 'dbus/bluetooth_gatt_characteristic_service_provider.h', 214 'dbus/bluetooth_gatt_characteristic_service_provider.h',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 ], 462 ],
461 'variables': { 463 'variables': {
462 'java_in_dir': '../../device/bluetooth/android/java', 464 'java_in_dir': '../../device/bluetooth/android/java',
463 }, 465 },
464 'includes': [ '../../build/java.gypi' ], 466 'includes': [ '../../build/java.gypi' ],
465 }, 467 },
466 ], 468 ],
467 }], 469 }],
468 ], 470 ],
469 } 471 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/dbus/bluetooth_gatt_attribute_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698