Meta/gn: Port #23933

This commit is contained in:
Nico Weber 2024-04-13 20:05:46 -04:00 committed by Andrew Kaster
parent 91377f3ab9
commit 3b89a187ac
Notes: sideshowbarker 2024-07-18 03:20:18 +09:00
2 changed files with 2 additions and 0 deletions

View file

@ -143,6 +143,7 @@ source_set("HTML") {
"Plugin.cpp",
"PluginArray.cpp",
"PolicyContainers.cpp",
"PopStateEvent.cpp",
"PotentialCORSRequest.cpp",
"PromiseRejectionEvent.cpp",
"SelectItem.cpp",

View file

@ -212,6 +212,7 @@ standard_idl_files = [
"//Userland/Libraries/LibWeb/HTML/Path2D.idl",
"//Userland/Libraries/LibWeb/HTML/Plugin.idl",
"//Userland/Libraries/LibWeb/HTML/PluginArray.idl",
"//Userland/Libraries/LibWeb/HTML/PopStateEvent.idl",
"//Userland/Libraries/LibWeb/HTML/PromiseRejectionEvent.idl",
"//Userland/Libraries/LibWeb/HTML/Storage.idl",
"//Userland/Libraries/LibWeb/HTML/SubmitEvent.idl",