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

Side by Side Diff: device/bluetooth/bluetooth.gyp

Issue 1920693002: Complete //device/bt implementation for hosting local GATT attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'bluez/bluetooth_adapter_bluez.cc', 145 'bluez/bluetooth_adapter_bluez.cc',
146 'bluez/bluetooth_adapter_bluez.h', 146 'bluez/bluetooth_adapter_bluez.h',
147 'bluez/bluetooth_adapter_profile_bluez.cc', 147 'bluez/bluetooth_adapter_profile_bluez.cc',
148 'bluez/bluetooth_adapter_profile_bluez.h', 148 'bluez/bluetooth_adapter_profile_bluez.h',
149 'bluez/bluetooth_advertisement_bluez.cc', 149 'bluez/bluetooth_advertisement_bluez.cc',
150 'bluez/bluetooth_advertisement_bluez.h', 150 'bluez/bluetooth_advertisement_bluez.h',
151 'bluez/bluetooth_audio_sink_bluez.cc', 151 'bluez/bluetooth_audio_sink_bluez.cc',
152 'bluez/bluetooth_audio_sink_bluez.h', 152 'bluez/bluetooth_audio_sink_bluez.h',
153 'bluez/bluetooth_device_bluez.cc', 153 'bluez/bluetooth_device_bluez.cc',
154 'bluez/bluetooth_device_bluez.h', 154 'bluez/bluetooth_device_bluez.h',
155 'bluez/bluetooth_gatt_characteristic_delegate_wrapper.cc',
156 'bluez/bluetooth_gatt_characteristic_delegate_wrapper.h',
155 'bluez/bluetooth_gatt_characteristic_bluez.cc', 157 'bluez/bluetooth_gatt_characteristic_bluez.cc',
156 'bluez/bluetooth_gatt_characteristic_bluez.h', 158 'bluez/bluetooth_gatt_characteristic_bluez.h',
157 'bluez/bluetooth_gatt_connection_bluez.cc', 159 'bluez/bluetooth_gatt_connection_bluez.cc',
158 'bluez/bluetooth_gatt_connection_bluez.h', 160 'bluez/bluetooth_gatt_connection_bluez.h',
161 'bluez/bluetooth_gatt_descriptor_delegate_wrapper.cc',
162 'bluez/bluetooth_gatt_descriptor_delegate_wrapper.h',
159 'bluez/bluetooth_gatt_descriptor_bluez.cc', 163 'bluez/bluetooth_gatt_descriptor_bluez.cc',
160 'bluez/bluetooth_gatt_descriptor_bluez.h', 164 'bluez/bluetooth_gatt_descriptor_bluez.h',
161 'bluez/bluetooth_gatt_notify_session_bluez.cc', 165 'bluez/bluetooth_gatt_notify_session_bluez.cc',
162 'bluez/bluetooth_gatt_notify_session_bluez.h', 166 'bluez/bluetooth_gatt_notify_session_bluez.h',
163 'bluez/bluetooth_gatt_service_bluez.cc', 167 'bluez/bluetooth_gatt_service_bluez.cc',
164 'bluez/bluetooth_gatt_service_bluez.h', 168 'bluez/bluetooth_gatt_service_bluez.h',
165 'bluez/bluetooth_local_gatt_characteristic_bluez.cc', 169 'bluez/bluetooth_local_gatt_characteristic_bluez.cc',
166 'bluez/bluetooth_local_gatt_characteristic_bluez.h', 170 'bluez/bluetooth_local_gatt_characteristic_bluez.h',
167 'bluez/bluetooth_local_gatt_descriptor_bluez.cc', 171 'bluez/bluetooth_local_gatt_descriptor_bluez.cc',
168 'bluez/bluetooth_local_gatt_descriptor_bluez.h', 172 'bluez/bluetooth_local_gatt_descriptor_bluez.h',
(...skipping 16 matching lines...) Expand all
185 'dbus/bluetooth_le_advertisement_service_provider.cc', 189 'dbus/bluetooth_le_advertisement_service_provider.cc',
186 'dbus/bluetooth_le_advertisement_service_provider.h', 190 'dbus/bluetooth_le_advertisement_service_provider.h',
187 'dbus/bluetooth_agent_manager_client.cc', 191 'dbus/bluetooth_agent_manager_client.cc',
188 'dbus/bluetooth_agent_manager_client.h', 192 'dbus/bluetooth_agent_manager_client.h',
189 'dbus/bluetooth_agent_service_provider.cc', 193 'dbus/bluetooth_agent_service_provider.cc',
190 'dbus/bluetooth_agent_service_provider.h', 194 'dbus/bluetooth_agent_service_provider.h',
191 'dbus/bluetooth_dbus_client_bundle.cc', 195 'dbus/bluetooth_dbus_client_bundle.cc',
192 'dbus/bluetooth_dbus_client_bundle.h', 196 'dbus/bluetooth_dbus_client_bundle.h',
193 'dbus/bluetooth_device_client.cc', 197 'dbus/bluetooth_device_client.cc',
194 'dbus/bluetooth_device_client.h', 198 'dbus/bluetooth_device_client.h',
199 'dbus/bluetooth_gatt_application_service_provider.cc',
200 'dbus/bluetooth_gatt_application_service_provider.h',
201 'dbus/bluetooth_gatt_application_service_provider_impl.cc',
202 'dbus/bluetooth_gatt_application_service_provider_impl.h',
195 'dbus/bluetooth_gatt_characteristic_client.cc', 203 'dbus/bluetooth_gatt_characteristic_client.cc',
196 'dbus/bluetooth_gatt_characteristic_client.h', 204 'dbus/bluetooth_gatt_characteristic_client.h',
197 'dbus/bluetooth_gatt_characteristic_service_provider.cc', 205 'dbus/bluetooth_gatt_characteristic_service_provider.cc',
198 'dbus/bluetooth_gatt_characteristic_service_provider.h', 206 'dbus/bluetooth_gatt_characteristic_service_provider.h',
199 'dbus/bluetooth_gatt_descriptor_client.cc', 207 'dbus/bluetooth_gatt_descriptor_client.cc',
200 'dbus/bluetooth_gatt_descriptor_client.h', 208 'dbus/bluetooth_gatt_descriptor_client.h',
201 'dbus/bluetooth_gatt_descriptor_service_provider.cc', 209 'dbus/bluetooth_gatt_descriptor_service_provider.cc',
202 'dbus/bluetooth_gatt_descriptor_service_provider.h', 210 'dbus/bluetooth_gatt_descriptor_service_provider.h',
203 'dbus/bluetooth_gatt_manager_client.cc', 211 'dbus/bluetooth_gatt_manager_client.cc',
204 'dbus/bluetooth_gatt_manager_client.h', 212 'dbus/bluetooth_gatt_manager_client.h',
(...skipping 21 matching lines...) Expand all
226 'dbus/fake_bluetooth_le_advertising_manager_client.cc', 234 'dbus/fake_bluetooth_le_advertising_manager_client.cc',
227 'dbus/fake_bluetooth_le_advertising_manager_client.h', 235 'dbus/fake_bluetooth_le_advertising_manager_client.h',
228 'dbus/fake_bluetooth_le_advertisement_service_provider.cc', 236 'dbus/fake_bluetooth_le_advertisement_service_provider.cc',
229 'dbus/fake_bluetooth_le_advertisement_service_provider.h', 237 'dbus/fake_bluetooth_le_advertisement_service_provider.h',
230 'dbus/fake_bluetooth_agent_manager_client.cc', 238 'dbus/fake_bluetooth_agent_manager_client.cc',
231 'dbus/fake_bluetooth_agent_manager_client.h', 239 'dbus/fake_bluetooth_agent_manager_client.h',
232 'dbus/fake_bluetooth_agent_service_provider.cc', 240 'dbus/fake_bluetooth_agent_service_provider.cc',
233 'dbus/fake_bluetooth_agent_service_provider.h', 241 'dbus/fake_bluetooth_agent_service_provider.h',
234 'dbus/fake_bluetooth_device_client.cc', 242 'dbus/fake_bluetooth_device_client.cc',
235 'dbus/fake_bluetooth_device_client.h', 243 'dbus/fake_bluetooth_device_client.h',
244 'dbus/fake_bluetooth_gatt_application_service_provider.cc',
245 'dbus/fake_bluetooth_gatt_application_service_provider.h',
236 'dbus/fake_bluetooth_gatt_characteristic_client.cc', 246 'dbus/fake_bluetooth_gatt_characteristic_client.cc',
237 'dbus/fake_bluetooth_gatt_characteristic_client.h', 247 'dbus/fake_bluetooth_gatt_characteristic_client.h',
238 'dbus/fake_bluetooth_gatt_characteristic_service_provider.cc', 248 'dbus/fake_bluetooth_gatt_characteristic_service_provider.cc',
239 'dbus/fake_bluetooth_gatt_characteristic_service_provider.h', 249 'dbus/fake_bluetooth_gatt_characteristic_service_provider.h',
240 'dbus/fake_bluetooth_gatt_descriptor_client.cc', 250 'dbus/fake_bluetooth_gatt_descriptor_client.cc',
241 'dbus/fake_bluetooth_gatt_descriptor_client.h', 251 'dbus/fake_bluetooth_gatt_descriptor_client.h',
242 'dbus/fake_bluetooth_gatt_descriptor_service_provider.cc', 252 'dbus/fake_bluetooth_gatt_descriptor_service_provider.cc',
243 'dbus/fake_bluetooth_gatt_descriptor_service_provider.h', 253 'dbus/fake_bluetooth_gatt_descriptor_service_provider.h',
244 'dbus/fake_bluetooth_gatt_manager_client.cc', 254 'dbus/fake_bluetooth_gatt_manager_client.cc',
245 'dbus/fake_bluetooth_gatt_manager_client.h', 255 'dbus/fake_bluetooth_gatt_manager_client.h',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 ], 448 ],
439 'variables': { 449 'variables': {
440 'java_in_dir': '../../device/bluetooth/android/java', 450 'java_in_dir': '../../device/bluetooth/android/java',
441 }, 451 },
442 'includes': [ '../../build/java.gypi' ], 452 'includes': [ '../../build/java.gypi' ],
443 }, 453 },
444 ], 454 ],
445 }], 455 }],
446 ], 456 ],
447 } 457 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698