mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Port recent changes to the GN build
cea59b66422bc51f08d9e10721f1b53a5eabc43b
This commit is contained in:
committed by
Andrew Kaster
parent
8b14b5ef36
commit
cc84dba7e8
@@ -35,6 +35,7 @@ shared_library("LibJS") {
|
||||
"Bytecode/Interpreter.cpp",
|
||||
"Bytecode/Label.cpp",
|
||||
"Bytecode/RegexTable.cpp",
|
||||
"Bytecode/ScopedOperand.cpp",
|
||||
"Bytecode/StringTable.cpp",
|
||||
"Console.cpp",
|
||||
"Contrib/Test262/262Object.cpp",
|
||||
|
||||
@@ -32,6 +32,7 @@ source_set("CSS") {
|
||||
"EdgeRect.cpp",
|
||||
"Flex.cpp",
|
||||
"FontFace.cpp",
|
||||
"FontFaceSet.cpp",
|
||||
"Frequency.cpp",
|
||||
"GridTrackPlacement.cpp",
|
||||
"GridTrackSize.cpp",
|
||||
@@ -41,6 +42,7 @@ source_set("CSS") {
|
||||
"MediaQuery.cpp",
|
||||
"MediaQueryList.cpp",
|
||||
"MediaQueryListEvent.cpp",
|
||||
"ParsedFontFace.cpp",
|
||||
"PercentageOr.cpp",
|
||||
"PreferredColorScheme.cpp",
|
||||
"Ratio.cpp",
|
||||
|
||||
@@ -45,6 +45,8 @@ standard_idl_files = [
|
||||
"//Userland/Libraries/LibWeb/CSS/CSSStyleRule.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/CSSStyleSheet.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/CSSSupportsRule.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/FontFace.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/FontFaceSet.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/MediaList.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/MediaQueryList.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/MediaQueryListEvent.idl",
|
||||
|
||||
Reference in New Issue
Block a user