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

Side by Side Diff: device/device_tests.gyp

Issue 1646023002: Refactor bluetooth_low_energy_win to prepare for new Bluetooth test fixture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: export class BluetoothLowEnergyWrapper for test Created 4 years, 10 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/bluetooth_task_manager_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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'sources/': [ 168 'sources/': [
169 ['exclude', '^serial/'], 169 ['exclude', '^serial/'],
170 ['exclude', '^hid/'], 170 ['exclude', '^hid/'],
171 ], 171 ],
172 }], 172 }],
173 ['use_dbus==0', { 173 ['use_dbus==0', {
174 'sources!': [ 174 'sources!': [
175 'battery/battery_status_manager_linux_unittest.cc', 175 'battery/battery_status_manager_linux_unittest.cc',
176 ], 176 ],
177 }], 177 }],
178 ['OS=="win"', {
179 'sources': [
180 'bluetooth/bluetooth_low_energy_win_fake.h',
181 'bluetooth/bluetooth_low_energy_win_fake.cc',
182 ],
183 }],
178 ], 184 ],
179 }, 185 },
180 ], 186 ],
181 'conditions': [ 187 'conditions': [
182 ['OS=="android"', { 188 ['OS=="android"', {
183 'targets': [ 189 'targets': [
184 { 190 {
185 'target_name': 'device_unittests_apk', 191 'target_name': 'device_unittests_apk',
186 'type': 'none', 192 'type': 'none',
187 'dependencies': [ 193 'dependencies': [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 '../build/isolate.gypi', 253 '../build/isolate.gypi',
248 ], 254 ],
249 'sources': [ 255 'sources': [
250 'device_unittests.isolate', 256 'device_unittests.isolate',
251 ] 257 ]
252 } 258 }
253 ] 259 ]
254 }] 260 }]
255 ], 261 ],
256 } 262 }
OLDNEW
« no previous file with comments | « device/bluetooth/bluetooth_task_manager_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698