Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 ['chromeos==1 or OS=="linux"', { | |
| 133 'defines': [ | |
| 134 'CHROMEOS_IMPLEMENTATION', | |
|
stevenjb
2015/09/17 21:48:01
DEVICE_BLUETOOTH_IMPLEMENTATION
rkc
2015/09/21 18:54:22
Done.
| |
| 135 ], | |
| 136 'sources': [ | |
| 137 'dbus/bluetooth_adapter_client.cc', | |
| 138 'dbus/bluetooth_adapter_client.h', | |
| 139 'dbus/bluetooth_le_advertising_manager_client.cc', | |
| 140 'dbus/bluetooth_le_advertising_manager_client.h', | |
| 141 'dbus/bluetooth_le_advertisement_service_provider.cc', | |
| 142 'dbus/bluetooth_le_advertisement_service_provider.h', | |
| 143 'dbus/bluetooth_agent_manager_client.cc', | |
| 144 'dbus/bluetooth_agent_manager_client.h', | |
| 145 'dbus/bluetooth_agent_service_provider.cc', | |
| 146 'dbus/bluetooth_agent_service_provider.h', | |
| 147 'dbus/bluetooth_dbus_client_bundle.cc', | |
| 148 'dbus/bluetooth_dbus_client_bundle.h', | |
| 149 'dbus/bluetooth_device_client.cc', | |
| 150 'dbus/bluetooth_device_client.h', | |
| 151 'dbus/bluetooth_gatt_characteristic_client.cc', | |
| 152 'dbus/bluetooth_gatt_characteristic_client.h', | |
| 153 'dbus/bluetooth_gatt_characteristic_service_provider.cc', | |
| 154 'dbus/bluetooth_gatt_characteristic_service_provider.h', | |
| 155 'dbus/bluetooth_gatt_descriptor_client.cc', | |
| 156 'dbus/bluetooth_gatt_descriptor_client.h', | |
| 157 'dbus/bluetooth_gatt_descriptor_service_provider.cc', | |
| 158 'dbus/bluetooth_gatt_descriptor_service_provider.h', | |
| 159 'dbus/bluetooth_gatt_manager_client.cc', | |
| 160 'dbus/bluetooth_gatt_manager_client.h', | |
| 161 'dbus/bluetooth_gatt_service_client.cc', | |
| 162 'dbus/bluetooth_gatt_service_client.h', | |
| 163 'dbus/bluetooth_gatt_service_service_provider.cc', | |
| 164 'dbus/bluetooth_gatt_service_service_provider.h', | |
| 165 'dbus/bluetooth_input_client.cc', | |
| 166 'dbus/bluetooth_input_client.h', | |
| 167 'dbus/bluetooth_media_client.cc', | |
| 168 'dbus/bluetooth_media_client.h', | |
| 169 'dbus/bluetooth_media_endpoint_service_provider.cc', | |
| 170 'dbus/bluetooth_media_endpoint_service_provider.h', | |
| 171 'dbus/bluetooth_media_transport_client.cc', | |
| 172 'dbus/bluetooth_media_transport_client.h', | |
| 173 'dbus/bluetooth_profile_manager_client.cc', | |
| 174 'dbus/bluetooth_profile_manager_client.h', | |
| 175 'dbus/bluetooth_profile_service_provider.cc', | |
| 176 'dbus/bluetooth_profile_service_provider.h', | |
| 177 'dbus/bluez_dbus_client.h', | |
| 178 'dbus/bluez_dbus_manager.cc', | |
| 179 'dbus/bluez_dbus_manager.h', | |
| 180 'dbus/fake_bluetooth_adapter_client.cc', | |
| 181 'dbus/fake_bluetooth_adapter_client.h', | |
| 182 'dbus/fake_bluetooth_le_advertising_manager_client.cc', | |
| 183 'dbus/fake_bluetooth_le_advertising_manager_client.h', | |
| 184 'dbus/fake_bluetooth_le_advertisement_service_provider.cc', | |
| 185 'dbus/fake_bluetooth_le_advertisement_service_provider.h', | |
| 186 'dbus/fake_bluetooth_agent_manager_client.cc', | |
| 187 'dbus/fake_bluetooth_agent_manager_client.h', | |
| 188 'dbus/fake_bluetooth_agent_service_provider.cc', | |
| 189 'dbus/fake_bluetooth_agent_service_provider.h', | |
| 190 'dbus/fake_bluetooth_device_client.cc', | |
| 191 'dbus/fake_bluetooth_device_client.h', | |
| 192 'dbus/fake_bluetooth_gatt_characteristic_client.cc', | |
| 193 'dbus/fake_bluetooth_gatt_characteristic_client.h', | |
| 194 'dbus/fake_bluetooth_gatt_characteristic_service_provider.cc', | |
| 195 'dbus/fake_bluetooth_gatt_characteristic_service_provider.h', | |
| 196 'dbus/fake_bluetooth_gatt_descriptor_client.cc', | |
| 197 'dbus/fake_bluetooth_gatt_descriptor_client.h', | |
| 198 'dbus/fake_bluetooth_gatt_descriptor_service_provider.cc', | |
| 199 'dbus/fake_bluetooth_gatt_descriptor_service_provider.h', | |
| 200 'dbus/fake_bluetooth_gatt_manager_client.cc', | |
| 201 'dbus/fake_bluetooth_gatt_manager_client.h', | |
| 202 'dbus/fake_bluetooth_gatt_service_client.cc', | |
| 203 'dbus/fake_bluetooth_gatt_service_client.h', | |
| 204 'dbus/fake_bluetooth_gatt_service_service_provider.cc', | |
| 205 'dbus/fake_bluetooth_gatt_service_service_provider.h', | |
| 206 'dbus/fake_bluetooth_input_client.cc', | |
| 207 'dbus/fake_bluetooth_input_client.h', | |
| 208 'dbus/fake_bluetooth_media_client.cc', | |
| 209 'dbus/fake_bluetooth_media_client.h', | |
| 210 'dbus/fake_bluetooth_media_endpoint_service_provider.cc', | |
| 211 'dbus/fake_bluetooth_media_endpoint_service_provider.h', | |
| 212 'dbus/fake_bluetooth_media_transport_client.cc', | |
| 213 'dbus/fake_bluetooth_media_transport_client.h', | |
| 214 'dbus/fake_bluetooth_profile_manager_client.cc', | |
| 215 'dbus/fake_bluetooth_profile_manager_client.h', | |
| 216 'dbus/fake_bluetooth_profile_service_provider.cc', | |
| 217 'dbus/fake_bluetooth_profile_service_provider.h', | |
| 218 ], | |
| 219 }], | |
| 132 ['chromeos==1', { | 220 ['chromeos==1', { |
| 133 'dependencies': [ | 221 'dependencies': [ |
| 134 '../../build/linux/system.gyp:dbus', | 222 '../../build/linux/system.gyp:dbus', |
| 135 '../../chromeos/chromeos.gyp:chromeos', | 223 '../../chromeos/chromeos.gyp:chromeos', |
| 136 '../../dbus/dbus.gyp:dbus', | 224 '../../dbus/dbus.gyp:dbus', |
| 137 ], | 225 ], |
| 138 'export_dependent_settings': [ | 226 'export_dependent_settings': [ |
| 139 '../../build/linux/system.gyp:dbus' | 227 '../../build/linux/system.gyp:dbus' |
| 140 ] | 228 ] |
| 141 }], | 229 }], |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 269 ], | 357 ], |
| 270 'variables': { | 358 'variables': { |
| 271 'java_in_dir': '../../device/bluetooth/android/java', | 359 'java_in_dir': '../../device/bluetooth/android/java', |
| 272 }, | 360 }, |
| 273 'includes': [ '../../build/java.gypi' ], | 361 'includes': [ '../../build/java.gypi' ], |
| 274 }, | 362 }, |
| 275 ], | 363 ], |
| 276 }], | 364 }], |
| 277 ], | 365 ], |
| 278 } | 366 } |
| OLD | NEW |