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

Unified Diff: content/common/bluetooth/web_bluetooth_device_id.typemap

Issue 2019853002: bluetooth: Use WebBluetoothDeviceId instead of string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-uuid-typemap
Patch Set: Rebase Created 4 years, 4 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: content/common/bluetooth/web_bluetooth_device_id.typemap
diff --git a/content/common/bluetooth/web_bluetooth_device_id.typemap b/content/common/bluetooth/web_bluetooth_device_id.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..7f07b52b538f8ef76e2470e7d158c6bb1213ef13
--- /dev/null
+++ b/content/common/bluetooth/web_bluetooth_device_id.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 =
+ "//third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom"
+public_headers = [ "//content/common/bluetooth/web_bluetooth_device_id.h" ]
+traits_headers =
+ [ "//content/common/bluetooth/web_bluetooth_device_id_struct_traits.h" ]
+type_mappings =
+ [ "blink.mojom.WebBluetoothDeviceId=content::WebBluetoothDeviceId" ]
« no previous file with comments | « content/common/bluetooth/web_bluetooth_device_id.cc ('k') | content/common/bluetooth/web_bluetooth_device_id_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698