OLD | NEW |
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 "/DELAYLOAD:BluetoothApis.dll", | 10 "/DELAYLOAD:BluetoothApis.dll", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 "bluetooth_gatt_notify_session_chromeos.cc", | 62 "bluetooth_gatt_notify_session_chromeos.cc", |
63 "bluetooth_gatt_notify_session_chromeos.h", | 63 "bluetooth_gatt_notify_session_chromeos.h", |
64 "bluetooth_gatt_service.cc", | 64 "bluetooth_gatt_service.cc", |
65 "bluetooth_gatt_service.h", | 65 "bluetooth_gatt_service.h", |
66 "bluetooth_init_win.cc", | 66 "bluetooth_init_win.cc", |
67 "bluetooth_init_win.h", | 67 "bluetooth_init_win.h", |
68 "bluetooth_l2cap_channel_mac.mm", | 68 "bluetooth_l2cap_channel_mac.mm", |
69 "bluetooth_l2cap_channel_mac.h", | 69 "bluetooth_l2cap_channel_mac.h", |
70 "bluetooth_low_energy_defs_win.cc", | 70 "bluetooth_low_energy_defs_win.cc", |
71 "bluetooth_low_energy_defs_win.h", | 71 "bluetooth_low_energy_defs_win.h", |
72 "bluetooth_low_energy_device_mac.h", | |
73 "bluetooth_low_energy_device_mac.mm", | |
74 "bluetooth_low_energy_discovery_manager_mac.h", | |
75 "bluetooth_low_energy_discovery_manager_mac.mm", | |
76 "bluetooth_low_energy_win.cc", | 72 "bluetooth_low_energy_win.cc", |
77 "bluetooth_low_energy_win.h", | 73 "bluetooth_low_energy_win.h", |
78 "bluetooth_pairing_chromeos.cc", | 74 "bluetooth_pairing_chromeos.cc", |
79 "bluetooth_pairing_chromeos.h", | 75 "bluetooth_pairing_chromeos.h", |
80 "bluetooth_remote_gatt_characteristic_chromeos.cc", | 76 "bluetooth_remote_gatt_characteristic_chromeos.cc", |
81 "bluetooth_remote_gatt_characteristic_chromeos.h", | 77 "bluetooth_remote_gatt_characteristic_chromeos.h", |
82 "bluetooth_remote_gatt_descriptor_chromeos.cc", | 78 "bluetooth_remote_gatt_descriptor_chromeos.cc", |
83 "bluetooth_remote_gatt_descriptor_chromeos.h", | 79 "bluetooth_remote_gatt_descriptor_chromeos.h", |
84 "bluetooth_remote_gatt_service_chromeos.cc", | 80 "bluetooth_remote_gatt_service_chromeos.cc", |
85 "bluetooth_remote_gatt_service_chromeos.h", | 81 "bluetooth_remote_gatt_service_chromeos.h", |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 "test/mock_bluetooth_gatt_service.h", | 206 "test/mock_bluetooth_gatt_service.h", |
211 "test/mock_bluetooth_socket.cc", | 207 "test/mock_bluetooth_socket.cc", |
212 "test/mock_bluetooth_socket.h", | 208 "test/mock_bluetooth_socket.h", |
213 ] | 209 ] |
214 | 210 |
215 deps = [ | 211 deps = [ |
216 ":bluetooth", | 212 ":bluetooth", |
217 "//testing/gmock", | 213 "//testing/gmock", |
218 ] | 214 ] |
219 } | 215 } |
OLD | NEW |