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

Unified Diff: third_party/WebKit/Source/platform/mojo/blink_typemaps.gni

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
Index: third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
diff --git a/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni b/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
index bbad913d44981892fbf3d7f177136d764daf2833..f25ae1ca732e07c25e73bc3f0843e14a2872af8f 100644
--- a/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
+++ b/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
@@ -3,10 +3,10 @@
# found in the LICENSE file.
typemaps = [
- "//third_party/WebKit/Source/platform/mojo/Bluetooth.typemap",
"//third_party/WebKit/Source/platform/mojo/File.typemap",
"//third_party/WebKit/Source/platform/mojo/Geometry.typemap",
"//third_party/WebKit/Source/platform/mojo/KURL.typemap",
"//third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap",
"//third_party/WebKit/Source/platform/mojo/String.typemap",
+ "//third_party/WebKit/public/platform/modules/bluetooth/Bluetooth.typemap",
]

Powered by Google App Engine
This is Rietveld 408576698