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

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

Issue 293063015: Bluetooth: remove Out of Band Pairing APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/api/bluetooth.idl ('k') | device/bluetooth/bluetooth_adapter.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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'bluetooth_discovery_session.cc', 42 'bluetooth_discovery_session.cc',
43 'bluetooth_discovery_session.h', 43 'bluetooth_discovery_session.h',
44 'bluetooth_gatt_characteristic.cc', 44 'bluetooth_gatt_characteristic.cc',
45 'bluetooth_gatt_characteristic.h', 45 'bluetooth_gatt_characteristic.h',
46 'bluetooth_gatt_descriptor.cc', 46 'bluetooth_gatt_descriptor.cc',
47 'bluetooth_gatt_descriptor.h', 47 'bluetooth_gatt_descriptor.h',
48 'bluetooth_gatt_service.cc', 48 'bluetooth_gatt_service.cc',
49 'bluetooth_gatt_service.h', 49 'bluetooth_gatt_service.h',
50 'bluetooth_init_win.cc', 50 'bluetooth_init_win.cc',
51 'bluetooth_init_win.h', 51 'bluetooth_init_win.h',
52 'bluetooth_out_of_band_pairing_data.h',
53 'bluetooth_pairing_chromeos.cc', 52 'bluetooth_pairing_chromeos.cc',
54 'bluetooth_pairing_chromeos.h', 53 'bluetooth_pairing_chromeos.h',
55 'bluetooth_profile.cc', 54 'bluetooth_profile.cc',
56 'bluetooth_profile.h', 55 'bluetooth_profile.h',
57 'bluetooth_profile_mac.h', 56 'bluetooth_profile_mac.h',
58 'bluetooth_profile_mac.mm', 57 'bluetooth_profile_mac.mm',
59 'bluetooth_profile_win.cc', 58 'bluetooth_profile_win.cc',
60 'bluetooth_profile_win.h', 59 'bluetooth_profile_win.h',
61 'bluetooth_remote_gatt_characteristic_chromeos.cc', 60 'bluetooth_remote_gatt_characteristic_chromeos.cc',
62 'bluetooth_remote_gatt_characteristic_chromeos.h', 61 'bluetooth_remote_gatt_characteristic_chromeos.h',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'test/mock_bluetooth_gatt_service.cc', 140 'test/mock_bluetooth_gatt_service.cc',
142 'test/mock_bluetooth_gatt_service.h', 141 'test/mock_bluetooth_gatt_service.h',
143 'test/mock_bluetooth_profile.cc', 142 'test/mock_bluetooth_profile.cc',
144 'test/mock_bluetooth_profile.h', 143 'test/mock_bluetooth_profile.h',
145 'test/mock_bluetooth_socket.cc', 144 'test/mock_bluetooth_socket.cc',
146 'test/mock_bluetooth_socket.h', 145 'test/mock_bluetooth_socket.h',
147 ], 146 ],
148 }, 147 },
149 ], 148 ],
150 } 149 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/bluetooth.idl ('k') | device/bluetooth/bluetooth_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698