mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 14:19:15 +00:00
LibWeb: Move dictionaries to separate file
Co-Authored-By: Andrew Kaster <akaster@serenityos.org>
This commit is contained in:
parent
1bf73482f5
commit
3e0c0ce7ae
Notes:
sideshowbarker
2024-07-17 07:09:53 +09:00
Author: https://github.com/stelar7
Commit: 3e0c0ce7ae
Pull-request: https://github.com/SerenityOS/serenity/pull/22346
Reviewed-by: https://github.com/ADKaster
7 changed files with 170 additions and 10 deletions
|
@ -4,6 +4,8 @@ source_set("Crypto") {
|
|||
sources = [
|
||||
"Crypto.cpp",
|
||||
"Crypto.h",
|
||||
"CryptoBindings.cpp",
|
||||
"CryptoBindings.h",
|
||||
"CryptoKey.cpp",
|
||||
"CryptoKey.h",
|
||||
"SubtleCrypto.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue