mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
Meta: Port recent changes to gn build
b7f8d7e357
048e179572
6d1a1daff9
04c094343f
a6106ca221
This commit is contained in:
parent
afeb551d57
commit
49b7539290
Notes:
sideshowbarker
2024-07-17 23:07:41 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/49b7539290
3 changed files with 9 additions and 2 deletions
|
@ -99,7 +99,10 @@ config("compiler_defaults") {
|
|||
"-Wall",
|
||||
"-Wextra",
|
||||
]
|
||||
cflags += [ "-Wno-unused-parameter" ]
|
||||
cflags += [
|
||||
"-Wno-unused-parameter",
|
||||
"-Wno-invalid-offsetof",
|
||||
]
|
||||
if (is_clang) {
|
||||
cflags += [
|
||||
"-Wdelete-non-virtual-dtor",
|
||||
|
|
|
@ -14,12 +14,15 @@ shared_library("LibAccelGfx") {
|
|||
]
|
||||
}
|
||||
sources = [
|
||||
"Canvas.cpp",
|
||||
"Canvas.h",
|
||||
"Context.cpp",
|
||||
"Context.h",
|
||||
"Forward.h",
|
||||
"GL.cpp",
|
||||
"GL.h",
|
||||
"Painter.cpp",
|
||||
"Painter.h",
|
||||
"Program.cpp",
|
||||
"Program.h",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@ source_set("WebIDL") {
|
|||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [
|
||||
"AbstractOperations.cpp",
|
||||
"Buffers.cpp",
|
||||
"CallbackType.cpp",
|
||||
"DOMException.cpp",
|
||||
"OverloadResolution.cpp",
|
||||
|
|
Loading…
Add table
Reference in a new issue