source_set("Page") {
configs += [ "//Userland/Libraries/LibWeb:configs" ]
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
include_dirs = [
"//Userland/", # For LibGUI needing WindowServer types
]
sources = [
"DragAndDropEventHandler.cpp",
"EditEventHandler.cpp",
"EventHandler.cpp",
"InputEvent.cpp",
"Page.cpp",
]
}