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

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: 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 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",
225 "dbus/bluetooth_gatt_descriptor_client.cc", 232 "dbus/bluetooth_gatt_descriptor_client.cc",
226 "dbus/bluetooth_gatt_descriptor_client.h", 233 "dbus/bluetooth_gatt_descriptor_client.h",
234 "dbus/bluetooth_gatt_descriptor_delegate_wrapper.cc",
235 "dbus/bluetooth_gatt_descriptor_delegate_wrapper.h",
227 "dbus/bluetooth_gatt_descriptor_service_provider.cc", 236 "dbus/bluetooth_gatt_descriptor_service_provider.cc",
228 "dbus/bluetooth_gatt_descriptor_service_provider.h", 237 "dbus/bluetooth_gatt_descriptor_service_provider.h",
229 "dbus/bluetooth_gatt_manager_client.cc", 238 "dbus/bluetooth_gatt_manager_client.cc",
230 "dbus/bluetooth_gatt_manager_client.h", 239 "dbus/bluetooth_gatt_manager_client.h",
231 "dbus/bluetooth_gatt_service_client.cc", 240 "dbus/bluetooth_gatt_service_client.cc",
232 "dbus/bluetooth_gatt_service_client.h", 241 "dbus/bluetooth_gatt_service_client.h",
233 "dbus/bluetooth_gatt_service_service_provider.cc", 242 "dbus/bluetooth_gatt_service_service_provider.cc",
234 "dbus/bluetooth_gatt_service_service_provider.h", 243 "dbus/bluetooth_gatt_service_service_provider.h",
235 "dbus/bluetooth_input_client.cc", 244 "dbus/bluetooth_input_client.cc",
236 "dbus/bluetooth_input_client.h", 245 "dbus/bluetooth_input_client.h",
(...skipping 15 matching lines...) Expand all
252 "dbus/bluez_dbus_manager.cc", 261 "dbus/bluez_dbus_manager.cc",
253 "dbus/bluez_dbus_manager.h", 262 "dbus/bluez_dbus_manager.h",
254 "dbus/fake_bluetooth_adapter_client.cc", 263 "dbus/fake_bluetooth_adapter_client.cc",
255 "dbus/fake_bluetooth_adapter_client.h", 264 "dbus/fake_bluetooth_adapter_client.h",
256 "dbus/fake_bluetooth_agent_manager_client.cc", 265 "dbus/fake_bluetooth_agent_manager_client.cc",
257 "dbus/fake_bluetooth_agent_manager_client.h", 266 "dbus/fake_bluetooth_agent_manager_client.h",
258 "dbus/fake_bluetooth_agent_service_provider.cc", 267 "dbus/fake_bluetooth_agent_service_provider.cc",
259 "dbus/fake_bluetooth_agent_service_provider.h", 268 "dbus/fake_bluetooth_agent_service_provider.h",
260 "dbus/fake_bluetooth_device_client.cc", 269 "dbus/fake_bluetooth_device_client.cc",
261 "dbus/fake_bluetooth_device_client.h", 270 "dbus/fake_bluetooth_device_client.h",
271 "dbus/fake_bluetooth_gatt_application_service_provider.cc",
272 "dbus/fake_bluetooth_gatt_application_service_provider.h",
262 "dbus/fake_bluetooth_gatt_characteristic_client.cc", 273 "dbus/fake_bluetooth_gatt_characteristic_client.cc",
263 "dbus/fake_bluetooth_gatt_characteristic_client.h", 274 "dbus/fake_bluetooth_gatt_characteristic_client.h",
264 "dbus/fake_bluetooth_gatt_characteristic_service_provider.cc", 275 "dbus/fake_bluetooth_gatt_characteristic_service_provider.cc",
265 "dbus/fake_bluetooth_gatt_characteristic_service_provider.h", 276 "dbus/fake_bluetooth_gatt_characteristic_service_provider.h",
266 "dbus/fake_bluetooth_gatt_descriptor_client.cc", 277 "dbus/fake_bluetooth_gatt_descriptor_client.cc",
267 "dbus/fake_bluetooth_gatt_descriptor_client.h", 278 "dbus/fake_bluetooth_gatt_descriptor_client.h",
268 "dbus/fake_bluetooth_gatt_descriptor_service_provider.cc", 279 "dbus/fake_bluetooth_gatt_descriptor_service_provider.cc",
269 "dbus/fake_bluetooth_gatt_descriptor_service_provider.h", 280 "dbus/fake_bluetooth_gatt_descriptor_service_provider.h",
270 "dbus/fake_bluetooth_gatt_manager_client.cc", 281 "dbus/fake_bluetooth_gatt_manager_client.cc",
271 "dbus/fake_bluetooth_gatt_manager_client.h", 282 "dbus/fake_bluetooth_gatt_manager_client.h",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 jni_package = "bluetooth" 370 jni_package = "bluetooth"
360 } 371 }
361 372
362 android_library("java") { 373 android_library("java") {
363 java_files = java_sources_needing_jni 374 java_files = java_sources_needing_jni
364 deps = [ 375 deps = [
365 "//base:base_java", 376 "//base:base_java",
366 ] 377 ]
367 } 378 }
368 } 379 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698