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

Side by Side Diff: device/device_tests.gyp

Issue 2084463002: BlueZ + DBus implementations of create/remove service record functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/dbus/fake_bluetooth_adapter_client.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'dependencies': [ 117 'dependencies': [
118 '../build/linux/system.gyp:dbus', 118 '../build/linux/system.gyp:dbus',
119 '../dbus/dbus.gyp:dbus', 119 '../dbus/dbus.gyp:dbus',
120 ], 120 ],
121 'sources': [ 121 'sources': [
122 'bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc', 122 'bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc',
123 'bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc', 123 'bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc',
124 'bluetooth/bluez/bluetooth_audio_sink_bluez_unittest.cc', 124 'bluetooth/bluez/bluetooth_audio_sink_bluez_unittest.cc',
125 'bluetooth/bluez/bluetooth_bluez_unittest.cc', 125 'bluetooth/bluez/bluetooth_bluez_unittest.cc',
126 'bluetooth/bluez/bluetooth_gatt_bluez_unittest.cc', 126 'bluetooth/bluez/bluetooth_gatt_bluez_unittest.cc',
127 'bluetooth/bluez/bluetooth_service_attribute_value_bluez_unittest.cc ',
128 'bluetooth/bluez/bluetooth_service_record_bluez_unittest.cc',
127 'bluetooth/bluez/bluetooth_socket_bluez_unittest.cc', 129 'bluetooth/bluez/bluetooth_socket_bluez_unittest.cc',
128 'bluetooth/dbus/bluetooth_gatt_application_service_provider_unittest .cc', 130 'bluetooth/dbus/bluetooth_gatt_application_service_provider_unittest .cc',
129 'bluetooth/test/bluetooth_test_bluez.cc', 131 'bluetooth/test/bluetooth_test_bluez.cc',
130 'bluetooth/test/bluetooth_test_bluez.h', 132 'bluetooth/test/bluetooth_test_bluez.h',
131 ], 133 ],
132 }], 134 }],
133 ['OS=="android"', { 135 ['OS=="android"', {
134 'dependencies!': [ 136 'dependencies!': [
135 'battery/battery.gyp:device_battery', 137 'battery/battery.gyp:device_battery',
136 'serial/serial.gyp:device_serial', 138 'serial/serial.gyp:device_serial',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 '../build/isolate.gypi', 274 '../build/isolate.gypi',
273 ], 275 ],
274 'sources': [ 276 'sources': [
275 'device_unittests.isolate', 277 'device_unittests.isolate',
276 ] 278 ]
277 } 279 }
278 ] 280 ]
279 }] 281 }]
280 ], 282 ],
281 } 283 }
OLDNEW
« no previous file with comments | « device/bluetooth/dbus/fake_bluetooth_adapter_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698