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

Side by Side Diff: device/device_tests.gyp

Issue 1914893002: DBus changes for implementing local GATT attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth_classes
Patch Set: test leak 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
« no previous file with comments | « device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 '../build/linux/system.gyp:dbus', 108 '../build/linux/system.gyp:dbus',
109 '../dbus/dbus.gyp:dbus', 109 '../dbus/dbus.gyp:dbus',
110 ], 110 ],
111 'sources': [ 111 'sources': [
112 'bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc', 112 'bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc',
113 'bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc', 113 'bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc',
114 'bluetooth/bluez/bluetooth_audio_sink_bluez_unittest.cc', 114 'bluetooth/bluez/bluetooth_audio_sink_bluez_unittest.cc',
115 'bluetooth/bluez/bluetooth_bluez_unittest.cc', 115 'bluetooth/bluez/bluetooth_bluez_unittest.cc',
116 'bluetooth/bluez/bluetooth_gatt_bluez_unittest.cc', 116 'bluetooth/bluez/bluetooth_gatt_bluez_unittest.cc',
117 'bluetooth/bluez/bluetooth_socket_bluez_unittest.cc', 117 'bluetooth/bluez/bluetooth_socket_bluez_unittest.cc',
118 'bluetooth/dbus/bluetooth_gatt_application_service_provider_unittest .cc',
118 'bluetooth/test/bluetooth_test_bluez.cc', 119 'bluetooth/test/bluetooth_test_bluez.cc',
119 'bluetooth/test/bluetooth_test_bluez.h', 120 'bluetooth/test/bluetooth_test_bluez.h',
120 ], 121 ],
121 }], 122 }],
122 ['OS=="android"', { 123 ['OS=="android"', {
123 'dependencies!': [ 124 'dependencies!': [
124 'battery/battery.gyp:device_battery', 125 'battery/battery.gyp:device_battery',
125 'serial/serial.gyp:device_serial', 126 'serial/serial.gyp:device_serial',
126 'serial/serial.gyp:device_serial_test_util', 127 'serial/serial.gyp:device_serial_test_util',
127 'hid/hid.gyp:device_hid', 128 'hid/hid.gyp:device_hid',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 '../build/isolate.gypi', 262 '../build/isolate.gypi',
262 ], 263 ],
263 'sources': [ 264 'sources': [
264 'device_unittests.isolate', 265 'device_unittests.isolate',
265 ] 266 ]
266 } 267 }
267 ] 268 ]
268 }] 269 }]
269 ], 270 ],
270 } 271 }
OLDNEW
« no previous file with comments | « device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698