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