2021-06-15 15:16:32 +02:00
|
|
|
serenity_component(
|
|
|
|
Browser
|
|
|
|
RECOMMENDED
|
|
|
|
TARGETS Browser
|
2022-05-25 22:35:44 +02:00
|
|
|
DEPENDS BrowserSettings ImageDecoder RequestServer WebContent WebSocket
|
2021-06-15 15:16:32 +02:00
|
|
|
)
|
|
|
|
|
2023-08-11 15:15:17 +02:00
|
|
|
stringify_gml(BrowserWindow.gml BrowserWindowGML.h browser_window_gml)
|
|
|
|
stringify_gml(EditBookmark.gml EditBookmarkGML.h edit_bookmark_gml)
|
|
|
|
stringify_gml(History/HistoryWidget.gml HistoryWidgetGML.h history_widget_gml)
|
|
|
|
stringify_gml(StorageWidget.gml StorageWidgetGML.h storage_widget_gml)
|
|
|
|
stringify_gml(Tab.gml TabGML.h tab_gml)
|
2020-09-14 16:38:28 +02:00
|
|
|
|
2020-05-06 18:40:06 +03:00
|
|
|
set(SOURCES
|
|
|
|
BookmarksBarWidget.cpp
|
2021-05-17 23:15:20 +02:00
|
|
|
BrowserWindow.cpp
|
2020-05-23 12:53:09 -04:00
|
|
|
ConsoleWidget.cpp
|
2021-04-11 10:43:54 -04:00
|
|
|
CookieJar.cpp
|
2022-03-01 17:10:06 +01:00
|
|
|
CookiesModel.cpp
|
2022-10-27 12:56:22 -04:00
|
|
|
Database.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
DownloadWidget.cpp
|
2022-02-27 01:38:12 +01:00
|
|
|
ElementSizePreviewWidget.cpp
|
2020-07-07 15:04:05 +02:00
|
|
|
History.cpp
|
2022-12-10 16:50:47 +01:00
|
|
|
History/HistoryModel.cpp
|
|
|
|
History/HistoryWidget.cpp
|
2022-01-10 19:06:11 -08:00
|
|
|
IconBag.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
InspectorWidget.cpp
|
2022-05-07 22:45:43 +02:00
|
|
|
StorageModel.cpp
|
2022-03-01 17:10:06 +01:00
|
|
|
StorageWidget.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
Tab.cpp
|
2021-05-17 23:15:20 +02:00
|
|
|
WindowActions.cpp
|
|
|
|
main.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
)
|
|
|
|
|
2022-10-12 15:46:13 +03:30
|
|
|
set(GENERATED_SOURCES
|
|
|
|
BrowserWindowGML.h
|
|
|
|
EditBookmarkGML.h
|
2022-12-10 16:50:47 +01:00
|
|
|
HistoryWidgetGML.h
|
2022-10-12 15:46:13 +03:30
|
|
|
StorageWidgetGML.h
|
|
|
|
TabGML.h
|
|
|
|
)
|
|
|
|
|
2020-12-20 18:26:09 +00:00
|
|
|
serenity_app(Browser ICON app-browser)
|
2023-06-07 11:02:02 +10:00
|
|
|
target_link_libraries(Browser PRIVATE LibCore LibFileSystem LibWebView LibWeb LibProtocol LibPublicSuffix LibGUI LibDesktop LibConfig LibGfx LibIPC LibJS LibLocale LibMain LibSyntax LibSQL)
|
2022-09-02 10:41:33 -04:00
|
|
|
link_with_locale_data(Browser)
|