blob: 138ac3c49298c3fdc502531702233adb948c534f [file] [log] [blame] [edit]
list(APPEND WebKitTestRunner_SOURCES
libwpe/EventSenderProxyClientLibWPE.cpp
libwpe/EventSenderProxyLibWPE.cpp
libwpe/PlatformWebViewClientLibWPE.cpp
libwpe/PlatformWebViewLibWPE.cpp
playstation/TestControllerPlayStation.cpp
playstation/UIScriptControllerPlayStation.cpp
playstation/main.cpp
)
list(APPEND WebKitTestRunner_INCLUDE_DIRECTORIES
${WebKitTestRunner_DIR}/libwpe
${WebKitTestRunner_DIR}/playstation
)
list(APPEND WebKitTestRunner_PRIVATE_LIBRARIES
WebKit::WPEToolingBackends
)
if (USE_CAIRO)
list(APPEND WebKitTestRunner_SOURCES cairo/TestInvocationCairo.cpp)
list(APPEND WebKitTestRunner_PRIVATE_LIBRARIES Cairo::Cairo)
elseif (USE_SKIA)
list(APPEND WebKitTestRunner_SOURCES skia/TestInvocationSkia.cpp)
list(APPEND WebKitTestRunner_PRIVATE_LIBRARIES Skia)
endif ()
list(APPEND TestRunnerInjectedBundle_SOURCES
InjectedBundle/playstation/AccessibilityControllerPlayStation.cpp
InjectedBundle/playstation/AccessibilityUIElementPlayStation.cpp
InjectedBundle/playstation/ActivateFontsPlayStation.cpp
InjectedBundle/playstation/InjectedBundlePlayStation.cpp
InjectedBundle/playstation/TestRunnerPlayStation.cpp
)
list(APPEND TestRunnerInjectedBundle_INCLUDE_DIRECTORIES
${WebKitTestRunner_DIR}/InjectedBundle/playstation
)