mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
Meta: Port recent build changes to gn build
This ports the following commits:6476dea898
153ae93f9c
45b36bd08a
7870f10aa8
139c575cc9
63d09f6daf
1b3ad1c721
77d32fcb5f
This commit is contained in:
parent
d168bfabc4
commit
1681d6f721
8 changed files with 11 additions and 2 deletions
|
@ -34,6 +34,7 @@ source_set("StyleValues") {
|
|||
"LengthStyleValue.cpp",
|
||||
"LinearGradientStyleValue.cpp",
|
||||
"ListStyleStyleValue.cpp",
|
||||
"MathDepthStyleValue.cpp",
|
||||
"NumberStyleValue.cpp",
|
||||
"OverflowStyleValue.cpp",
|
||||
"PlaceContentStyleValue.cpp",
|
||||
|
|
|
@ -45,6 +45,8 @@ source_set("DOM") {
|
|||
"RadioNodeList.cpp",
|
||||
"Range.cpp",
|
||||
"ShadowRoot.cpp",
|
||||
"Slot.cpp",
|
||||
"Slottable.cpp",
|
||||
"StaticNodeList.cpp",
|
||||
"StaticRange.cpp",
|
||||
"StyleElementUtils.cpp",
|
||||
|
|
|
@ -6,5 +6,6 @@ source_set("FileAPI") {
|
|||
"BlobURLStore.cpp",
|
||||
"File.cpp",
|
||||
"FileList.cpp",
|
||||
"FileReader.cpp",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -149,6 +149,7 @@ source_set("HTML") {
|
|||
"TextMetrics.cpp",
|
||||
"TimeRanges.cpp",
|
||||
"Timer.cpp",
|
||||
"ToggleEvent.cpp",
|
||||
"TrackEvent.cpp",
|
||||
"TraversableNavigable.cpp",
|
||||
"VideoTrack.cpp",
|
||||
|
|
|
@ -83,6 +83,7 @@ standard_idl_files = [
|
|||
"//Userland/Libraries/LibWeb/FileAPI/Blob.idl",
|
||||
"//Userland/Libraries/LibWeb/FileAPI/File.idl",
|
||||
"//Userland/Libraries/LibWeb/FileAPI/FileList.idl",
|
||||
"//Userland/Libraries/LibWeb/FileAPI/FileReader.idl",
|
||||
"//Userland/Libraries/LibWeb/Geometry/DOMMatrix.idl",
|
||||
"//Userland/Libraries/LibWeb/Geometry/DOMMatrixReadOnly.idl",
|
||||
"//Userland/Libraries/LibWeb/Geometry/DOMPoint.idl",
|
||||
|
@ -200,6 +201,7 @@ standard_idl_files = [
|
|||
"//Userland/Libraries/LibWeb/HTML/SubmitEvent.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/TextMetrics.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/TimeRanges.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/ToggleEvent.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/TrackEvent.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/VideoTrack.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/VideoTrackList.idl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue