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

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

Issue 228643004: device/bluetooth: Add chromeos::BluetoothRemoteGattCharacteristicChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed potentially flaky expectation from unit test. Created 6 years, 8 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
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'bluetooth_pairing_chromeos.cc', 53 'bluetooth_pairing_chromeos.cc',
54 'bluetooth_pairing_chromeos.h', 54 'bluetooth_pairing_chromeos.h',
55 'bluetooth_profile.cc', 55 'bluetooth_profile.cc',
56 'bluetooth_profile.h', 56 'bluetooth_profile.h',
57 'bluetooth_profile_chromeos.cc', 57 'bluetooth_profile_chromeos.cc',
58 'bluetooth_profile_chromeos.h', 58 'bluetooth_profile_chromeos.h',
59 'bluetooth_profile_mac.h', 59 'bluetooth_profile_mac.h',
60 'bluetooth_profile_mac.mm', 60 'bluetooth_profile_mac.mm',
61 'bluetooth_profile_win.cc', 61 'bluetooth_profile_win.cc',
62 'bluetooth_profile_win.h', 62 'bluetooth_profile_win.h',
63 'bluetooth_remote_gatt_characteristic_chromeos.cc',
64 'bluetooth_remote_gatt_characteristic_chromeos.h',
63 'bluetooth_remote_gatt_service_chromeos.cc', 65 'bluetooth_remote_gatt_service_chromeos.cc',
64 'bluetooth_remote_gatt_service_chromeos.h', 66 'bluetooth_remote_gatt_service_chromeos.h',
65 'bluetooth_service_record.cc', 67 'bluetooth_service_record.cc',
66 'bluetooth_service_record.h', 68 'bluetooth_service_record.h',
67 'bluetooth_service_record_mac.h', 69 'bluetooth_service_record_mac.h',
68 'bluetooth_service_record_mac.mm', 70 'bluetooth_service_record_mac.mm',
69 'bluetooth_service_record_win.cc', 71 'bluetooth_service_record_win.cc',
70 'bluetooth_service_record_win.h', 72 'bluetooth_service_record_win.h',
71 'bluetooth_socket.cc', 73 'bluetooth_socket.cc',
72 'bluetooth_socket.h', 74 'bluetooth_socket.h',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'test/mock_bluetooth_discovery_session.cc', 133 'test/mock_bluetooth_discovery_session.cc',
132 'test/mock_bluetooth_discovery_session.h', 134 'test/mock_bluetooth_discovery_session.h',
133 'test/mock_bluetooth_profile.cc', 135 'test/mock_bluetooth_profile.cc',
134 'test/mock_bluetooth_profile.h', 136 'test/mock_bluetooth_profile.h',
135 'test/mock_bluetooth_socket.cc', 137 'test/mock_bluetooth_socket.cc',
136 'test/mock_bluetooth_socket.h', 138 'test/mock_bluetooth_socket.h',
137 ], 139 ],
138 }, 140 },
139 ], 141 ],
140 } 142 }
OLDNEW
« no previous file with comments | « chromeos/dbus/fake_bluetooth_gatt_service_client.cc ('k') | device/bluetooth/bluetooth_gatt_characteristic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698