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

Side by Side Diff: device/device_tests.gyp

Issue 1884033002: Implement BluetoothTestBlueZ and enable some LE tests. (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/test/bluetooth_test_win.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/bluetooth_adapter_profile_bluez_unittest.cc', 112 'bluetooth/bluetooth_adapter_profile_bluez_unittest.cc',
113 'bluetooth/bluetooth_advertisement_bluez_unittest.cc', 113 'bluetooth/bluetooth_advertisement_bluez_unittest.cc',
114 'bluetooth/bluetooth_audio_sink_bluez_unittest.cc', 114 'bluetooth/bluetooth_audio_sink_bluez_unittest.cc',
115 'bluetooth/bluetooth_bluez_unittest.cc', 115 'bluetooth/bluetooth_bluez_unittest.cc',
116 'bluetooth/bluetooth_gatt_bluez_unittest.cc', 116 'bluetooth/bluetooth_gatt_bluez_unittest.cc',
117 'bluetooth/bluetooth_socket_bluez_unittest.cc', 117 'bluetooth/bluetooth_socket_bluez_unittest.cc',
118 'bluetooth/test/bluetooth_test_bluez.cc',
119 'bluetooth/test/bluetooth_test_bluez.h',
118 ], 120 ],
119 }], 121 }],
120 ['OS=="android"', { 122 ['OS=="android"', {
121 'dependencies!': [ 123 'dependencies!': [
122 'battery/battery.gyp:device_battery', 124 'battery/battery.gyp:device_battery',
123 'serial/serial.gyp:device_serial', 125 'serial/serial.gyp:device_serial',
124 'serial/serial.gyp:device_serial_test_util', 126 'serial/serial.gyp:device_serial_test_util',
125 'hid/hid.gyp:device_hid', 127 'hid/hid.gyp:device_hid',
126 ], 128 ],
127 'dependencies': [ 129 'dependencies': [
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 '../build/isolate.gypi', 261 '../build/isolate.gypi',
260 ], 262 ],
261 'sources': [ 263 'sources': [
262 'device_unittests.isolate', 264 'device_unittests.isolate',
263 ] 265 ]
264 } 266 }
265 ] 267 ]
266 }] 268 }]
267 ], 269 ],
268 } 270 }
OLDNEW
« no previous file with comments | « device/bluetooth/test/bluetooth_test_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698