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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2565913002: [Onion Soup] Move WebBluetoothImpl from //content/renderer/bluetooth to Blink's bluetooth module (Closed)
Patch Set: renamed BluetoothUUID.typemap to Bluetooth.typemap Created 3 years, 12 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
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 21de310189ddda2391356d5901677183b45a39be..139f1b6961be985f27b6d8ad19461a35efddde2c 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -326,13 +326,6 @@ source_set("blink_headers") {
"platform/linux/WebFontRenderStyle.h",
"platform/linux/WebSandboxSupport.h",
"platform/mac/WebSandboxSupport.h",
- "platform/modules/bluetooth/WebBluetooth.h",
- "platform/modules/bluetooth/WebBluetoothDevice.h",
- "platform/modules/bluetooth/WebBluetoothError.h",
- "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h",
- "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h",
- "platform/modules/bluetooth/WebBluetoothRemoteGATTService.h",
- "platform/modules/bluetooth/WebRequestDeviceOptions.h",
"platform/modules/device_orientation/WebDeviceMotionData.h",
"platform/modules/device_orientation/WebDeviceMotionListener.h",
"platform/modules/device_orientation/WebDeviceOrientationData.h",

Powered by Google App Engine
This is Rietveld 408576698