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

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

Issue 1347193004: Refactor DBusThreadManager to split away BT clients. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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_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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'bluetooth_socket_thread.cc', 122 'bluetooth_socket_thread.cc',
123 'bluetooth_socket_thread.h', 123 'bluetooth_socket_thread.h',
124 'bluetooth_socket_win.cc', 124 'bluetooth_socket_win.cc',
125 'bluetooth_socket_win.h', 125 'bluetooth_socket_win.h',
126 'bluetooth_task_manager_win.cc', 126 'bluetooth_task_manager_win.cc',
127 'bluetooth_task_manager_win.h', 127 'bluetooth_task_manager_win.h',
128 'bluetooth_uuid.cc', 128 'bluetooth_uuid.cc',
129 'bluetooth_uuid.h', 129 'bluetooth_uuid.h',
130 ], 130 ],
131 'conditions': [ 131 'conditions': [
132 # This block will also build for Linux once we write the linux
133 # implementation of BluezDbusManager.
134 ['chromeos==1', {
135 'defines': [
136 'DEVICE_BLUETOOTH_IMPLEMENTATION',
137 ],
138 'sources': [
139 'dbus/bluetooth_adapter_client.cc',
140 'dbus/bluetooth_adapter_client.h',
141 'dbus/bluetooth_le_advertising_manager_client.cc',
142 'dbus/bluetooth_le_advertising_manager_client.h',
143 'dbus/bluetooth_le_advertisement_service_provider.cc',
144 'dbus/bluetooth_le_advertisement_service_provider.h',
145 'dbus/bluetooth_agent_manager_client.cc',
146 'dbus/bluetooth_agent_manager_client.h',
147 'dbus/bluetooth_agent_service_provider.cc',
148 'dbus/bluetooth_agent_service_provider.h',
149 'dbus/bluetooth_dbus_client_bundle.cc',
150 'dbus/bluetooth_dbus_client_bundle.h',
151 'dbus/bluetooth_device_client.cc',
152 'dbus/bluetooth_device_client.h',
153 'dbus/bluetooth_gatt_characteristic_client.cc',
154 'dbus/bluetooth_gatt_characteristic_client.h',
155 'dbus/bluetooth_gatt_characteristic_service_provider.cc',
156 'dbus/bluetooth_gatt_characteristic_service_provider.h',
157 'dbus/bluetooth_gatt_descriptor_client.cc',
158 'dbus/bluetooth_gatt_descriptor_client.h',
159 'dbus/bluetooth_gatt_descriptor_service_provider.cc',
160 'dbus/bluetooth_gatt_descriptor_service_provider.h',
161 'dbus/bluetooth_gatt_manager_client.cc',
162 'dbus/bluetooth_gatt_manager_client.h',
163 'dbus/bluetooth_gatt_service_client.cc',
164 'dbus/bluetooth_gatt_service_client.h',
165 'dbus/bluetooth_gatt_service_service_provider.cc',
166 'dbus/bluetooth_gatt_service_service_provider.h',
167 'dbus/bluetooth_input_client.cc',
168 'dbus/bluetooth_input_client.h',
169 'dbus/bluetooth_media_client.cc',
170 'dbus/bluetooth_media_client.h',
171 'dbus/bluetooth_media_endpoint_service_provider.cc',
172 'dbus/bluetooth_media_endpoint_service_provider.h',
173 'dbus/bluetooth_media_transport_client.cc',
174 'dbus/bluetooth_media_transport_client.h',
175 'dbus/bluetooth_profile_manager_client.cc',
176 'dbus/bluetooth_profile_manager_client.h',
177 'dbus/bluetooth_profile_service_provider.cc',
178 'dbus/bluetooth_profile_service_provider.h',
179 'dbus/bluez_dbus_client.h',
180 'dbus/bluez_dbus_manager.cc',
181 'dbus/bluez_dbus_manager.h',
182 'dbus/fake_bluetooth_adapter_client.cc',
183 'dbus/fake_bluetooth_adapter_client.h',
184 'dbus/fake_bluetooth_le_advertising_manager_client.cc',
185 'dbus/fake_bluetooth_le_advertising_manager_client.h',
186 'dbus/fake_bluetooth_le_advertisement_service_provider.cc',
187 'dbus/fake_bluetooth_le_advertisement_service_provider.h',
188 'dbus/fake_bluetooth_agent_manager_client.cc',
189 'dbus/fake_bluetooth_agent_manager_client.h',
190 'dbus/fake_bluetooth_agent_service_provider.cc',
191 'dbus/fake_bluetooth_agent_service_provider.h',
192 'dbus/fake_bluetooth_device_client.cc',
193 'dbus/fake_bluetooth_device_client.h',
194 'dbus/fake_bluetooth_gatt_characteristic_client.cc',
195 'dbus/fake_bluetooth_gatt_characteristic_client.h',
196 'dbus/fake_bluetooth_gatt_characteristic_service_provider.cc',
197 'dbus/fake_bluetooth_gatt_characteristic_service_provider.h',
198 'dbus/fake_bluetooth_gatt_descriptor_client.cc',
199 'dbus/fake_bluetooth_gatt_descriptor_client.h',
200 'dbus/fake_bluetooth_gatt_descriptor_service_provider.cc',
201 'dbus/fake_bluetooth_gatt_descriptor_service_provider.h',
202 'dbus/fake_bluetooth_gatt_manager_client.cc',
203 'dbus/fake_bluetooth_gatt_manager_client.h',
204 'dbus/fake_bluetooth_gatt_service_client.cc',
205 'dbus/fake_bluetooth_gatt_service_client.h',
206 'dbus/fake_bluetooth_gatt_service_service_provider.cc',
207 'dbus/fake_bluetooth_gatt_service_service_provider.h',
208 'dbus/fake_bluetooth_input_client.cc',
209 'dbus/fake_bluetooth_input_client.h',
210 'dbus/fake_bluetooth_media_client.cc',
211 'dbus/fake_bluetooth_media_client.h',
212 'dbus/fake_bluetooth_media_endpoint_service_provider.cc',
213 'dbus/fake_bluetooth_media_endpoint_service_provider.h',
214 'dbus/fake_bluetooth_media_transport_client.cc',
215 'dbus/fake_bluetooth_media_transport_client.h',
216 'dbus/fake_bluetooth_profile_manager_client.cc',
217 'dbus/fake_bluetooth_profile_manager_client.h',
218 'dbus/fake_bluetooth_profile_service_provider.cc',
219 'dbus/fake_bluetooth_profile_service_provider.h',
220 ],
221 }],
132 ['chromeos==1', { 222 ['chromeos==1', {
133 'dependencies': [ 223 'dependencies': [
134 '../../build/linux/system.gyp:dbus', 224 '../../build/linux/system.gyp:dbus',
135 '../../chromeos/chromeos.gyp:chromeos', 225 '../../chromeos/chromeos.gyp:chromeos',
136 '../../dbus/dbus.gyp:dbus', 226 '../../dbus/dbus.gyp:dbus',
137 ], 227 ],
138 'export_dependent_settings': [ 228 'export_dependent_settings': [
139 '../../build/linux/system.gyp:dbus' 229 '../../build/linux/system.gyp:dbus'
140 ] 230 ]
141 }], 231 }],
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 ], 359 ],
270 'variables': { 360 'variables': {
271 'java_in_dir': '../../device/bluetooth/android/java', 361 'java_in_dir': '../../device/bluetooth/android/java',
272 }, 362 },
273 'includes': [ '../../build/java.gypi' ], 363 'includes': [ '../../build/java.gypi' ],
274 }, 364 },
275 ], 365 ],
276 }], 366 }],
277 ], 367 ],
278 } 368 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698