Sfoglia il codice sorgente

Meta: Port b3f82f724deb268cf9533478215374aede899fd5 to gn build

Andrew Kaster 2 anni fa
parent
commit
1903e7ff53

+ 1 - 0
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",
   ]