Index: device/bluetooth/public/interfaces/bluetooth_uuid.typemap |
diff --git a/device/bluetooth/public/interfaces/bluetooth_uuid.typemap b/device/bluetooth/public/interfaces/bluetooth_uuid.typemap |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a2b6453145410e81a0ed0881cf460904a4fdb713 |
--- /dev/null |
+++ b/device/bluetooth/public/interfaces/bluetooth_uuid.typemap |
@@ -0,0 +1,11 @@ |
+# Copyright 2016 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+mojom = "//device/bluetooth/public/interfaces/bluetooth_uuid.mojom" |
+public_headers = [ "//device/bluetooth/bluetooth_uuid.h" ] |
+traits_headers = [ "//device/bluetooth/public/interfaces/bluetooth_uuid_struct_traits.h" ] |
+deps = [ |
+ "//device/bluetooth", |
+] |
+type_mappings = [ "device.mojom.BluetoothUUID=std::unique_ptr<device::BluetoothUUID>" ] |
Jeffrey Yasskin
2016/05/28 04:38:06
See if this can be base::Optional instead of uniqu
ortuno
2016/05/31 17:30:47
Done.
|