mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
LibWeb: Generate parsing code for CSS math functions
This commit is contained in:
parent
780998b3d5
commit
618c0402a7
6 changed files with 629 additions and 0 deletions
|
@ -18,6 +18,15 @@ function (generate_css_implementation)
|
|||
arguments -j "${LIBWEB_INPUT_FOLDER}/CSS/Enums.json"
|
||||
)
|
||||
|
||||
invoke_generator(
|
||||
"MathFunctions.cpp"
|
||||
Lagom::GenerateCSSMathFunctions
|
||||
"${LIBWEB_INPUT_FOLDER}/CSS/MathFunctions.json"
|
||||
"CSS/MathFunctions.h"
|
||||
"CSS/MathFunctions.cpp"
|
||||
arguments -j "${LIBWEB_INPUT_FOLDER}/CSS/MathFunctions.json"
|
||||
)
|
||||
|
||||
invoke_generator(
|
||||
"MediaFeatureID.cpp"
|
||||
Lagom::GenerateCSSMediaFeatureID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue