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

Unified Diff: third_party/WebKit/public/platform/modules/bluetooth/Bluetooth.typemap

Issue 2615093002: Typemap WebBluetoothDeviceId to WTF::String (Closed)
Patch Set: merge master Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/Source/platform/mojo/blink_typemaps.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/bluetooth/Bluetooth.typemap
diff --git a/third_party/WebKit/Source/platform/mojo/Bluetooth.typemap b/third_party/WebKit/public/platform/modules/bluetooth/Bluetooth.typemap
similarity index 64%
rename from third_party/WebKit/Source/platform/mojo/Bluetooth.typemap
rename to third_party/WebKit/public/platform/modules/bluetooth/Bluetooth.typemap
index c657a6ba62ab7b655d93139de9d90aabee1e47c7..c11dd1235d84c8840038c33841e4baf550272441 100644
--- a/third_party/WebKit/Source/platform/mojo/Bluetooth.typemap
+++ b/third_party/WebKit/public/platform/modules/bluetooth/Bluetooth.typemap
@@ -2,11 +2,15 @@
# 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/uuid.mojom"
+mojom =
+ "//third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom"
public_headers = [ "//third_party/WebKit/Source/wtf/text/WTFString.h" ]
traits_headers =
[ "//third_party/WebKit/Source/platform/mojo/BluetoothStructTraits.h" ]
deps = [
"//device/bluetooth",
]
-type_mappings = [ "bluetooth.mojom.UUID=WTF::String" ]
+type_mappings = [
+ "blink.mojom.WebBluetoothDeviceId=WTF::String",
+ "bluetooth.mojom.UUID=WTF::String",
+]
« no previous file with comments | « third_party/WebKit/Source/platform/mojo/blink_typemaps.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698