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", |
+ ] |
} |