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

Unified Diff: device/bluetooth/public/interfaces/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: Fix windows 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 side-by-side diff with in-line comments
Download patch
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..21ea40146e57e560789a1476de46e297775b3127
--- /dev/null
+++ b/device/bluetooth/public/interfaces/bluetooth_uuid.typemap
@@ -0,0 +1,15 @@
+# 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",
+ "//base/optional.h"
+]
+traits_headers = [ "//device/bluetooth/public/interfaces/bluetooth_uuid_struct_traits.h" ]
+deps = [
+ "//device/bluetooth",
+ "//base",
+]
+type_mappings = [ "device.mojom.BluetoothUUID=base::Optional<device::BluetoothUUID>" ]

Powered by Google App Engine
This is Rietveld 408576698