1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:17:44 +00:00

Meta: Port recent changes to the GN build

8e5410347b
This commit is contained in:
Timothy Flynn 2024-02-03 20:36:36 -05:00 committed by Andreas Kling
parent 36cd2fb7c5
commit f30fd78d8d

View file

@ -1,5 +1,8 @@
source_set("MimeSniff") {
configs += [ "//Userland/Libraries/LibWeb:configs" ]
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
sources = [ "MimeType.cpp" ]
sources = [
"MimeType.cpp",
"Resource.cpp",
]
}