mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 14:15:07 +00:00

This ports the following commits:6476dea898
153ae93f9c
45b36bd08a
7870f10aa8
139c575cc9
63d09f6daf
1b3ad1c721
77d32fcb5f
11 lines
254 B
Text
11 lines
254 B
Text
source_set("FileAPI") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"Blob.cpp",
|
|
"BlobURLStore.cpp",
|
|
"File.cpp",
|
|
"FileList.cpp",
|
|
"FileReader.cpp",
|
|
]
|
|
}
|