mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:17:36 +00:00
Meta: Port LibWeb/Streams changes to gn build
This ports the following commits:c9941ba95b
f86c3ab148
12ff48047f
f1d69d789b
0091a60448
This commit is contained in:
parent
57ad638dcc
commit
6ffed4d62a
2 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,8 @@ source_set("Streams") {
|
|||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [
|
||||
"AbstractOperations.cpp",
|
||||
"ByteLengthQueuingStrategy.cpp",
|
||||
"CountQueuingStrategy.cpp",
|
||||
"ReadableByteStreamController.cpp",
|
||||
"ReadableStream.cpp",
|
||||
"ReadableStreamBYOBReader.cpp",
|
||||
|
@ -10,6 +12,9 @@ source_set("Streams") {
|
|||
"ReadableStreamDefaultController.cpp",
|
||||
"ReadableStreamDefaultReader.cpp",
|
||||
"ReadableStreamGenericReader.cpp",
|
||||
"TransformStream.cpp",
|
||||
"TransformStreamDefaultController.cpp",
|
||||
"Transformer.cpp",
|
||||
"UnderlyingSink.cpp",
|
||||
"UnderlyingSource.cpp",
|
||||
"WritableStream.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue