| OLD | NEW |
| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "bluetooth_discovery_session.h", | 65 "bluetooth_discovery_session.h", |
| 66 "bluetooth_discovery_session_outcome.h", | 66 "bluetooth_discovery_session_outcome.h", |
| 67 "bluetooth_gatt_characteristic.cc", | 67 "bluetooth_gatt_characteristic.cc", |
| 68 "bluetooth_gatt_characteristic.h", | 68 "bluetooth_gatt_characteristic.h", |
| 69 "bluetooth_gatt_connection.cc", | 69 "bluetooth_gatt_connection.cc", |
| 70 "bluetooth_gatt_connection.h", | 70 "bluetooth_gatt_connection.h", |
| 71 "bluetooth_gatt_descriptor.cc", | 71 "bluetooth_gatt_descriptor.cc", |
| 72 "bluetooth_gatt_descriptor.h", | 72 "bluetooth_gatt_descriptor.h", |
| 73 "bluetooth_gatt_notify_session.cc", | 73 "bluetooth_gatt_notify_session.cc", |
| 74 "bluetooth_gatt_notify_session.h", | 74 "bluetooth_gatt_notify_session.h", |
| 75 "bluetooth_gatt_notify_session_android.cc", | |
| 76 "bluetooth_gatt_notify_session_android.h", | |
| 77 "bluetooth_gatt_notify_session_mac.h", | |
| 78 "bluetooth_gatt_notify_session_mac.mm", | |
| 79 "bluetooth_gatt_notify_session_win.cc", | |
| 80 "bluetooth_gatt_notify_session_win.h", | |
| 81 "bluetooth_gatt_service.cc", | 75 "bluetooth_gatt_service.cc", |
| 82 "bluetooth_gatt_service.h", | 76 "bluetooth_gatt_service.h", |
| 83 "bluetooth_init_win.cc", | 77 "bluetooth_init_win.cc", |
| 84 "bluetooth_init_win.h", | 78 "bluetooth_init_win.h", |
| 85 "bluetooth_l2cap_channel_mac.h", | 79 "bluetooth_l2cap_channel_mac.h", |
| 86 "bluetooth_l2cap_channel_mac.mm", | 80 "bluetooth_l2cap_channel_mac.mm", |
| 87 "bluetooth_local_gatt_characteristic.cc", | 81 "bluetooth_local_gatt_characteristic.cc", |
| 88 "bluetooth_local_gatt_characteristic.h", | 82 "bluetooth_local_gatt_characteristic.h", |
| 89 "bluetooth_local_gatt_descriptor.cc", | 83 "bluetooth_local_gatt_descriptor.cc", |
| 90 "bluetooth_local_gatt_descriptor.h", | 84 "bluetooth_local_gatt_descriptor.h", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 "bluez/bluetooth_audio_sink_bluez.cc", | 189 "bluez/bluetooth_audio_sink_bluez.cc", |
| 196 "bluez/bluetooth_audio_sink_bluez.h", | 190 "bluez/bluetooth_audio_sink_bluez.h", |
| 197 "bluez/bluetooth_device_bluez.cc", | 191 "bluez/bluetooth_device_bluez.cc", |
| 198 "bluez/bluetooth_device_bluez.h", | 192 "bluez/bluetooth_device_bluez.h", |
| 199 "bluez/bluetooth_gatt_characteristic_bluez.cc", | 193 "bluez/bluetooth_gatt_characteristic_bluez.cc", |
| 200 "bluez/bluetooth_gatt_characteristic_bluez.h", | 194 "bluez/bluetooth_gatt_characteristic_bluez.h", |
| 201 "bluez/bluetooth_gatt_connection_bluez.cc", | 195 "bluez/bluetooth_gatt_connection_bluez.cc", |
| 202 "bluez/bluetooth_gatt_connection_bluez.h", | 196 "bluez/bluetooth_gatt_connection_bluez.h", |
| 203 "bluez/bluetooth_gatt_descriptor_bluez.cc", | 197 "bluez/bluetooth_gatt_descriptor_bluez.cc", |
| 204 "bluez/bluetooth_gatt_descriptor_bluez.h", | 198 "bluez/bluetooth_gatt_descriptor_bluez.h", |
| 205 "bluez/bluetooth_gatt_notify_session_bluez.cc", | |
| 206 "bluez/bluetooth_gatt_notify_session_bluez.h", | |
| 207 "bluez/bluetooth_gatt_service_bluez.cc", | 199 "bluez/bluetooth_gatt_service_bluez.cc", |
| 208 "bluez/bluetooth_gatt_service_bluez.h", | 200 "bluez/bluetooth_gatt_service_bluez.h", |
| 209 "bluez/bluetooth_local_gatt_characteristic_bluez.cc", | 201 "bluez/bluetooth_local_gatt_characteristic_bluez.cc", |
| 210 "bluez/bluetooth_local_gatt_characteristic_bluez.h", | 202 "bluez/bluetooth_local_gatt_characteristic_bluez.h", |
| 211 "bluez/bluetooth_local_gatt_descriptor_bluez.cc", | 203 "bluez/bluetooth_local_gatt_descriptor_bluez.cc", |
| 212 "bluez/bluetooth_local_gatt_descriptor_bluez.h", | 204 "bluez/bluetooth_local_gatt_descriptor_bluez.h", |
| 213 "bluez/bluetooth_local_gatt_service_bluez.cc", | 205 "bluez/bluetooth_local_gatt_service_bluez.cc", |
| 214 "bluez/bluetooth_local_gatt_service_bluez.h", | 206 "bluez/bluetooth_local_gatt_service_bluez.h", |
| 215 "bluez/bluetooth_pairing_bluez.cc", | 207 "bluez/bluetooth_pairing_bluez.cc", |
| 216 "bluez/bluetooth_pairing_bluez.h", | 208 "bluez/bluetooth_pairing_bluez.h", |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 } | 390 } |
| 399 | 391 |
| 400 android_library("java") { | 392 android_library("java") { |
| 401 java_files = java_sources_needing_jni | 393 java_files = java_sources_needing_jni |
| 402 deps = [ | 394 deps = [ |
| 403 "//base:base_java", | 395 "//base:base_java", |
| 404 "//components/location/android:location_java", | 396 "//components/location/android:location_java", |
| 405 ] | 397 ] |
| 406 } | 398 } |
| 407 } | 399 } |
| OLD | NEW |