Meta: Port recent changes to the GN build

31c0d00ab1
This commit is contained in:
Timothy Flynn 2024-04-02 13:03:59 -04:00 committed by Tim Flynn
parent fa8b64d59a
commit de97497d26
Notes: sideshowbarker 2024-07-16 23:34:44 +09:00

View file

@ -20,6 +20,7 @@ moc_qt_objects("generate_moc") {
"Qt/LocationEdit.h",
"Qt/SettingsDialog.h",
"Qt/Tab.h",
"Qt/TaskManagerWindow.h",
"Qt/WebContentView.h",
]
}
@ -95,6 +96,7 @@ executable("ladybird_executable") {
"Qt/StringUtils.cpp",
"Qt/TVGIconEngine.cpp",
"Qt/Tab.cpp",
"Qt/TaskManagerWindow.cpp",
"Qt/WebContentView.cpp",
"Qt/main.cpp",
]
@ -212,6 +214,7 @@ fonts = [
icons_16x16 = [
"//Base/res/icons/16x16/app-browser.png",
"//Base/res/icons/16x16/app-system-monitor.png",
"//Base/res/icons/16x16/audio-volume-high.png",
"//Base/res/icons/16x16/audio-volume-muted.png",
"//Base/res/icons/16x16/close-tab.png",
@ -243,6 +246,7 @@ icons_16x16 = [
icons_32x32 = [
"//Base/res/icons/32x32/app-browser.png",
"//Base/res/icons/32x32/app-system-monitor.png",
"//Base/res/icons/32x32/filetype-folder.png",
"//Base/res/icons/32x32/filetype-unknown.png",
"//Base/res/icons/32x32/msgbox-warning.png",