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

Side by Side Diff: device/bluetooth/bluetooth.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: 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
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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'bluetooth_low_energy_central_manager_delegate.mm', 80 'bluetooth_low_energy_central_manager_delegate.mm',
81 'bluetooth_low_energy_central_manager_delegate.h', 81 'bluetooth_low_energy_central_manager_delegate.h',
82 'bluetooth_low_energy_defs_win.cc', 82 'bluetooth_low_energy_defs_win.cc',
83 'bluetooth_low_energy_defs_win.h', 83 'bluetooth_low_energy_defs_win.h',
84 'bluetooth_low_energy_device_mac.h', 84 'bluetooth_low_energy_device_mac.h',
85 'bluetooth_low_energy_device_mac.mm', 85 'bluetooth_low_energy_device_mac.mm',
86 'bluetooth_low_energy_discovery_manager_mac.h', 86 'bluetooth_low_energy_discovery_manager_mac.h',
87 'bluetooth_low_energy_discovery_manager_mac.mm', 87 'bluetooth_low_energy_discovery_manager_mac.mm',
88 'bluetooth_low_energy_win.cc', 88 'bluetooth_low_energy_win.cc',
89 'bluetooth_low_energy_win.h', 89 'bluetooth_low_energy_win.h',
90 'bluetooth_low_energy_win_fake.cc',
91 'bluetooth_low_energy_win_fake.h',
90 'bluetooth_remote_gatt_characteristic_android.cc', 92 'bluetooth_remote_gatt_characteristic_android.cc',
91 'bluetooth_remote_gatt_characteristic_android.h', 93 'bluetooth_remote_gatt_characteristic_android.h',
92 'bluetooth_remote_gatt_descriptor_android.cc', 94 'bluetooth_remote_gatt_descriptor_android.cc',
93 'bluetooth_remote_gatt_descriptor_android.h', 95 'bluetooth_remote_gatt_descriptor_android.h',
94 'bluetooth_remote_gatt_service_android.cc', 96 'bluetooth_remote_gatt_service_android.cc',
95 'bluetooth_remote_gatt_service_android.h', 97 'bluetooth_remote_gatt_service_android.h',
96 'bluetooth_rfcomm_channel_mac.mm', 98 'bluetooth_rfcomm_channel_mac.mm',
97 'bluetooth_rfcomm_channel_mac.h', 99 'bluetooth_rfcomm_channel_mac.h',
98 'bluetooth_service_record_win.cc', 100 'bluetooth_service_record_win.cc',
99 'bluetooth_service_record_win.h', 101 'bluetooth_service_record_win.h',
(...skipping 294 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

Powered by Google App Engine
This is Rietveld 408576698