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

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

Issue 267633003: Reimplement BluetoothSocketChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Got windows compiling, ship it 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 | « no previous file | device/bluetooth/bluetooth_adapter_chromeos.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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'bluetooth_service_record_mac.h', 71 'bluetooth_service_record_mac.h',
72 'bluetooth_service_record_mac.mm', 72 'bluetooth_service_record_mac.mm',
73 'bluetooth_service_record_win.cc', 73 'bluetooth_service_record_win.cc',
74 'bluetooth_service_record_win.h', 74 'bluetooth_service_record_win.h',
75 'bluetooth_socket.cc', 75 'bluetooth_socket.cc',
76 'bluetooth_socket.h', 76 'bluetooth_socket.h',
77 'bluetooth_socket_chromeos.cc', 77 'bluetooth_socket_chromeos.cc',
78 'bluetooth_socket_chromeos.h', 78 'bluetooth_socket_chromeos.h',
79 'bluetooth_socket_mac.h', 79 'bluetooth_socket_mac.h',
80 'bluetooth_socket_mac.mm', 80 'bluetooth_socket_mac.mm',
81 'bluetooth_socket_thread_win.cc', 81 'bluetooth_socket_net.cc',
82 'bluetooth_socket_thread_win.h', 82 'bluetooth_socket_net.h',
83 'bluetooth_socket_thread.cc',
84 'bluetooth_socket_thread.h',
83 'bluetooth_socket_win.cc', 85 'bluetooth_socket_win.cc',
84 'bluetooth_socket_win.h', 86 'bluetooth_socket_win.h',
85 'bluetooth_task_manager_win.cc', 87 'bluetooth_task_manager_win.cc',
86 'bluetooth_task_manager_win.h', 88 'bluetooth_task_manager_win.h',
87 'bluetooth_uuid.cc', 89 'bluetooth_uuid.cc',
88 'bluetooth_uuid.h', 90 'bluetooth_uuid.h',
89 ], 91 ],
90 'conditions': [ 92 'conditions': [
91 ['chromeos==1', { 93 ['chromeos==1', {
92 'dependencies': [ 94 'dependencies': [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'test/mock_bluetooth_gatt_service.cc', 139 'test/mock_bluetooth_gatt_service.cc',
138 'test/mock_bluetooth_gatt_service.h', 140 'test/mock_bluetooth_gatt_service.h',
139 'test/mock_bluetooth_profile.cc', 141 'test/mock_bluetooth_profile.cc',
140 'test/mock_bluetooth_profile.h', 142 'test/mock_bluetooth_profile.h',
141 'test/mock_bluetooth_socket.cc', 143 'test/mock_bluetooth_socket.cc',
142 'test/mock_bluetooth_socket.h', 144 'test/mock_bluetooth_socket.h',
143 ], 145 ],
144 }, 146 },
145 ], 147 ],
146 } 148 }
OLDNEW
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_adapter_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698