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

Side by Side Diff: device/bluetooth/bluetooth.gyp

Issue 871843009: Revert of Added bluetooth LE support on Mac platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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_discovery_manager_mac.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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'bluetooth_gatt_notify_session_chromeos.cc', 65 'bluetooth_gatt_notify_session_chromeos.cc',
66 'bluetooth_gatt_notify_session_chromeos.h', 66 'bluetooth_gatt_notify_session_chromeos.h',
67 'bluetooth_gatt_service.cc', 67 'bluetooth_gatt_service.cc',
68 'bluetooth_gatt_service.h', 68 'bluetooth_gatt_service.h',
69 'bluetooth_init_win.cc', 69 'bluetooth_init_win.cc',
70 'bluetooth_init_win.h', 70 'bluetooth_init_win.h',
71 'bluetooth_l2cap_channel_mac.mm', 71 'bluetooth_l2cap_channel_mac.mm',
72 'bluetooth_l2cap_channel_mac.h', 72 'bluetooth_l2cap_channel_mac.h',
73 'bluetooth_low_energy_defs_win.cc', 73 'bluetooth_low_energy_defs_win.cc',
74 'bluetooth_low_energy_defs_win.h', 74 'bluetooth_low_energy_defs_win.h',
75 'bluetooth_low_energy_device_mac.h',
76 'bluetooth_low_energy_device_mac.mm',
77 'bluetooth_low_energy_discovery_manager_mac.h',
78 'bluetooth_low_energy_discovery_manager_mac.mm',
79 'bluetooth_low_energy_win.cc', 75 'bluetooth_low_energy_win.cc',
80 'bluetooth_low_energy_win.h', 76 'bluetooth_low_energy_win.h',
81 'bluetooth_pairing_chromeos.cc', 77 'bluetooth_pairing_chromeos.cc',
82 'bluetooth_pairing_chromeos.h', 78 'bluetooth_pairing_chromeos.h',
83 'bluetooth_remote_gatt_characteristic_chromeos.cc', 79 'bluetooth_remote_gatt_characteristic_chromeos.cc',
84 'bluetooth_remote_gatt_characteristic_chromeos.h', 80 'bluetooth_remote_gatt_characteristic_chromeos.h',
85 'bluetooth_remote_gatt_descriptor_chromeos.cc', 81 'bluetooth_remote_gatt_descriptor_chromeos.cc',
86 'bluetooth_remote_gatt_descriptor_chromeos.h', 82 'bluetooth_remote_gatt_descriptor_chromeos.h',
87 'bluetooth_remote_gatt_service_chromeos.cc', 83 'bluetooth_remote_gatt_service_chromeos.cc',
88 'bluetooth_remote_gatt_service_chromeos.h', 84 'bluetooth_remote_gatt_service_chromeos.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'test/mock_bluetooth_gatt_notify_session.cc', 179 'test/mock_bluetooth_gatt_notify_session.cc',
184 'test/mock_bluetooth_gatt_notify_session.h', 180 'test/mock_bluetooth_gatt_notify_session.h',
185 'test/mock_bluetooth_gatt_service.cc', 181 'test/mock_bluetooth_gatt_service.cc',
186 'test/mock_bluetooth_gatt_service.h', 182 'test/mock_bluetooth_gatt_service.h',
187 'test/mock_bluetooth_socket.cc', 183 'test/mock_bluetooth_socket.cc',
188 'test/mock_bluetooth_socket.h', 184 'test/mock_bluetooth_socket.h',
189 ], 185 ],
190 }, 186 },
191 ], 187 ],
192 } 188 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_discovery_manager_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698