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

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

Issue 791763005: Added bluetooth LE support on Mac platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 4
5 import("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 config("bluetooth_config") { 7 config("bluetooth_config") {
8 if (is_win) { 8 if (is_win) {
9 ldflags = [ 9 ldflags = [
10 # Despite MSDN stating that Bthprops.dll contains the 10 # Despite MSDN stating that Bthprops.dll contains the
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "bluetooth_gatt_notify_session.cc", 54 "bluetooth_gatt_notify_session.cc",
55 "bluetooth_gatt_notify_session.h", 55 "bluetooth_gatt_notify_session.h",
56 "bluetooth_gatt_notify_session_chromeos.cc", 56 "bluetooth_gatt_notify_session_chromeos.cc",
57 "bluetooth_gatt_notify_session_chromeos.h", 57 "bluetooth_gatt_notify_session_chromeos.h",
58 "bluetooth_gatt_service.cc", 58 "bluetooth_gatt_service.cc",
59 "bluetooth_gatt_service.h", 59 "bluetooth_gatt_service.h",
60 "bluetooth_init_win.cc", 60 "bluetooth_init_win.cc",
61 "bluetooth_init_win.h", 61 "bluetooth_init_win.h",
62 "bluetooth_l2cap_channel_mac.mm", 62 "bluetooth_l2cap_channel_mac.mm",
63 "bluetooth_l2cap_channel_mac.h", 63 "bluetooth_l2cap_channel_mac.h",
64 "bluetooth_low_energy_device_mac.h",
65 "bluetooth_low_energy_device_mac.mm",
66 "bluetooth_low_energy_discovery_manager_mac.h",
67 "bluetooth_low_energy_discovery_manager_mac.mm",
64 "bluetooth_low_energy_win.cc", 68 "bluetooth_low_energy_win.cc",
65 "bluetooth_low_energy_win.h", 69 "bluetooth_low_energy_win.h",
66 "bluetooth_pairing_chromeos.cc", 70 "bluetooth_pairing_chromeos.cc",
67 "bluetooth_pairing_chromeos.h", 71 "bluetooth_pairing_chromeos.h",
68 "bluetooth_remote_gatt_characteristic_chromeos.cc", 72 "bluetooth_remote_gatt_characteristic_chromeos.cc",
69 "bluetooth_remote_gatt_characteristic_chromeos.h", 73 "bluetooth_remote_gatt_characteristic_chromeos.h",
70 "bluetooth_remote_gatt_descriptor_chromeos.cc", 74 "bluetooth_remote_gatt_descriptor_chromeos.cc",
71 "bluetooth_remote_gatt_descriptor_chromeos.h", 75 "bluetooth_remote_gatt_descriptor_chromeos.h",
72 "bluetooth_remote_gatt_service_chromeos.cc", 76 "bluetooth_remote_gatt_service_chromeos.cc",
73 "bluetooth_remote_gatt_service_chromeos.h", 77 "bluetooth_remote_gatt_service_chromeos.h",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "test/mock_bluetooth_gatt_service.h", 202 "test/mock_bluetooth_gatt_service.h",
199 "test/mock_bluetooth_socket.cc", 203 "test/mock_bluetooth_socket.cc",
200 "test/mock_bluetooth_socket.h", 204 "test/mock_bluetooth_socket.h",
201 ] 205 ]
202 206
203 deps = [ 207 deps = [
204 ":bluetooth", 208 ":bluetooth",
205 "//testing/gmock", 209 "//testing/gmock",
206 ] 210 ]
207 } 211 }
OLDNEW
« no previous file with comments | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | device/bluetooth/bluetooth_low_energy_device_mac.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698