mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 14:02:20 +00:00
LibCore: Reduce the size of LibCoreMinimal slightly
A couple of files no longer needed after forking from Serenity and removing a bunch of code generators.
This commit is contained in:
parent
666979fb90
commit
546f740772
Notes:
sideshowbarker
2024-07-16 21:34:08 +09:00
Author: https://github.com/trflynn89
Commit: 546f740772
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/257
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,11 @@
|
||||||
# LibCore to depend on generated sources.
|
# LibCore to depend on generated sources.
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
ArgsParser.cpp
|
ArgsParser.cpp
|
||||||
ConfigFile.cpp
|
|
||||||
Directory.cpp
|
Directory.cpp
|
||||||
DirectoryEntry.cpp
|
DirectoryEntry.cpp
|
||||||
DirIterator.cpp
|
DirIterator.cpp
|
||||||
Environment.cpp
|
Environment.cpp
|
||||||
File.cpp
|
File.cpp
|
||||||
SessionManagement.cpp
|
|
||||||
StandardPaths.cpp
|
StandardPaths.cpp
|
||||||
System.cpp
|
System.cpp
|
||||||
Version.cpp
|
Version.cpp
|
||||||
|
@ -19,6 +17,7 @@ serenity_lib(LibCoreMinimal coreminimal)
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
AnonymousBuffer.cpp
|
AnonymousBuffer.cpp
|
||||||
Command.cpp
|
Command.cpp
|
||||||
|
ConfigFile.cpp
|
||||||
DateTime.cpp
|
DateTime.cpp
|
||||||
ElapsedTimer.cpp
|
ElapsedTimer.cpp
|
||||||
Event.cpp
|
Event.cpp
|
||||||
|
@ -37,6 +36,7 @@ set(SOURCES
|
||||||
ResourceImplementation.cpp
|
ResourceImplementation.cpp
|
||||||
ResourceImplementationFile.cpp
|
ResourceImplementationFile.cpp
|
||||||
SecretString.cpp
|
SecretString.cpp
|
||||||
|
SessionManagement.cpp
|
||||||
Socket.cpp
|
Socket.cpp
|
||||||
SOCKSProxyClient.cpp
|
SOCKSProxyClient.cpp
|
||||||
SystemServerTakeover.cpp
|
SystemServerTakeover.cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue