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

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

Issue 1681853003: Add BluetoothRemoteGattServiceWin to BluetoothDeviceWin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add PlatformSupportsLowEnergy check in the unittests Created 4 years, 10 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 | « no previous file | 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "bluetooth_low_energy_discovery_manager_mac.h", 86 "bluetooth_low_energy_discovery_manager_mac.h",
87 "bluetooth_low_energy_discovery_manager_mac.mm", 87 "bluetooth_low_energy_discovery_manager_mac.mm",
88 "bluetooth_low_energy_win.cc", 88 "bluetooth_low_energy_win.cc",
89 "bluetooth_low_energy_win.h", 89 "bluetooth_low_energy_win.h",
90 "bluetooth_remote_gatt_characteristic_android.cc", 90 "bluetooth_remote_gatt_characteristic_android.cc",
91 "bluetooth_remote_gatt_characteristic_android.h", 91 "bluetooth_remote_gatt_characteristic_android.h",
92 "bluetooth_remote_gatt_descriptor_android.cc", 92 "bluetooth_remote_gatt_descriptor_android.cc",
93 "bluetooth_remote_gatt_descriptor_android.h", 93 "bluetooth_remote_gatt_descriptor_android.h",
94 "bluetooth_remote_gatt_service_android.cc", 94 "bluetooth_remote_gatt_service_android.cc",
95 "bluetooth_remote_gatt_service_android.h", 95 "bluetooth_remote_gatt_service_android.h",
96 "bluetooth_remote_gatt_service_win.cc",
97 "bluetooth_remote_gatt_service_win.h",
96 "bluetooth_rfcomm_channel_mac.h", 98 "bluetooth_rfcomm_channel_mac.h",
97 "bluetooth_rfcomm_channel_mac.mm", 99 "bluetooth_rfcomm_channel_mac.mm",
98 "bluetooth_service_record_win.cc", 100 "bluetooth_service_record_win.cc",
99 "bluetooth_service_record_win.h", 101 "bluetooth_service_record_win.h",
100 "bluetooth_socket.cc", 102 "bluetooth_socket.cc",
101 "bluetooth_socket.h", 103 "bluetooth_socket.h",
102 "bluetooth_socket_mac.h", 104 "bluetooth_socket_mac.h",
103 "bluetooth_socket_mac.mm", 105 "bluetooth_socket_mac.mm",
104 "bluetooth_socket_net.cc", 106 "bluetooth_socket_net.cc",
105 "bluetooth_socket_net.h", 107 "bluetooth_socket_net.h",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 jni_package = "bluetooth" 325 jni_package = "bluetooth"
324 } 326 }
325 327
326 android_library("java") { 328 android_library("java") {
327 java_files = java_sources_needing_jni 329 java_files = java_sources_needing_jni
328 deps = [ 330 deps = [
329 "//base:base_java", 331 "//base:base_java",
330 ] 332 ]
331 } 333 }
332 } 334 }
OLDNEW
« no previous file with comments | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698