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

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

Issue 1226133006: Move CBCentralManager from the Discovery Manager to Adapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@adddevs
Patch Set: comment edit Created 5 years, 5 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_mac.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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'bluetooth_gatt_notify_session.cc', 81 'bluetooth_gatt_notify_session.cc',
82 'bluetooth_gatt_notify_session.h', 82 'bluetooth_gatt_notify_session.h',
83 'bluetooth_gatt_notify_session_chromeos.cc', 83 'bluetooth_gatt_notify_session_chromeos.cc',
84 'bluetooth_gatt_notify_session_chromeos.h', 84 'bluetooth_gatt_notify_session_chromeos.h',
85 'bluetooth_gatt_service.cc', 85 'bluetooth_gatt_service.cc',
86 'bluetooth_gatt_service.h', 86 'bluetooth_gatt_service.h',
87 'bluetooth_init_win.cc', 87 'bluetooth_init_win.cc',
88 'bluetooth_init_win.h', 88 'bluetooth_init_win.h',
89 'bluetooth_l2cap_channel_mac.mm', 89 'bluetooth_l2cap_channel_mac.mm',
90 'bluetooth_l2cap_channel_mac.h', 90 'bluetooth_l2cap_channel_mac.h',
91 'bluetooth_low_energy_central_manager_delegate.mm',
92 'bluetooth_low_energy_central_manager_delegate.h',
91 'bluetooth_low_energy_defs_win.cc', 93 'bluetooth_low_energy_defs_win.cc',
92 'bluetooth_low_energy_defs_win.h', 94 'bluetooth_low_energy_defs_win.h',
93 'bluetooth_low_energy_device_mac.h', 95 'bluetooth_low_energy_device_mac.h',
94 'bluetooth_low_energy_device_mac.mm', 96 'bluetooth_low_energy_device_mac.mm',
95 'bluetooth_low_energy_discovery_manager_mac.h', 97 'bluetooth_low_energy_discovery_manager_mac.h',
96 'bluetooth_low_energy_discovery_manager_mac.mm', 98 'bluetooth_low_energy_discovery_manager_mac.mm',
97 'bluetooth_low_energy_win.cc', 99 'bluetooth_low_energy_win.cc',
98 'bluetooth_low_energy_win.h', 100 'bluetooth_low_energy_win.h',
99 'bluetooth_pairing_chromeos.cc', 101 'bluetooth_pairing_chromeos.cc',
100 'bluetooth_pairing_chromeos.h', 102 'bluetooth_pairing_chromeos.h',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 ], 268 ],
267 'variables': { 269 'variables': {
268 'java_in_dir': '../../device/bluetooth/android/java', 270 'java_in_dir': '../../device/bluetooth/android/java',
269 }, 271 },
270 'includes': [ '../../build/java.gypi' ], 272 'includes': [ '../../build/java.gypi' ],
271 }, 273 },
272 ], 274 ],
273 }], 275 }],
274 ], 276 ],
275 } 277 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698