Skip to content

Commit

Permalink
Meta: Add ClipboardEvent to GN build
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Nov 2, 2024
1 parent db5b3e5 commit 2177b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source_set("Clipboard") {
sources = [
"Clipboard.cpp",
"Clipboard.h",
"ClipboardEvent.cpp",
]
}
1 change: 1 addition & 0 deletions Meta/gn/secondary/Userland/Libraries/LibWeb/idl_files.gni
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ standard_idl_files = [
"//Userland/Libraries/LibWeb/Animations/DocumentTimeline.idl",
"//Userland/Libraries/LibWeb/Animations/KeyframeEffect.idl",
"//Userland/Libraries/LibWeb/Clipboard/Clipboard.idl",
"//Userland/Libraries/LibWeb/Clipboard/ClipboardEvent.idl",
"//Userland/Libraries/LibWeb/Crypto/Crypto.idl",
"//Userland/Libraries/LibWeb/Crypto/CryptoKey.idl",
"//Userland/Libraries/LibWeb/Crypto/SubtleCrypto.idl",
Expand Down

0 comments on commit 2177b63

Please sign in to comment.