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

Side by Side Diff: device/bluetooth/mojo/bluetooth_uuid.typemap

Issue 2015463004: bluetooth: Use BluetoothUUID instead of string when sending uuids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-mojo-request-device
Patch Set: Add header Created 4 years, 7 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
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 mojom = "//device/bluetooth/mojo/bluetooth_uuid.mojom"
6 public_headers = [ "//device/bluetooth/bluetooth_uuid.h" ]
7 traits_headers = [ "//device/bluetooth/mojo/bluetooth_uuid_struct_traits.h" ]
8 deps = [
9 "//device/bluetooth",
10 ]
11 type_mappings = [ "device.mojom.BluetoothUUID=std::unique_ptr<device::BluetoothU UID>" ]
ortuno 2016/05/26 20:46:13 It would be nice if I could define a different typ
Ken Rockot(use gerrit already) 2016/05/26 21:05:07 I don't think we want to force people to do that.
ortuno 2016/05/27 14:38:35 Yes. That would be even nicer.
Ken Rockot(use gerrit already) 2016/05/27 14:57:42 Doh, right.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698