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

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

Issue 1394973003: bluetooth: android: Create BluetoothRemoteGattServiceAndroid objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-renames-
Patch Set: Address ortuno 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
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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'bluetooth_low_energy_discovery_manager_mac.h', 98 'bluetooth_low_energy_discovery_manager_mac.h',
99 'bluetooth_low_energy_discovery_manager_mac.mm', 99 'bluetooth_low_energy_discovery_manager_mac.mm',
100 'bluetooth_low_energy_win.cc', 100 'bluetooth_low_energy_win.cc',
101 'bluetooth_low_energy_win.h', 101 'bluetooth_low_energy_win.h',
102 'bluetooth_pairing_chromeos.cc', 102 'bluetooth_pairing_chromeos.cc',
103 'bluetooth_pairing_chromeos.h', 103 'bluetooth_pairing_chromeos.h',
104 'bluetooth_remote_gatt_characteristic_chromeos.cc', 104 'bluetooth_remote_gatt_characteristic_chromeos.cc',
105 'bluetooth_remote_gatt_characteristic_chromeos.h', 105 'bluetooth_remote_gatt_characteristic_chromeos.h',
106 'bluetooth_remote_gatt_descriptor_chromeos.cc', 106 'bluetooth_remote_gatt_descriptor_chromeos.cc',
107 'bluetooth_remote_gatt_descriptor_chromeos.h', 107 'bluetooth_remote_gatt_descriptor_chromeos.h',
108 'bluetooth_remote_gatt_service_android.cc',
109 'bluetooth_remote_gatt_service_android.h',
108 'bluetooth_remote_gatt_service_chromeos.cc', 110 'bluetooth_remote_gatt_service_chromeos.cc',
109 'bluetooth_remote_gatt_service_chromeos.h', 111 'bluetooth_remote_gatt_service_chromeos.h',
110 'bluetooth_rfcomm_channel_mac.mm', 112 'bluetooth_rfcomm_channel_mac.mm',
111 'bluetooth_rfcomm_channel_mac.h', 113 'bluetooth_rfcomm_channel_mac.h',
112 'bluetooth_service_record_win.cc', 114 'bluetooth_service_record_win.cc',
113 'bluetooth_service_record_win.h', 115 'bluetooth_service_record_win.h',
114 'bluetooth_socket.cc', 116 'bluetooth_socket.cc',
115 'bluetooth_socket.h', 117 'bluetooth_socket.h',
116 'bluetooth_socket_chromeos.cc', 118 'bluetooth_socket_chromeos.cc',
117 'bluetooth_socket_chromeos.h', 119 'bluetooth_socket_chromeos.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 ], 271 ],
270 'variables': { 272 'variables': {
271 'java_in_dir': '../../device/bluetooth/android/java', 273 'java_in_dir': '../../device/bluetooth/android/java',
272 }, 274 },
273 'includes': [ '../../build/java.gypi' ], 275 'includes': [ '../../build/java.gypi' ],
274 }, 276 },
275 ], 277 ],
276 }], 278 }],
277 ], 279 ],
278 } 280 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698