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

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

Issue 189463002: Migrate chrome.bluetooth API backend to use device::BluetoothDiscoverySession. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'device_bluetooth', 116 'device_bluetooth',
117 ], 117 ],
118 'include_dirs': [ 118 'include_dirs': [
119 '../../', 119 '../../',
120 ], 120 ],
121 'sources': [ 121 'sources': [
122 'test/mock_bluetooth_adapter.cc', 122 'test/mock_bluetooth_adapter.cc',
123 'test/mock_bluetooth_adapter.h', 123 'test/mock_bluetooth_adapter.h',
124 'test/mock_bluetooth_device.cc', 124 'test/mock_bluetooth_device.cc',
125 'test/mock_bluetooth_device.h', 125 'test/mock_bluetooth_device.h',
126 'test/mock_bluetooth_discovery_session.cc',
127 'test/mock_bluetooth_discovery_session.h',
126 'test/mock_bluetooth_profile.cc', 128 'test/mock_bluetooth_profile.cc',
127 'test/mock_bluetooth_profile.h', 129 'test/mock_bluetooth_profile.h',
128 'test/mock_bluetooth_socket.cc', 130 'test/mock_bluetooth_socket.cc',
129 'test/mock_bluetooth_socket.h', 131 'test/mock_bluetooth_socket.h',
130 ], 132 ],
131 }, 133 },
132 ], 134 ],
133 } 135 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/bluetooth/discovery_in_progress/runtest.js ('k') | device/bluetooth/bluetooth_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698