RESOLVED FIXED 210059
[CMake] Use WEBKIT_EXECUTABLE in DumpRenderTree
https://bugs.webkit.org/show_bug.cgi?id=210059
Summary [CMake] Use WEBKIT_EXECUTABLE in DumpRenderTree
Don Olmstead
Reported 2020-04-06 11:08:25 PDT
WEBKIT_EXECUTABLE(DumpRenderTree)
Attachments
Patch (9.77 KB, patch)
2020-04-06 11:18 PDT, Don Olmstead
no flags
Patch (9.78 KB, patch)
2020-04-06 12:03 PDT, Don Olmstead
no flags
Patch (10.02 KB, patch)
2020-04-06 13:20 PDT, Don Olmstead
no flags
Patch (10.37 KB, patch)
2020-04-06 15:38 PDT, Don Olmstead
no flags
Patch (10.46 KB, patch)
2020-04-06 15:46 PDT, Don Olmstead
no flags
Don Olmstead
Comment 1 2020-04-06 11:18:39 PDT Comment hidden (obsolete)
Don Olmstead
Comment 2 2020-04-06 12:03:13 PDT Comment hidden (obsolete)
Don Olmstead
Comment 3 2020-04-06 13:20:35 PDT Comment hidden (obsolete)
Don Olmstead
Comment 4 2020-04-06 15:38:30 PDT Comment hidden (obsolete)
Don Olmstead
Comment 5 2020-04-06 15:46:40 PDT
Fujii Hironori
Comment 6 2020-04-06 17:44:59 PDT
Comment on attachment 395625 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=395625&action=review > Tools/DumpRenderTree/CMakeLists.txt:45 > + ${PAL_FRAMEWORK_HEADERS_DIR} Do you need to add PAL_FRAMEWORK_HEADERS_DIR? Why don't you use WebKit::PAL?
Don Olmstead
Comment 7 2020-04-06 17:54:04 PDT
(In reply to Fujii Hironori from comment #6) > Comment on attachment 395625 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=395625&action=review > > > Tools/DumpRenderTree/CMakeLists.txt:45 > > + ${PAL_FRAMEWORK_HEADERS_DIR} > > Do you need to add PAL_FRAMEWORK_HEADERS_DIR? Why don't you use WebKit::PAL? I think we need a macro that handles the fact that every WEBKIT_FRAMEWORK could be SHARED/STATIC/OBJECT and propagate interfaces correctly. That's a temporary kludge around it.
EWS
Comment 8 2020-04-06 17:58:36 PDT
Committed r259617: <https://trac.webkit.org/changeset/259617> All reviewed patches have been landed. Closing bug and clearing flags on attachment 395625 [details].
Note You need to log in before you can comment on or make changes to this bug.