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

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

Issue 1165053003: Adding support for Low Energy device discovery to BluetoothAdapterMac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 ], 207 ],
208 'include_dirs': [ 208 'include_dirs': [
209 '../../', 209 '../../',
210 ], 210 ],
211 'sources': [ 211 'sources': [
212 # Note: file list duplicated in GN build. 212 # Note: file list duplicated in GN build.
213 'test/mock_bluetooth_adapter.cc', 213 'test/mock_bluetooth_adapter.cc',
214 'test/mock_bluetooth_adapter.h', 214 'test/mock_bluetooth_adapter.h',
215 'test/mock_bluetooth_advertisement.cc', 215 'test/mock_bluetooth_advertisement.cc',
216 'test/mock_bluetooth_advertisement.h', 216 'test/mock_bluetooth_advertisement.h',
217 'test/mock_bluetooth_central_manager.mm',
218 'test/mock_bluetooth_central_manager.h',
217 'test/mock_bluetooth_device.cc', 219 'test/mock_bluetooth_device.cc',
218 'test/mock_bluetooth_device.h', 220 'test/mock_bluetooth_device.h',
219 'test/mock_bluetooth_discovery_session.cc', 221 'test/mock_bluetooth_discovery_session.cc',
220 'test/mock_bluetooth_discovery_session.h', 222 'test/mock_bluetooth_discovery_session.h',
221 'test/mock_bluetooth_gatt_characteristic.cc', 223 'test/mock_bluetooth_gatt_characteristic.cc',
222 'test/mock_bluetooth_gatt_characteristic.h', 224 'test/mock_bluetooth_gatt_characteristic.h',
223 'test/mock_bluetooth_gatt_connection.cc', 225 'test/mock_bluetooth_gatt_connection.cc',
224 'test/mock_bluetooth_gatt_connection.h', 226 'test/mock_bluetooth_gatt_connection.h',
225 'test/mock_bluetooth_gatt_descriptor.cc', 227 'test/mock_bluetooth_gatt_descriptor.cc',
226 'test/mock_bluetooth_gatt_descriptor.h', 228 'test/mock_bluetooth_gatt_descriptor.h',
(...skipping 28 matching lines...) Expand all
255 ], 257 ],
256 'variables': { 258 'variables': {
257 'java_in_dir': '../../device/bluetooth/android/java', 259 'java_in_dir': '../../device/bluetooth/android/java',
258 }, 260 },
259 'includes': [ '../../build/java.gypi' ], 261 'includes': [ '../../build/java.gypi' ],
260 }, 262 },
261 ], 263 ],
262 }], 264 }],
263 ], 265 ],
264 } 266 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698