1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:27:45 +00:00

Meta: Port b3f82f724d to gn build

This commit is contained in:
Andrew Kaster 2023-08-01 19:23:12 -06:00
parent a14f6e42a8
commit 1903e7ff53

View file

@ -3,6 +3,7 @@ source_set("FileAPI") {
deps = [ "//Userland/Libraries/LibWeb:all_generated" ] deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
sources = [ sources = [
"Blob.cpp", "Blob.cpp",
"BlobURLStore.cpp",
"File.cpp", "File.cpp",
"FileList.cpp", "FileList.cpp",
] ]