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

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

Issue 1915803002: Bluetooth class changes for implementing local GATT attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: magic values fix Created 4 years, 7 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 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 ], 442 ],
439 'variables': { 443 'variables': {
440 'java_in_dir': '../../device/bluetooth/android/java', 444 'java_in_dir': '../../device/bluetooth/android/java',
441 }, 445 },
442 'includes': [ '../../build/java.gypi' ], 446 'includes': [ '../../build/java.gypi' ],
443 }, 447 },
444 ], 448 ],
445 }], 449 }],
446 ], 450 ],
447 } 451 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698