From 1903e7ff53c70752e5a92c594dd4cc9d5cc1176f Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Tue, 1 Aug 2023 19:23:12 -0600 Subject: [PATCH] Meta: Port b3f82f724deb268cf9533478215374aede899fd5 to gn build --- Meta/gn/secondary/Userland/Libraries/LibWeb/FileAPI/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/gn/secondary/Userland/Libraries/LibWeb/FileAPI/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibWeb/FileAPI/BUILD.gn index 553f02f947..36f5febb81 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibWeb/FileAPI/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibWeb/FileAPI/BUILD.gn @@ -3,6 +3,7 @@ source_set("FileAPI") { deps = [ "//Userland/Libraries/LibWeb:all_generated" ] sources = [ "Blob.cpp", + "BlobURLStore.cpp", "File.cpp", "FileList.cpp", ]