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

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

Issue 2716263002: DO NOT SUBMIT. Renderer side of Bluetooth Test API in blink C++ (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/bluetooth/Bluetooth.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/bluetooth/Bluetooth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698