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

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

Issue 1394973003: bluetooth: android: Create BluetoothRemoteGattServiceAndroid objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-renames-
Patch Set: Address ortuno Created 5 years, 2 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/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java » ('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 4
5 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/rules.gni") # For generate_jni(). 6 import("//build/config/android/rules.gni") # For generate_jni().
7 } 7 }
8 8
9 config("bluetooth_config") { 9 config("bluetooth_config") {
10 if (is_win) { 10 if (is_win) {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "bluetooth_low_energy_discovery_manager_mac.h", 95 "bluetooth_low_energy_discovery_manager_mac.h",
96 "bluetooth_low_energy_discovery_manager_mac.mm", 96 "bluetooth_low_energy_discovery_manager_mac.mm",
97 "bluetooth_low_energy_win.cc", 97 "bluetooth_low_energy_win.cc",
98 "bluetooth_low_energy_win.h", 98 "bluetooth_low_energy_win.h",
99 "bluetooth_pairing_chromeos.cc", 99 "bluetooth_pairing_chromeos.cc",
100 "bluetooth_pairing_chromeos.h", 100 "bluetooth_pairing_chromeos.h",
101 "bluetooth_remote_gatt_characteristic_chromeos.cc", 101 "bluetooth_remote_gatt_characteristic_chromeos.cc",
102 "bluetooth_remote_gatt_characteristic_chromeos.h", 102 "bluetooth_remote_gatt_characteristic_chromeos.h",
103 "bluetooth_remote_gatt_descriptor_chromeos.cc", 103 "bluetooth_remote_gatt_descriptor_chromeos.cc",
104 "bluetooth_remote_gatt_descriptor_chromeos.h", 104 "bluetooth_remote_gatt_descriptor_chromeos.h",
105 "bluetooth_remote_gatt_service_android.cc",
106 "bluetooth_remote_gatt_service_android.h",
105 "bluetooth_remote_gatt_service_chromeos.cc", 107 "bluetooth_remote_gatt_service_chromeos.cc",
106 "bluetooth_remote_gatt_service_chromeos.h", 108 "bluetooth_remote_gatt_service_chromeos.h",
107 "bluetooth_rfcomm_channel_mac.h", 109 "bluetooth_rfcomm_channel_mac.h",
108 "bluetooth_rfcomm_channel_mac.mm", 110 "bluetooth_rfcomm_channel_mac.mm",
109 "bluetooth_service_record_win.cc", 111 "bluetooth_service_record_win.cc",
110 "bluetooth_service_record_win.h", 112 "bluetooth_service_record_win.h",
111 "bluetooth_socket.cc", 113 "bluetooth_socket.cc",
112 "bluetooth_socket.h", 114 "bluetooth_socket.h",
113 "bluetooth_socket_chromeos.cc", 115 "bluetooth_socket_chromeos.cc",
114 "bluetooth_socket_chromeos.h", 116 "bluetooth_socket_chromeos.h",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 jni_package = "bluetooth" 208 jni_package = "bluetooth"
207 } 209 }
208 210
209 android_library("java") { 211 android_library("java") {
210 java_files = java_sources_needing_jni 212 java_files = java_sources_needing_jni
211 deps = [ 213 deps = [
212 "//base:base_java", 214 "//base:base_java",
213 ] 215 ]
214 } 216 }
215 } 217 }
OLDNEW
« no previous file with comments | « no previous file | device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698