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

Side by Side Diff: device/bluetooth/bluetooth.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/BUILD.gn ('k') | device/bluetooth/bluetooth_classic_win.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 28 matching lines...) Expand all
39 'bluetooth_adapter_win.cc', 39 'bluetooth_adapter_win.cc',
40 'bluetooth_adapter_win.h', 40 'bluetooth_adapter_win.h',
41 'bluetooth_advertisement.cc', 41 'bluetooth_advertisement.cc',
42 'bluetooth_advertisement.h', 42 'bluetooth_advertisement.h',
43 'bluetooth_audio_sink.cc', 43 'bluetooth_audio_sink.cc',
44 'bluetooth_audio_sink.h', 44 'bluetooth_audio_sink.h',
45 'bluetooth_channel_mac.mm', 45 'bluetooth_channel_mac.mm',
46 'bluetooth_channel_mac.h', 46 'bluetooth_channel_mac.h',
47 'bluetooth_classic_device_mac.mm', 47 'bluetooth_classic_device_mac.mm',
48 'bluetooth_classic_device_mac.h', 48 'bluetooth_classic_device_mac.h',
49 'bluetooth_classic_win.cc',
50 'bluetooth_classic_win.h',
49 'bluetooth_device.cc', 51 'bluetooth_device.cc',
50 'bluetooth_device.h', 52 'bluetooth_device.h',
51 'bluetooth_device_android.h', 53 'bluetooth_device_android.h',
52 'bluetooth_device_android.cc', 54 'bluetooth_device_android.cc',
53 'bluetooth_device_mac.mm', 55 'bluetooth_device_mac.mm',
54 'bluetooth_device_mac.h', 56 'bluetooth_device_mac.h',
55 'bluetooth_device_win.cc', 57 'bluetooth_device_win.cc',
56 'bluetooth_device_win.h', 58 'bluetooth_device_win.h',
57 'bluetooth_discovery_filter.cc', 59 'bluetooth_discovery_filter.cc',
58 'bluetooth_discovery_filter.h', 60 'bluetooth_discovery_filter.h',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 ], 396 ],
395 'variables': { 397 'variables': {
396 'java_in_dir': '../../device/bluetooth/android/java', 398 'java_in_dir': '../../device/bluetooth/android/java',
397 }, 399 },
398 'includes': [ '../../build/java.gypi' ], 400 'includes': [ '../../build/java.gypi' ],
399 }, 401 },
400 ], 402 ],
401 }], 403 }],
402 ], 404 ],
403 } 405 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_classic_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698