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

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

Issue 1948763003: Adding support for service scan on OS X (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: Fixing comments Created 4 years, 7 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "bluetooth_local_gatt_service.cc", 86 "bluetooth_local_gatt_service.cc",
87 "bluetooth_local_gatt_service.h", 87 "bluetooth_local_gatt_service.h",
88 "bluetooth_low_energy_central_manager_delegate.h", 88 "bluetooth_low_energy_central_manager_delegate.h",
89 "bluetooth_low_energy_central_manager_delegate.mm", 89 "bluetooth_low_energy_central_manager_delegate.mm",
90 "bluetooth_low_energy_defs_win.cc", 90 "bluetooth_low_energy_defs_win.cc",
91 "bluetooth_low_energy_defs_win.h", 91 "bluetooth_low_energy_defs_win.h",
92 "bluetooth_low_energy_device_mac.h", 92 "bluetooth_low_energy_device_mac.h",
93 "bluetooth_low_energy_device_mac.mm", 93 "bluetooth_low_energy_device_mac.mm",
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",
97 "bluetooth_low_energy_peripheral_delegate.mm",
96 "bluetooth_low_energy_win.cc", 98 "bluetooth_low_energy_win.cc",
97 "bluetooth_low_energy_win.h", 99 "bluetooth_low_energy_win.h",
98 "bluetooth_remote_gatt_characteristic.cc", 100 "bluetooth_remote_gatt_characteristic.cc",
99 "bluetooth_remote_gatt_characteristic.h", 101 "bluetooth_remote_gatt_characteristic.h",
100 "bluetooth_remote_gatt_characteristic_android.cc", 102 "bluetooth_remote_gatt_characteristic_android.cc",
101 "bluetooth_remote_gatt_characteristic_android.h", 103 "bluetooth_remote_gatt_characteristic_android.h",
102 "bluetooth_remote_gatt_characteristic_win.cc", 104 "bluetooth_remote_gatt_characteristic_win.cc",
103 "bluetooth_remote_gatt_characteristic_win.h", 105 "bluetooth_remote_gatt_characteristic_win.h",
104 "bluetooth_remote_gatt_descriptor.cc", 106 "bluetooth_remote_gatt_descriptor.cc",
105 "bluetooth_remote_gatt_descriptor.h", 107 "bluetooth_remote_gatt_descriptor.h",
106 "bluetooth_remote_gatt_descriptor_android.cc", 108 "bluetooth_remote_gatt_descriptor_android.cc",
107 "bluetooth_remote_gatt_descriptor_android.h", 109 "bluetooth_remote_gatt_descriptor_android.h",
108 "bluetooth_remote_gatt_descriptor_win.cc", 110 "bluetooth_remote_gatt_descriptor_win.cc",
109 "bluetooth_remote_gatt_descriptor_win.h", 111 "bluetooth_remote_gatt_descriptor_win.h",
110 "bluetooth_remote_gatt_service.cc", 112 "bluetooth_remote_gatt_service.cc",
111 "bluetooth_remote_gatt_service.h", 113 "bluetooth_remote_gatt_service.h",
112 "bluetooth_remote_gatt_service_android.cc", 114 "bluetooth_remote_gatt_service_android.cc",
113 "bluetooth_remote_gatt_service_android.h", 115 "bluetooth_remote_gatt_service_android.h",
116 "bluetooth_remote_gatt_service_mac.h",
117 "bluetooth_remote_gatt_service_mac.mm",
114 "bluetooth_remote_gatt_service_win.cc", 118 "bluetooth_remote_gatt_service_win.cc",
115 "bluetooth_remote_gatt_service_win.h", 119 "bluetooth_remote_gatt_service_win.h",
116 "bluetooth_rfcomm_channel_mac.h", 120 "bluetooth_rfcomm_channel_mac.h",
117 "bluetooth_rfcomm_channel_mac.mm", 121 "bluetooth_rfcomm_channel_mac.mm",
118 "bluetooth_service_record_win.cc", 122 "bluetooth_service_record_win.cc",
119 "bluetooth_service_record_win.h", 123 "bluetooth_service_record_win.h",
120 "bluetooth_socket.cc", 124 "bluetooth_socket.cc",
121 "bluetooth_socket.h", 125 "bluetooth_socket.h",
122 "bluetooth_socket_mac.h", 126 "bluetooth_socket_mac.h",
123 "bluetooth_socket_mac.mm", 127 "bluetooth_socket_mac.mm",
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 jni_package = "bluetooth" 380 jni_package = "bluetooth"
377 } 381 }
378 382
379 android_library("java") { 383 android_library("java") {
380 java_files = java_sources_needing_jni 384 java_files = java_sources_needing_jni
381 deps = [ 385 deps = [
382 "//base:base_java", 386 "//base:base_java",
383 ] 387 ]
384 } 388 }
385 } 389 }
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