mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Make WebBluetooth an optional feature. (#35479)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
32f19c1eae
commit
1d606bb85c
42 changed files with 124 additions and 37 deletions
|
@ -233,16 +233,11 @@ pub(crate) mod beforeunloadevent;
|
|||
pub(crate) mod bindings;
|
||||
pub(crate) mod biquadfilternode;
|
||||
pub(crate) mod blob;
|
||||
#[cfg(feature = "bluetooth")]
|
||||
#[allow(clippy::module_inception)]
|
||||
pub(crate) mod bluetooth;
|
||||
pub(crate) mod bluetoothadvertisingevent;
|
||||
pub(crate) mod bluetoothcharacteristicproperties;
|
||||
pub(crate) mod bluetoothdevice;
|
||||
pub(crate) mod bluetoothpermissionresult;
|
||||
pub(crate) mod bluetoothremotegattcharacteristic;
|
||||
pub(crate) mod bluetoothremotegattdescriptor;
|
||||
pub(crate) mod bluetoothremotegattserver;
|
||||
pub(crate) mod bluetoothremotegattservice;
|
||||
pub(crate) mod bluetoothuuid;
|
||||
#[cfg(feature = "bluetooth")]
|
||||
pub(crate) use self::bluetooth::*;
|
||||
pub(crate) mod broadcastchannel;
|
||||
pub(crate) mod bytelengthqueuingstrategy;
|
||||
pub(crate) mod canvasgradient;
|
||||
|
@ -552,7 +547,6 @@ pub(crate) mod testbindingpairiterable;
|
|||
pub(crate) mod testbindingproxy;
|
||||
pub(crate) mod testbindingsetlike;
|
||||
pub(crate) mod testns;
|
||||
pub(crate) mod testrunner;
|
||||
pub(crate) mod testworklet;
|
||||
pub(crate) mod testworkletglobalscope;
|
||||
pub(crate) mod text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue