mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Move geckolib/properties.mako.rs to style/properties/gecko.mako.rs
This commit is contained in:
parent
2c1f7c8a85
commit
db3607471f
8 changed files with 107 additions and 157 deletions
|
@ -83,6 +83,7 @@ pub mod error_reporting;
|
|||
pub mod font_face;
|
||||
#[cfg(feature = "gecko")] pub mod gecko_conversions;
|
||||
#[cfg(feature = "gecko")] pub mod gecko_values;
|
||||
#[cfg(feature = "gecko")] pub mod gecko_glue;
|
||||
pub mod keyframes;
|
||||
pub mod logical_geometry;
|
||||
pub mod matching;
|
||||
|
@ -116,6 +117,12 @@ pub mod properties {
|
|||
include!(concat!(env!("OUT_DIR"), "/properties.rs"));
|
||||
}
|
||||
|
||||
#[cfg(feature = "gecko")]
|
||||
#[allow(unsafe_code)]
|
||||
pub mod gecko_properties {
|
||||
include!(concat!(env!("OUT_DIR"), "/gecko_properties.rs"));
|
||||
}
|
||||
|
||||
macro_rules! reexport_computed_values {
|
||||
( $( $name: ident )+ ) => {
|
||||
/// Types for [computed values][computed].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue