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

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

Issue 1690133002: Implement BluetoothRemoteGattServiceWin and related unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments and split out of included GATT services 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
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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "bluetooth_low_energy_defs_win.cc", 82 "bluetooth_low_energy_defs_win.cc",
83 "bluetooth_low_energy_defs_win.h", 83 "bluetooth_low_energy_defs_win.h",
84 "bluetooth_low_energy_device_mac.h", 84 "bluetooth_low_energy_device_mac.h",
85 "bluetooth_low_energy_device_mac.mm", 85 "bluetooth_low_energy_device_mac.mm",
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_characteristic_win.cc",
93 "bluetooth_remote_gatt_characteristic_win.h",
92 "bluetooth_remote_gatt_descriptor_android.cc", 94 "bluetooth_remote_gatt_descriptor_android.cc",
93 "bluetooth_remote_gatt_descriptor_android.h", 95 "bluetooth_remote_gatt_descriptor_android.h",
94 "bluetooth_remote_gatt_service_android.cc", 96 "bluetooth_remote_gatt_service_android.cc",
95 "bluetooth_remote_gatt_service_android.h", 97 "bluetooth_remote_gatt_service_android.h",
96 "bluetooth_remote_gatt_service_win.cc", 98 "bluetooth_remote_gatt_service_win.cc",
97 "bluetooth_remote_gatt_service_win.h", 99 "bluetooth_remote_gatt_service_win.h",
98 "bluetooth_rfcomm_channel_mac.h", 100 "bluetooth_rfcomm_channel_mac.h",
99 "bluetooth_rfcomm_channel_mac.mm", 101 "bluetooth_rfcomm_channel_mac.mm",
100 "bluetooth_service_record_win.cc", 102 "bluetooth_service_record_win.cc",
101 "bluetooth_service_record_win.h", 103 "bluetooth_service_record_win.h",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 jni_package = "bluetooth" 327 jni_package = "bluetooth"
326 } 328 }
327 329
328 android_library("java") { 330 android_library("java") {
329 java_files = java_sources_needing_jni 331 java_files = java_sources_needing_jni
330 deps = [ 332 deps = [
331 "//base:base_java", 333 "//base:base_java",
332 ] 334 ]
333 } 335 }
334 } 336 }
OLDNEW
« no previous file with comments | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | device/bluetooth/bluetooth_remote_gatt_service_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698