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

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

Issue 1080593007: bluetooth: Stub out BluetoothAdapterAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter.cc » ('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 {
11 # GN version: //device/bluetooth 11 # GN version: //device/bluetooth
12 'target_name': 'device_bluetooth', 12 'target_name': 'device_bluetooth',
13 'type': '<(component)', 13 'type': '<(component)',
14 'dependencies': [ 14 'dependencies': [
15 '../../base/base.gyp:base', 15 '../../base/base.gyp:base',
16 '../../net/net.gyp:net', 16 '../../net/net.gyp:net',
17 '../../ui/base/ui_base.gyp:ui_base', 17 '../../ui/base/ui_base.gyp:ui_base',
18 'bluetooth_strings.gyp:device_bluetooth_strings', 18 'bluetooth_strings.gyp:device_bluetooth_strings',
19 'uribeacon', 19 'uribeacon',
20 ], 20 ],
21 'defines': [ 21 'defines': [
22 'DEVICE_BLUETOOTH_IMPLEMENTATION', 22 'DEVICE_BLUETOOTH_IMPLEMENTATION',
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 # Note: file list duplicated in GN build. 25 # Note: file list duplicated in GN build.
26 'bluetooth_adapter.cc', 26 'bluetooth_adapter.cc',
27 'bluetooth_adapter.h', 27 'bluetooth_adapter.h',
28 'bluetooth_adapter_android.cc',
29 'bluetooth_adapter_android.h',
28 'bluetooth_adapter_chromeos.cc', 30 'bluetooth_adapter_chromeos.cc',
29 'bluetooth_adapter_chromeos.h', 31 'bluetooth_adapter_chromeos.h',
30 'bluetooth_adapter_factory.cc', 32 'bluetooth_adapter_factory.cc',
31 'bluetooth_adapter_factory.h', 33 'bluetooth_adapter_factory.h',
32 'bluetooth_adapter_mac.h', 34 'bluetooth_adapter_mac.h',
33 'bluetooth_adapter_mac.mm', 35 'bluetooth_adapter_mac.mm',
34 "bluetooth_adapter_profile_chromeos.cc", 36 "bluetooth_adapter_profile_chromeos.cc",
35 "bluetooth_adapter_profile_chromeos.h", 37 "bluetooth_adapter_profile_chromeos.h",
36 'bluetooth_adapter_win.cc', 38 'bluetooth_adapter_win.cc',
37 'bluetooth_adapter_win.h', 39 'bluetooth_adapter_win.h',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'test/mock_bluetooth_gatt_notify_session.cc', 215 'test/mock_bluetooth_gatt_notify_session.cc',
214 'test/mock_bluetooth_gatt_notify_session.h', 216 'test/mock_bluetooth_gatt_notify_session.h',
215 'test/mock_bluetooth_gatt_service.cc', 217 'test/mock_bluetooth_gatt_service.cc',
216 'test/mock_bluetooth_gatt_service.h', 218 'test/mock_bluetooth_gatt_service.h',
217 'test/mock_bluetooth_socket.cc', 219 'test/mock_bluetooth_socket.cc',
218 'test/mock_bluetooth_socket.h', 220 'test/mock_bluetooth_socket.h',
219 ], 221 ],
220 }, 222 },
221 ], 223 ],
222 } 224 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698