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