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

Side by Side Diff: device/device_tests.gyp

Issue 1668233004: Refactor bluetooth_task_manager_win to prepare for new Bluetooth test fixture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
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"', { 178 ['OS=="win"', {
179 'sources': [ 179 'sources': [
180 'bluetooth/bluetooth_classic_win_fake.cc',
181 'bluetooth/bluetooth_classic_win_fake.h',
180 'bluetooth/bluetooth_low_energy_win_fake.h', 182 'bluetooth/bluetooth_low_energy_win_fake.h',
181 'bluetooth/bluetooth_low_energy_win_fake.cc', 183 'bluetooth/bluetooth_low_energy_win_fake.cc',
182 ], 184 ],
183 }], 185 }],
184 ], 186 ],
185 }, 187 },
186 ], 188 ],
187 'conditions': [ 189 'conditions': [
188 ['OS=="android"', { 190 ['OS=="android"', {
189 'targets': [ 191 'targets': [
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 '../build/isolate.gypi', 255 '../build/isolate.gypi',
254 ], 256 ],
255 'sources': [ 257 'sources': [
256 'device_unittests.isolate', 258 'device_unittests.isolate',
257 ] 259 ]
258 } 260 }
259 ] 261 ]
260 }] 262 }]
261 ], 263 ],
262 } 264 }
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