| 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 39b985eab04f9390610986f3a6da58c7e2bef98d..532cc5117bc636d19eafd23a1e438a9dc8bcd68d 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BUILD.gn
|
| @@ -28,10 +28,27 @@ blink_modules_sources("bluetooth") {
|
| "BluetoothRemoteGATTUtils.h",
|
| "BluetoothUUID.cpp",
|
| "BluetoothUUID.h",
|
| + "BluetoothFakeBluetooth.cpp",
|
| + "BluetoothFakeBluetooth.h",
|
| + "FakeBluetooth.cpp",
|
| + "FakeBluetooth.h",
|
| + "FakeBluetoothChooser.cpp",
|
| + "FakeBluetoothChooser.h",
|
| + "FakeBluetoothChooserEvent.cpp",
|
| + "FakeBluetoothChooserEvent.h",
|
| + "FakeLECentralManager.cpp",
|
| + "FakeLECentralManager.h",
|
| + "FakeLEPeripheral.cpp",
|
| + "FakeLEPeripheral.h",
|
| + "FakeRemoteGATTService.cpp",
|
| + "FakeRemoteGATTService.h",
|
| + "FakeRemoteGATTCharacteristic.cpp",
|
| + "FakeRemoteGATTCharacteristic.h",
|
| + "FakeRemoteGATTDescriptor.cpp",
|
| + "FakeRemoteGATTDescriptor.h",
|
| "NavigatorBluetooth.cpp",
|
| "NavigatorBluetooth.h",
|
| ]
|
| -
|
| deps = [
|
| "//device/bluetooth/public/interfaces:interfaces_blink",
|
| ]
|
|
|