| 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 | 4 | 
| 5 import("//tools/grit/grit_rule.gni") | 5 import("//tools/grit/grit_rule.gni") | 
| 6 | 6 | 
| 7 if (is_android) { | 7 if (is_android) { | 
| 8   import("//build/config/android/rules.gni")  # For generate_jni(). | 8   import("//build/config/android/rules.gni")  # For generate_jni(). | 
| 9 } | 9 } | 
| 10 | 10 | 
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 48     "bluetooth_audio_sink_chromeos.cc", | 48     "bluetooth_audio_sink_chromeos.cc", | 
| 49     "bluetooth_audio_sink_chromeos.h", | 49     "bluetooth_audio_sink_chromeos.h", | 
| 50     "bluetooth_channel_mac.h", | 50     "bluetooth_channel_mac.h", | 
| 51     "bluetooth_channel_mac.mm", | 51     "bluetooth_channel_mac.mm", | 
| 52     "bluetooth_classic_device_mac.h", | 52     "bluetooth_classic_device_mac.h", | 
| 53     "bluetooth_classic_device_mac.mm", | 53     "bluetooth_classic_device_mac.mm", | 
| 54     "bluetooth_device.cc", | 54     "bluetooth_device.cc", | 
| 55     "bluetooth_device.h", | 55     "bluetooth_device.h", | 
| 56     "bluetooth_device_chromeos.cc", | 56     "bluetooth_device_chromeos.cc", | 
| 57     "bluetooth_device_chromeos.h", | 57     "bluetooth_device_chromeos.h", | 
|  | 58     "bluetooth_device_mac.h", | 
|  | 59     "bluetooth_device_mac.mm", | 
| 58     "bluetooth_device_win.cc", | 60     "bluetooth_device_win.cc", | 
| 59     "bluetooth_device_win.h", | 61     "bluetooth_device_win.h", | 
| 60     "bluetooth_discovery_filter.cc", | 62     "bluetooth_discovery_filter.cc", | 
| 61     "bluetooth_discovery_filter.h", | 63     "bluetooth_discovery_filter.h", | 
| 62     "bluetooth_discovery_manager_mac.h", | 64     "bluetooth_discovery_manager_mac.h", | 
| 63     "bluetooth_discovery_manager_mac.mm", | 65     "bluetooth_discovery_manager_mac.mm", | 
| 64     "bluetooth_discovery_session.cc", | 66     "bluetooth_discovery_session.cc", | 
| 65     "bluetooth_discovery_session.h", | 67     "bluetooth_discovery_session.h", | 
| 66     "bluetooth_gatt_characteristic.cc", | 68     "bluetooth_gatt_characteristic.cc", | 
| 67     "bluetooth_gatt_characteristic.h", | 69     "bluetooth_gatt_characteristic.h", | 
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 248 } | 250 } | 
| 249 | 251 | 
| 250 if (is_android) { | 252 if (is_android) { | 
| 251   generate_jni("bluetooth_jni") { | 253   generate_jni("bluetooth_jni") { | 
| 252     sources = [ | 254     sources = [ | 
| 253       "android/java/src/org/chromium/device/bluetooth/BluetoothAdapter.java", | 255       "android/java/src/org/chromium/device/bluetooth/BluetoothAdapter.java", | 
| 254     ] | 256     ] | 
| 255     jni_package = "bluetooth" | 257     jni_package = "bluetooth" | 
| 256   } | 258   } | 
| 257 } | 259 } | 
| OLD | NEW | 
|---|