mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +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: https://github.com/LadybirdBrowser/ladybird/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.
|
||||
set(SOURCES
|
||||
ArgsParser.cpp
|
||||
ConfigFile.cpp
|
||||
Directory.cpp
|
||||
DirectoryEntry.cpp
|
||||
DirIterator.cpp
|
||||
Environment.cpp
|
||||
File.cpp
|
||||
SessionManagement.cpp
|
||||
StandardPaths.cpp
|
||||
System.cpp
|
||||
Version.cpp
|
||||
|
@ -19,6 +17,7 @@ serenity_lib(LibCoreMinimal coreminimal)
|
|||
set(SOURCES
|
||||
AnonymousBuffer.cpp
|
||||
Command.cpp
|
||||
ConfigFile.cpp
|
||||
DateTime.cpp
|
||||
ElapsedTimer.cpp
|
||||
Event.cpp
|
||||
|
@ -37,6 +36,7 @@ set(SOURCES
|
|||
ResourceImplementation.cpp
|
||||
ResourceImplementationFile.cpp
|
||||
SecretString.cpp
|
||||
SessionManagement.cpp
|
||||
Socket.cpp
|
||||
SOCKSProxyClient.cpp
|
||||
SystemServerTakeover.cpp
|
||||
|
|
Loading…
Reference in a new issue