mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Meta: Add HTML/NavigationObserver.cpp, WebDriver/HeapTimer.cpp to GN
This commit is contained in:
parent
dda405e652
commit
50b7fff178
2 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,7 @@ source_set("HTML") {
|
|||
"NavigationCurrentEntryChangeEvent.cpp",
|
||||
"NavigationDestination.cpp",
|
||||
"NavigationHistoryEntry.cpp",
|
||||
"NavigationObserver.cpp",
|
||||
"NavigationParams.cpp",
|
||||
"NavigationTransition.cpp",
|
||||
"Navigator.cpp",
|
||||
|
|
|
@ -10,6 +10,7 @@ source_set("WebDriver") {
|
|||
"ElementReference.cpp",
|
||||
"Error.cpp",
|
||||
"ExecuteScript.cpp",
|
||||
"HeapTimer.cpp",
|
||||
"InputSource.cpp",
|
||||
"InputState.cpp",
|
||||
"Response.cpp",
|
||||
|
|
Loading…
Reference in a new issue