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

Unified Diff: mojo/public/tools/bindings/blink_bindings_configuration.gni

Issue 2565913002: [Onion Soup] Move WebBluetoothImpl from //content/renderer/bluetooth to Blink's bluetooth module (Closed)
Patch Set: added typemap for Bluetooth uuid on blink side Created 4 years 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: mojo/public/tools/bindings/blink_bindings_configuration.gni
diff --git a/mojo/public/tools/bindings/blink_bindings_configuration.gni b/mojo/public/tools/bindings/blink_bindings_configuration.gni
index 8598cd81e2a7fa039c9aab9333084bbdfee1e78e..d66480de7b89c23ef273a222a2e1c9ce4df67a54 100644
--- a/mojo/public/tools/bindings/blink_bindings_configuration.gni
+++ b/mojo/public/tools/bindings/blink_bindings_configuration.gni
@@ -8,6 +8,7 @@ for_blink = true
_typemap_imports = [
"//mojo/public/cpp/bindings/tests/blink_typemaps.gni",
+ "//third_party/WebKit/Source/modules/bluetooth/typemaps.gni",
dcheng 2016/12/29 08:58:06 This doesn't feel quite right: it feels like the B
juncai 2016/12/29 22:22:59 Done.
"//third_party/WebKit/Source/platform/mojo/blink_typemaps.gni",
"//third_party/WebKit/public/blink_typemaps.gni",
"//third_party/WebKit/public/public_typemaps.gni",

Powered by Google App Engine
This is Rietveld 408576698