mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
Meta: Port recent LibWeb and LibJS changes to gn build
This ports the following commits:a8587fe54e
9d7215c636
This commit is contained in:
parent
a0d1ef34e2
commit
7696738140
2 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,6 @@ shared_library("LibJS") {
|
|||
"Runtime/IteratorConstructor.cpp",
|
||||
"Runtime/IteratorHelper.cpp",
|
||||
"Runtime/IteratorHelperPrototype.cpp",
|
||||
"Runtime/IteratorOperations.cpp",
|
||||
"Runtime/IteratorPrototype.cpp",
|
||||
"Runtime/JSONObject.cpp",
|
||||
"Runtime/JobCallback.cpp",
|
||||
|
|
|
@ -36,6 +36,7 @@ source_set("StyleValues") {
|
|||
"NumberStyleValue.cpp",
|
||||
"OverflowStyleValue.cpp",
|
||||
"PlaceContentStyleValue.cpp",
|
||||
"PlaceItemsStyleValue.cpp",
|
||||
"PositionStyleValue.cpp",
|
||||
"RadialGradientStyleValue.cpp",
|
||||
"RectStyleValue.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue