mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Meta: Add ServiceWorker-related files to GN
This commit is contained in:
parent
84972616d7
commit
2a3333bf17
3 changed files with 3 additions and 0 deletions
|
@ -163,6 +163,7 @@ source_set("HTML") {
|
|||
"PromiseRejectionEvent.cpp",
|
||||
"SelectItem.cpp",
|
||||
"SelectedFile.cpp",
|
||||
"ServiceWorker.cpp",
|
||||
"ServiceWorkerContainer.cpp",
|
||||
"ServiceWorkerRegistration.cpp",
|
||||
"SessionHistoryEntry.cpp",
|
||||
|
|
|
@ -3,6 +3,7 @@ source_set("StorageAPI") {
|
|||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [
|
||||
"NavigatorStorage.cpp",
|
||||
"StorageKey.cpp",
|
||||
"StorageManager.cpp",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -234,6 +234,7 @@ standard_idl_files = [
|
|||
"//Userland/Libraries/LibWeb/HTML/PluginArray.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/PopStateEvent.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/PromiseRejectionEvent.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/ServiceWorker.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/ServiceWorkerContainer.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/ServiceWorkerRegistration.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/Storage.idl",
|
||||
|
|
Loading…
Reference in a new issue