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

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

Issue 1211013005: Added class BluetoothDeviceMac, returns mac device timing data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pre-hash
Patch Set: adding a retain 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.mm » ('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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'bluetooth_audio_sink_chromeos.cc', 46 'bluetooth_audio_sink_chromeos.cc',
47 'bluetooth_audio_sink_chromeos.h', 47 'bluetooth_audio_sink_chromeos.h',
48 'bluetooth_channel_mac.mm', 48 'bluetooth_channel_mac.mm',
49 'bluetooth_channel_mac.h', 49 'bluetooth_channel_mac.h',
50 'bluetooth_classic_device_mac.mm', 50 'bluetooth_classic_device_mac.mm',
51 'bluetooth_classic_device_mac.h', 51 'bluetooth_classic_device_mac.h',
52 'bluetooth_device.cc', 52 'bluetooth_device.cc',
53 'bluetooth_device.h', 53 'bluetooth_device.h',
54 'bluetooth_device_chromeos.cc', 54 'bluetooth_device_chromeos.cc',
55 'bluetooth_device_chromeos.h', 55 'bluetooth_device_chromeos.h',
56 'bluetooth_device_mac.mm',
57 'bluetooth_device_mac.h',
armansito 2015/07/07 19:10:15 I realize now that this was just sorting the files
krstnmnlsn 2015/07/07 20:03:31 Done. Though I think the rest of this file is the
krstnmnlsn 2015/07/07 20:13:05 And undone, for consistency within this file.
56 'bluetooth_device_win.cc', 58 'bluetooth_device_win.cc',
57 'bluetooth_device_win.h', 59 'bluetooth_device_win.h',
58 'bluetooth_discovery_filter.cc', 60 'bluetooth_discovery_filter.cc',
59 'bluetooth_discovery_filter.h', 61 'bluetooth_discovery_filter.h',
60 'bluetooth_discovery_manager_mac.mm', 62 'bluetooth_discovery_manager_mac.mm',
61 'bluetooth_discovery_manager_mac.h', 63 'bluetooth_discovery_manager_mac.h',
62 'bluetooth_discovery_session.cc', 64 'bluetooth_discovery_session.cc',
63 'bluetooth_discovery_session.h', 65 'bluetooth_discovery_session.h',
64 'bluetooth_gatt_characteristic.cc', 66 'bluetooth_gatt_characteristic.cc',
65 'bluetooth_gatt_characteristic.h', 67 'bluetooth_gatt_characteristic.h',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 ], 261 ],
260 'variables': { 262 'variables': {
261 'java_in_dir': '../../device/bluetooth/android/java', 263 'java_in_dir': '../../device/bluetooth/android/java',
262 }, 264 },
263 'includes': [ '../../build/java.gypi' ], 265 'includes': [ '../../build/java.gypi' ],
264 }, 266 },
265 ], 267 ],
266 }], 268 }],
267 ], 269 ],
268 } 270 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698