Browse Source

Meta: Port b3f82f724deb268cf9533478215374aede899fd5 to gn build

Andrew Kaster 2 years ago
parent
commit
1903e7ff53
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Meta/gn/secondary/Userland/Libraries/LibWeb/FileAPI/BUILD.gn

+ 1 - 0
Meta/gn/secondary/Userland/Libraries/LibWeb/FileAPI/BUILD.gn

@@ -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",
   ]
   ]