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

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

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 9 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 "/DELAYLOAD:BluetoothApis.dll", 10 "/DELAYLOAD:BluetoothApis.dll",
(...skipping 17 matching lines...) Expand all
28 "bluetooth_adapter_mac.h", 28 "bluetooth_adapter_mac.h",
29 "bluetooth_adapter_mac.mm", 29 "bluetooth_adapter_mac.mm",
30 "bluetooth_adapter_profile_chromeos.cc", 30 "bluetooth_adapter_profile_chromeos.cc",
31 "bluetooth_adapter_profile_chromeos.h", 31 "bluetooth_adapter_profile_chromeos.h",
32 "bluetooth_adapter_win.cc", 32 "bluetooth_adapter_win.cc",
33 "bluetooth_adapter_win.h", 33 "bluetooth_adapter_win.h",
34 "bluetooth_audio_sink.cc", 34 "bluetooth_audio_sink.cc",
35 "bluetooth_audio_sink.h", 35 "bluetooth_audio_sink.h",
36 "bluetooth_audio_sink_chromeos.cc", 36 "bluetooth_audio_sink_chromeos.cc",
37 "bluetooth_audio_sink_chromeos.h", 37 "bluetooth_audio_sink_chromeos.h",
38 "bluetooth_channel_mac.h",
38 "bluetooth_channel_mac.mm", 39 "bluetooth_channel_mac.mm",
39 "bluetooth_channel_mac.h",
40 "bluetooth_device.cc", 40 "bluetooth_device.cc",
41 "bluetooth_device.h", 41 "bluetooth_device.h",
42 "bluetooth_device_chromeos.cc", 42 "bluetooth_device_chromeos.cc",
43 "bluetooth_device_chromeos.h", 43 "bluetooth_device_chromeos.h",
44 "bluetooth_device_mac.h", 44 "bluetooth_device_mac.h",
45 "bluetooth_device_mac.mm", 45 "bluetooth_device_mac.mm",
46 "bluetooth_device_win.cc", 46 "bluetooth_device_win.cc",
47 "bluetooth_device_win.h", 47 "bluetooth_device_win.h",
48 "bluetooth_discovery_manager_mac.h",
48 "bluetooth_discovery_manager_mac.mm", 49 "bluetooth_discovery_manager_mac.mm",
49 "bluetooth_discovery_manager_mac.h",
50 "bluetooth_discovery_session.cc", 50 "bluetooth_discovery_session.cc",
51 "bluetooth_discovery_session.h", 51 "bluetooth_discovery_session.h",
52 "bluetooth_gatt_characteristic.cc", 52 "bluetooth_gatt_characteristic.cc",
53 "bluetooth_gatt_characteristic.h", 53 "bluetooth_gatt_characteristic.h",
54 "bluetooth_gatt_connection.cc", 54 "bluetooth_gatt_connection.cc",
55 "bluetooth_gatt_connection.h", 55 "bluetooth_gatt_connection.h",
56 "bluetooth_gatt_connection_chromeos.cc", 56 "bluetooth_gatt_connection_chromeos.cc",
57 "bluetooth_gatt_connection_chromeos.h", 57 "bluetooth_gatt_connection_chromeos.h",
58 "bluetooth_gatt_descriptor.cc", 58 "bluetooth_gatt_descriptor.cc",
59 "bluetooth_gatt_descriptor.h", 59 "bluetooth_gatt_descriptor.h",
60 "bluetooth_gatt_notify_session.cc", 60 "bluetooth_gatt_notify_session.cc",
61 "bluetooth_gatt_notify_session.h", 61 "bluetooth_gatt_notify_session.h",
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.h",
68 "bluetooth_l2cap_channel_mac.mm", 69 "bluetooth_l2cap_channel_mac.mm",
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", 72 "bluetooth_low_energy_device_mac.h",
73 "bluetooth_low_energy_device_mac.mm", 73 "bluetooth_low_energy_device_mac.mm",
74 "bluetooth_low_energy_discovery_manager_mac.h", 74 "bluetooth_low_energy_discovery_manager_mac.h",
75 "bluetooth_low_energy_discovery_manager_mac.mm", 75 "bluetooth_low_energy_discovery_manager_mac.mm",
76 "bluetooth_low_energy_win.cc", 76 "bluetooth_low_energy_win.cc",
77 "bluetooth_low_energy_win.h", 77 "bluetooth_low_energy_win.h",
78 "bluetooth_pairing_chromeos.cc", 78 "bluetooth_pairing_chromeos.cc",
79 "bluetooth_pairing_chromeos.h", 79 "bluetooth_pairing_chromeos.h",
80 "bluetooth_remote_gatt_characteristic_chromeos.cc", 80 "bluetooth_remote_gatt_characteristic_chromeos.cc",
81 "bluetooth_remote_gatt_characteristic_chromeos.h", 81 "bluetooth_remote_gatt_characteristic_chromeos.h",
82 "bluetooth_remote_gatt_descriptor_chromeos.cc", 82 "bluetooth_remote_gatt_descriptor_chromeos.cc",
83 "bluetooth_remote_gatt_descriptor_chromeos.h", 83 "bluetooth_remote_gatt_descriptor_chromeos.h",
84 "bluetooth_remote_gatt_service_chromeos.cc", 84 "bluetooth_remote_gatt_service_chromeos.cc",
85 "bluetooth_remote_gatt_service_chromeos.h", 85 "bluetooth_remote_gatt_service_chromeos.h",
86 "bluetooth_rfcomm_channel_mac.h",
86 "bluetooth_rfcomm_channel_mac.mm", 87 "bluetooth_rfcomm_channel_mac.mm",
87 "bluetooth_rfcomm_channel_mac.h",
88 "bluetooth_service_record_win.cc", 88 "bluetooth_service_record_win.cc",
89 "bluetooth_service_record_win.h", 89 "bluetooth_service_record_win.h",
90 "bluetooth_socket.cc", 90 "bluetooth_socket.cc",
91 "bluetooth_socket.h", 91 "bluetooth_socket.h",
92 "bluetooth_socket_chromeos.cc", 92 "bluetooth_socket_chromeos.cc",
93 "bluetooth_socket_chromeos.h", 93 "bluetooth_socket_chromeos.h",
94 "bluetooth_socket_mac.h", 94 "bluetooth_socket_mac.h",
95 "bluetooth_socket_mac.mm", 95 "bluetooth_socket_mac.mm",
96 "bluetooth_socket_net.cc", 96 "bluetooth_socket_net.cc",
97 "bluetooth_socket_net.h", 97 "bluetooth_socket_net.h",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "test/mock_bluetooth_socket.h", 212 "test/mock_bluetooth_socket.h",
213 ] 213 ]
214 214
215 deps = [ 215 deps = [
216 ":bluetooth", 216 ":bluetooth",
217 "//base", 217 "//base",
218 "//net", 218 "//net",
219 "//testing/gmock", 219 "//testing/gmock",
220 ] 220 ]
221 } 221 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698