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

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

Issue 2094633003: Bluetooth: Mac: implementation for start notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@write_read_characteristicscan_servicescan_cleanup
Patch Set: Addressing msarda's comments Created 4 years, 5 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "bluetooth_gatt_characteristic.cc", 65 "bluetooth_gatt_characteristic.cc",
66 "bluetooth_gatt_characteristic.h", 66 "bluetooth_gatt_characteristic.h",
67 "bluetooth_gatt_connection.cc", 67 "bluetooth_gatt_connection.cc",
68 "bluetooth_gatt_connection.h", 68 "bluetooth_gatt_connection.h",
69 "bluetooth_gatt_descriptor.cc", 69 "bluetooth_gatt_descriptor.cc",
70 "bluetooth_gatt_descriptor.h", 70 "bluetooth_gatt_descriptor.h",
71 "bluetooth_gatt_notify_session.cc", 71 "bluetooth_gatt_notify_session.cc",
72 "bluetooth_gatt_notify_session.h", 72 "bluetooth_gatt_notify_session.h",
73 "bluetooth_gatt_notify_session_android.cc", 73 "bluetooth_gatt_notify_session_android.cc",
74 "bluetooth_gatt_notify_session_android.h", 74 "bluetooth_gatt_notify_session_android.h",
75 "bluetooth_gatt_notify_session_mac.h",
76 "bluetooth_gatt_notify_session_mac.mm",
75 "bluetooth_gatt_notify_session_win.cc", 77 "bluetooth_gatt_notify_session_win.cc",
76 "bluetooth_gatt_notify_session_win.h", 78 "bluetooth_gatt_notify_session_win.h",
77 "bluetooth_gatt_service.cc", 79 "bluetooth_gatt_service.cc",
78 "bluetooth_gatt_service.h", 80 "bluetooth_gatt_service.h",
79 "bluetooth_init_win.cc", 81 "bluetooth_init_win.cc",
80 "bluetooth_init_win.h", 82 "bluetooth_init_win.h",
81 "bluetooth_l2cap_channel_mac.h", 83 "bluetooth_l2cap_channel_mac.h",
82 "bluetooth_l2cap_channel_mac.mm", 84 "bluetooth_l2cap_channel_mac.mm",
83 "bluetooth_local_gatt_characteristic.cc", 85 "bluetooth_local_gatt_characteristic.cc",
84 "bluetooth_local_gatt_characteristic.h", 86 "bluetooth_local_gatt_characteristic.h",
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 jni_package = "bluetooth" 395 jni_package = "bluetooth"
394 } 396 }
395 397
396 android_library("java") { 398 android_library("java") {
397 java_files = java_sources_needing_jni 399 java_files = java_sources_needing_jni
398 deps = [ 400 deps = [
399 "//base:base_java", 401 "//base:base_java",
400 ] 402 ]
401 } 403 }
402 } 404 }
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