Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitgtk/2.32
/
.
/
Tools
/
PlatformFTW.cmake
blob: 1d055e94e18aa86cadac09e742b2be54a6e19316 [
file
] [
edit
]
#add_subdirectory(ImageDiff)
if
(
ENABLE_WEBKIT_LEGACY
)
#add_subdirectory(DumpRenderTree)
add_subdirectory
(
MiniBrowser
/
win
)
endif
()
if
(
ENABLE_WEBKIT
)
add_subdirectory
(
TestRunnerShared
)
add_subdirectory
(
WebKitTestRunner
)
endif
()