mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38:12 +00:00
Meta: Port 60e35f2a97
to gn build
This commit is contained in:
parent
fac389f648
commit
cc3e179b23
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ source_set("CSS") {
|
|||
"CSSKeyframeRule.cpp",
|
||||
"CSSKeyframesRule.cpp",
|
||||
"CSSMediaRule.cpp",
|
||||
"CSSNamespaceRule.cpp",
|
||||
"CSSNumericType.cpp",
|
||||
"CSSRule.cpp",
|
||||
"CSSRuleList.cpp",
|
||||
|
|
|
@ -28,6 +28,7 @@ standard_idl_files = [
|
|||
"//Userland/Libraries/LibWeb/CSS/CSSKeyframesRule.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/CSSImportRule.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/CSSMediaRule.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/CSSNamespaceRule.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/CSSRule.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/CSSRuleList.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/CSSStyleDeclaration.idl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue