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

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

Issue 1950033002: bluetooth: mac: Initial BluetoothRemoteGattCharacteristicMac implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@servicescan_cleanup
Patch Set: Fixing the build Created 4 years, 6 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "bluetooth_low_energy_discovery_manager_mac.h", 94 "bluetooth_low_energy_discovery_manager_mac.h",
95 "bluetooth_low_energy_discovery_manager_mac.mm", 95 "bluetooth_low_energy_discovery_manager_mac.mm",
96 "bluetooth_low_energy_peripheral_delegate.h", 96 "bluetooth_low_energy_peripheral_delegate.h",
97 "bluetooth_low_energy_peripheral_delegate.mm", 97 "bluetooth_low_energy_peripheral_delegate.mm",
98 "bluetooth_low_energy_win.cc", 98 "bluetooth_low_energy_win.cc",
99 "bluetooth_low_energy_win.h", 99 "bluetooth_low_energy_win.h",
100 "bluetooth_remote_gatt_characteristic.cc", 100 "bluetooth_remote_gatt_characteristic.cc",
101 "bluetooth_remote_gatt_characteristic.h", 101 "bluetooth_remote_gatt_characteristic.h",
102 "bluetooth_remote_gatt_characteristic_android.cc", 102 "bluetooth_remote_gatt_characteristic_android.cc",
103 "bluetooth_remote_gatt_characteristic_android.h", 103 "bluetooth_remote_gatt_characteristic_android.h",
104 "bluetooth_remote_gatt_characteristic_mac.h",
105 "bluetooth_remote_gatt_characteristic_mac.mm",
104 "bluetooth_remote_gatt_characteristic_win.cc", 106 "bluetooth_remote_gatt_characteristic_win.cc",
105 "bluetooth_remote_gatt_characteristic_win.h", 107 "bluetooth_remote_gatt_characteristic_win.h",
106 "bluetooth_remote_gatt_descriptor.cc", 108 "bluetooth_remote_gatt_descriptor.cc",
107 "bluetooth_remote_gatt_descriptor.h", 109 "bluetooth_remote_gatt_descriptor.h",
108 "bluetooth_remote_gatt_descriptor_android.cc", 110 "bluetooth_remote_gatt_descriptor_android.cc",
109 "bluetooth_remote_gatt_descriptor_android.h", 111 "bluetooth_remote_gatt_descriptor_android.h",
110 "bluetooth_remote_gatt_descriptor_win.cc", 112 "bluetooth_remote_gatt_descriptor_win.cc",
111 "bluetooth_remote_gatt_descriptor_win.h", 113 "bluetooth_remote_gatt_descriptor_win.h",
112 "bluetooth_remote_gatt_service.cc", 114 "bluetooth_remote_gatt_service.cc",
113 "bluetooth_remote_gatt_service.h", 115 "bluetooth_remote_gatt_service.h",
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 jni_package = "bluetooth" 388 jni_package = "bluetooth"
387 } 389 }
388 390
389 android_library("java") { 391 android_library("java") {
390 java_files = java_sources_needing_jni 392 java_files = java_sources_needing_jni
391 deps = [ 393 deps = [
392 "//base:base_java", 394 "//base:base_java",
393 ] 395 ]
394 } 396 }
395 } 397 }
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