mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
source_set("CrossOrigin") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"AbstractOperations.cpp",
|
|
"Reporting.cpp",
|
|
]
|
|
}
|