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

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: fixed layout tests 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: 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..994f5d0e373232aa4a2ea09e704e28c1f1321204 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BUILD.gn
+++ b/third_party/WebKit/Source/modules/bluetooth/BUILD.gn
@@ -22,11 +22,15 @@ blink_modules_sources("bluetooth") {
"BluetoothRemoteGATTServer.h",
"BluetoothRemoteGATTService.cpp",
"BluetoothRemoteGATTService.h",
- "BluetoothSupplement.cpp",
- "BluetoothSupplement.h",
"BluetoothUUID.cpp",
"BluetoothUUID.h",
+ "BluetoothUtils.cpp",
+ "BluetoothUtils.h",
"NavigatorBluetooth.cpp",
"NavigatorBluetooth.h",
]
+
+ deps = [
+ "//device/bluetooth/public/interfaces:interfaces_blink",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698