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

Side by Side Diff: device/bluetooth/BUILD.gn

Issue 1914893002: DBus changes for implementing local GATT attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth_classes
Patch Set: test leak 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
« no previous file with comments | « device/BUILD.gn ('k') | device/bluetooth/bluetooth.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 4 import("//build/config/features.gni")
5 5
6 if (is_android) { 6 if (is_android) {
7 import("//build/config/android/rules.gni") # For generate_jni(). 7 import("//build/config/android/rules.gni") # For generate_jni().
8 } 8 }
9 9
10 config("bluetooth_config") { 10 config("bluetooth_config") {
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "dbus/bluetooth_adapter_client.cc", 211 "dbus/bluetooth_adapter_client.cc",
212 "dbus/bluetooth_adapter_client.h", 212 "dbus/bluetooth_adapter_client.h",
213 "dbus/bluetooth_agent_manager_client.cc", 213 "dbus/bluetooth_agent_manager_client.cc",
214 "dbus/bluetooth_agent_manager_client.h", 214 "dbus/bluetooth_agent_manager_client.h",
215 "dbus/bluetooth_agent_service_provider.cc", 215 "dbus/bluetooth_agent_service_provider.cc",
216 "dbus/bluetooth_agent_service_provider.h", 216 "dbus/bluetooth_agent_service_provider.h",
217 "dbus/bluetooth_dbus_client_bundle.cc", 217 "dbus/bluetooth_dbus_client_bundle.cc",
218 "dbus/bluetooth_dbus_client_bundle.h", 218 "dbus/bluetooth_dbus_client_bundle.h",
219 "dbus/bluetooth_device_client.cc", 219 "dbus/bluetooth_device_client.cc",
220 "dbus/bluetooth_device_client.h", 220 "dbus/bluetooth_device_client.h",
221 "dbus/bluetooth_gatt_application_service_provider.cc",
222 "dbus/bluetooth_gatt_application_service_provider.h",
223 "dbus/bluetooth_gatt_application_service_provider_impl.cc",
224 "dbus/bluetooth_gatt_application_service_provider_impl.h",
225 "dbus/bluetooth_gatt_attribute_value_delegate.h",
221 "dbus/bluetooth_gatt_characteristic_client.cc", 226 "dbus/bluetooth_gatt_characteristic_client.cc",
222 "dbus/bluetooth_gatt_characteristic_client.h", 227 "dbus/bluetooth_gatt_characteristic_client.h",
228 "dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc",
229 "dbus/bluetooth_gatt_characteristic_delegate_wrapper.h",
223 "dbus/bluetooth_gatt_characteristic_service_provider.cc", 230 "dbus/bluetooth_gatt_characteristic_service_provider.cc",
224 "dbus/bluetooth_gatt_characteristic_service_provider.h", 231 "dbus/bluetooth_gatt_characteristic_service_provider.h",
232 "dbus/bluetooth_gatt_characteristic_service_provider_impl.cc",
233 "dbus/bluetooth_gatt_characteristic_service_provider_impl.h",
225 "dbus/bluetooth_gatt_descriptor_client.cc", 234 "dbus/bluetooth_gatt_descriptor_client.cc",
226 "dbus/bluetooth_gatt_descriptor_client.h", 235 "dbus/bluetooth_gatt_descriptor_client.h",
236 "dbus/bluetooth_gatt_descriptor_delegate_wrapper.cc",
237 "dbus/bluetooth_gatt_descriptor_delegate_wrapper.h",
227 "dbus/bluetooth_gatt_descriptor_service_provider.cc", 238 "dbus/bluetooth_gatt_descriptor_service_provider.cc",
228 "dbus/bluetooth_gatt_descriptor_service_provider.h", 239 "dbus/bluetooth_gatt_descriptor_service_provider.h",
240 "dbus/bluetooth_gatt_descriptor_service_provider_impl.cc",
241 "dbus/bluetooth_gatt_descriptor_service_provider_impl.h",
229 "dbus/bluetooth_gatt_manager_client.cc", 242 "dbus/bluetooth_gatt_manager_client.cc",
230 "dbus/bluetooth_gatt_manager_client.h", 243 "dbus/bluetooth_gatt_manager_client.h",
231 "dbus/bluetooth_gatt_service_client.cc", 244 "dbus/bluetooth_gatt_service_client.cc",
232 "dbus/bluetooth_gatt_service_client.h", 245 "dbus/bluetooth_gatt_service_client.h",
233 "dbus/bluetooth_gatt_service_service_provider.cc", 246 "dbus/bluetooth_gatt_service_service_provider.cc",
234 "dbus/bluetooth_gatt_service_service_provider.h", 247 "dbus/bluetooth_gatt_service_service_provider.h",
248 "dbus/bluetooth_gatt_service_service_provider_impl.cc",
249 "dbus/bluetooth_gatt_service_service_provider_impl.h",
235 "dbus/bluetooth_input_client.cc", 250 "dbus/bluetooth_input_client.cc",
236 "dbus/bluetooth_input_client.h", 251 "dbus/bluetooth_input_client.h",
237 "dbus/bluetooth_le_advertisement_service_provider.cc", 252 "dbus/bluetooth_le_advertisement_service_provider.cc",
238 "dbus/bluetooth_le_advertisement_service_provider.h", 253 "dbus/bluetooth_le_advertisement_service_provider.h",
239 "dbus/bluetooth_le_advertising_manager_client.cc", 254 "dbus/bluetooth_le_advertising_manager_client.cc",
240 "dbus/bluetooth_le_advertising_manager_client.h", 255 "dbus/bluetooth_le_advertising_manager_client.h",
241 "dbus/bluetooth_media_client.cc", 256 "dbus/bluetooth_media_client.cc",
242 "dbus/bluetooth_media_client.h", 257 "dbus/bluetooth_media_client.h",
243 "dbus/bluetooth_media_endpoint_service_provider.cc", 258 "dbus/bluetooth_media_endpoint_service_provider.cc",
244 "dbus/bluetooth_media_endpoint_service_provider.h", 259 "dbus/bluetooth_media_endpoint_service_provider.h",
245 "dbus/bluetooth_media_transport_client.cc", 260 "dbus/bluetooth_media_transport_client.cc",
246 "dbus/bluetooth_media_transport_client.h", 261 "dbus/bluetooth_media_transport_client.h",
247 "dbus/bluetooth_profile_manager_client.cc", 262 "dbus/bluetooth_profile_manager_client.cc",
248 "dbus/bluetooth_profile_manager_client.h", 263 "dbus/bluetooth_profile_manager_client.h",
249 "dbus/bluetooth_profile_service_provider.cc", 264 "dbus/bluetooth_profile_service_provider.cc",
250 "dbus/bluetooth_profile_service_provider.h", 265 "dbus/bluetooth_profile_service_provider.h",
251 "dbus/bluez_dbus_client.h", 266 "dbus/bluez_dbus_client.h",
252 "dbus/bluez_dbus_manager.cc", 267 "dbus/bluez_dbus_manager.cc",
253 "dbus/bluez_dbus_manager.h", 268 "dbus/bluez_dbus_manager.h",
254 "dbus/fake_bluetooth_adapter_client.cc", 269 "dbus/fake_bluetooth_adapter_client.cc",
255 "dbus/fake_bluetooth_adapter_client.h", 270 "dbus/fake_bluetooth_adapter_client.h",
256 "dbus/fake_bluetooth_agent_manager_client.cc", 271 "dbus/fake_bluetooth_agent_manager_client.cc",
257 "dbus/fake_bluetooth_agent_manager_client.h", 272 "dbus/fake_bluetooth_agent_manager_client.h",
258 "dbus/fake_bluetooth_agent_service_provider.cc", 273 "dbus/fake_bluetooth_agent_service_provider.cc",
259 "dbus/fake_bluetooth_agent_service_provider.h", 274 "dbus/fake_bluetooth_agent_service_provider.h",
260 "dbus/fake_bluetooth_device_client.cc", 275 "dbus/fake_bluetooth_device_client.cc",
261 "dbus/fake_bluetooth_device_client.h", 276 "dbus/fake_bluetooth_device_client.h",
277 "dbus/fake_bluetooth_gatt_application_service_provider.cc",
278 "dbus/fake_bluetooth_gatt_application_service_provider.h",
262 "dbus/fake_bluetooth_gatt_characteristic_client.cc", 279 "dbus/fake_bluetooth_gatt_characteristic_client.cc",
263 "dbus/fake_bluetooth_gatt_characteristic_client.h", 280 "dbus/fake_bluetooth_gatt_characteristic_client.h",
264 "dbus/fake_bluetooth_gatt_characteristic_service_provider.cc", 281 "dbus/fake_bluetooth_gatt_characteristic_service_provider.cc",
265 "dbus/fake_bluetooth_gatt_characteristic_service_provider.h", 282 "dbus/fake_bluetooth_gatt_characteristic_service_provider.h",
266 "dbus/fake_bluetooth_gatt_descriptor_client.cc", 283 "dbus/fake_bluetooth_gatt_descriptor_client.cc",
267 "dbus/fake_bluetooth_gatt_descriptor_client.h", 284 "dbus/fake_bluetooth_gatt_descriptor_client.h",
268 "dbus/fake_bluetooth_gatt_descriptor_service_provider.cc", 285 "dbus/fake_bluetooth_gatt_descriptor_service_provider.cc",
269 "dbus/fake_bluetooth_gatt_descriptor_service_provider.h", 286 "dbus/fake_bluetooth_gatt_descriptor_service_provider.h",
270 "dbus/fake_bluetooth_gatt_manager_client.cc", 287 "dbus/fake_bluetooth_gatt_manager_client.cc",
271 "dbus/fake_bluetooth_gatt_manager_client.h", 288 "dbus/fake_bluetooth_gatt_manager_client.h",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 jni_package = "bluetooth" 376 jni_package = "bluetooth"
360 } 377 }
361 378
362 android_library("java") { 379 android_library("java") {
363 java_files = java_sources_needing_jni 380 java_files = java_sources_needing_jni
364 deps = [ 381 deps = [
365 "//base:base_java", 382 "//base:base_java",
366 ] 383 ]
367 } 384 }
368 } 385 }
OLDNEW
« no previous file with comments | « device/BUILD.gn ('k') | device/bluetooth/bluetooth.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698