git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
webkitpy: Ref tests don't respect platform specific expectations
[WebKit-https.git]
/
Tools
/
PlatformWin.cmake
1
add_subdirectory(DumpRenderTree)
2
add_subdirectory(ImageDiff)
3
4
if (ENABLE_WEBKIT_LEGACY)
5
add_subdirectory(MiniBrowser/win)
6
endif ()
7
8
if (ENABLE_WEBKIT)
9
add_subdirectory(WebKitTestRunner)
10
endif ()