1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:07:36 +00:00

Meta: Port recent build changes to gn build

This ports the following commits:

f76c614a84
ddbe6bd7b4
2eaa528a0e
1b40bf9783
9f6ceff7cf
52d6df5ee5
9e22f01eba
bf4e2f3e9c
da2cd73bcf
This commit is contained in:
Sebastian Zaha 2023-08-12 22:44:37 +02:00 committed by Andrew Kaster
parent 4c26b0b047
commit b4df4d66dc
10 changed files with 39 additions and 13 deletions

View file

@ -30,6 +30,8 @@ source_set("sources") {
"EventLoopImplementation.h",
"EventLoopImplementationUnix.cpp",
"EventLoopImplementationUnix.h",
"EventReceiver.cpp",
"EventReceiver.h",
"File.cpp",
"File.h",
"Forward.h",
@ -44,15 +46,11 @@ source_set("sources") {
"NetworkResponse.h",
"Notifier.cpp",
"Notifier.h",
"Object.cpp",
"Object.h",
"Process.cpp",
"Process.h",
"ProcessStatisticsReader.cpp",
"ProcessStatisticsReader.h",
"Promise.h",
"Property.cpp",
"Property.h",
"Proxy.h",
"SOCKSProxyClient.cpp",
"SOCKSProxyClient.h",