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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BUILD.gn

Issue 2565913002: [Onion Soup] Move WebBluetoothImpl from //content/renderer/bluetooth to Blink's bluetooth module (Closed)
Patch Set: renamed BluetoothUUID.typemap to Bluetooth.typemap Created 3 years, 12 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/modules/bluetooth/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/bluetooth/BUILD.gn b/third_party/WebKit/Source/modules/bluetooth/BUILD.gn
index 786cea772cf4629ce82acb5bc7fc4ace8e1b89ee..36d58821a18ca3be0db6454b92bcc53f9ec03384 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BUILD.gn
+++ b/third_party/WebKit/Source/modules/bluetooth/BUILD.gn
@@ -22,11 +22,13 @@ blink_modules_sources("bluetooth") {
"BluetoothRemoteGATTServer.h",
"BluetoothRemoteGATTService.cpp",
"BluetoothRemoteGATTService.h",
- "BluetoothSupplement.cpp",
- "BluetoothSupplement.h",
"BluetoothUUID.cpp",
"BluetoothUUID.h",
"NavigatorBluetooth.cpp",
"NavigatorBluetooth.h",
]
+
+ deps = [
+ "//device/bluetooth/public/interfaces:interfaces_blink",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698