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

Side by Side Diff: device/BUILD.gn

Issue 2071323002: bluetooth: mac: Initial BluetoothRemoteGattCharacteristicMac implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skip reconnect-during-disconnected-event test 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 | « no previous file | device/bluetooth/BUILD.gn » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") # For generate_jni(). 9 import("//build/config/android/rules.gni") # For generate_jni().
10 } 10 }
(...skipping 29 matching lines...) Expand all
40 "bluetooth/test/bluetooth_gatt_server_test.cc", 40 "bluetooth/test/bluetooth_gatt_server_test.cc",
41 "bluetooth/test/bluetooth_gatt_server_test.h", 41 "bluetooth/test/bluetooth_gatt_server_test.h",
42 "bluetooth/test/bluetooth_test.cc", 42 "bluetooth/test/bluetooth_test.cc",
43 "bluetooth/test/bluetooth_test.h", 43 "bluetooth/test/bluetooth_test.h",
44 "bluetooth/test/bluetooth_test_android.cc", 44 "bluetooth/test/bluetooth_test_android.cc",
45 "bluetooth/test/bluetooth_test_android.h", 45 "bluetooth/test/bluetooth_test_android.h",
46 "bluetooth/test/bluetooth_test_mac.h", 46 "bluetooth/test/bluetooth_test_mac.h",
47 "bluetooth/test/bluetooth_test_mac.mm", 47 "bluetooth/test/bluetooth_test_mac.mm",
48 "bluetooth/test/bluetooth_test_win.cc", 48 "bluetooth/test/bluetooth_test_win.cc",
49 "bluetooth/test/bluetooth_test_win.h", 49 "bluetooth/test/bluetooth_test_win.h",
50 "bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h",
51 "bluetooth/test/mock_bluetooth_cbcharacteristic_mac.mm",
50 "bluetooth/test/mock_bluetooth_cbperipheral_mac.h", 52 "bluetooth/test/mock_bluetooth_cbperipheral_mac.h",
51 "bluetooth/test/mock_bluetooth_cbperipheral_mac.mm", 53 "bluetooth/test/mock_bluetooth_cbperipheral_mac.mm",
52 "bluetooth/test/mock_bluetooth_cbservice_mac.h", 54 "bluetooth/test/mock_bluetooth_cbservice_mac.h",
53 "bluetooth/test/mock_bluetooth_cbservice_mac.mm", 55 "bluetooth/test/mock_bluetooth_cbservice_mac.mm",
54 "bluetooth/test/mock_bluetooth_central_manager_mac.h", 56 "bluetooth/test/mock_bluetooth_central_manager_mac.h",
55 "bluetooth/test/mock_bluetooth_central_manager_mac.mm", 57 "bluetooth/test/mock_bluetooth_central_manager_mac.mm",
56 "bluetooth/test/test_bluetooth_adapter_observer.cc", 58 "bluetooth/test/test_bluetooth_adapter_observer.cc",
57 "bluetooth/test/test_bluetooth_adapter_observer.h", 59 "bluetooth/test/test_bluetooth_adapter_observer.h",
58 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc", 60 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc",
59 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h", 61 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 } 227 }
226 228
227 android_library("bluetooth_test_java") { 229 android_library("bluetooth_test_java") {
228 java_files = bluetooth_java_sources_needing_jni 230 java_files = bluetooth_java_sources_needing_jni
229 deps = [ 231 deps = [
230 "//base:base_java", 232 "//base:base_java",
231 "//device/bluetooth:java", 233 "//device/bluetooth:java",
232 ] 234 ]
233 } 235 }
234 } 236 }
OLDNEW
« no previous file with comments | « no previous file | device/bluetooth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698