RESOLVED FIXED 156088
Compile DumpRenderTree with CMake on Mac
https://bugs.webkit.org/show_bug.cgi?id=156088
Summary Compile DumpRenderTree with CMake on Mac
Alex Christensen
Reported 2016-03-31 16:09:01 PDT
Compile DumpRenderTree with CMake on Mac
Attachments
Patch (27.06 KB, patch)
2016-03-31 16:23 PDT, Alex Christensen
no flags
Alex Christensen
Comment 1 2016-03-31 16:23:23 PDT
Brent Fulgham
Comment 2 2016-03-31 19:42:56 PDT
Comment on attachment 275352 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=275352&action=review > Source/WebKit2/PlatformMac.cmake:446 > +set(WebKit2_NetworkProcess_OUTPUT_NAME com.apple.WebKit.Networking.Development.xpc) Maybe you can key this off of the "OFFICIAL_BUILD" compile flag we use for, well, "official builds"? > Source/WebKit2/PlatformMac.cmake:714 > +file(WRITE ${DERIVED_SOURCES_DIR}/ForwardingHeaders/WebKit/WebDatabaseManagerPrivate.h "#import <WebKit/mac/Storage/WebDatabaseManagerPrivate.h>") Is this needed because of a bad include path in our sources?
Alex Christensen
Comment 3 2016-04-01 08:55:35 PDT
Comment on attachment 275352 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=275352&action=review >> Source/WebKit2/PlatformMac.cmake:714 >> +file(WRITE ${DERIVED_SOURCES_DIR}/ForwardingHeaders/WebKit/WebDatabaseManagerPrivate.h "#import <WebKit/mac/Storage/WebDatabaseManagerPrivate.h>") > > Is this needed because of a bad include path in our sources? Maybe
WebKit Commit Bot
Comment 4 2016-04-01 09:45:55 PDT
Comment on attachment 275352 [details] Patch Clearing flags on attachment: 275352 Committed r198947: <http://trac.webkit.org/changeset/198947>
WebKit Commit Bot
Comment 5 2016-04-01 09:45:59 PDT
All reviewed patches have been landed. Closing bug.
Csaba Osztrogonác
Comment 6 2016-04-04 02:33:36 PDT
(In reply to comment #4) > Comment on attachment 275352 [details] > Patch > > Clearing flags on attachment: 275352 > > Committed r198947: <http://trac.webkit.org/changeset/198947> It broke the Apple Mac cmake build. :)
Csaba Osztrogonác
Comment 7 2016-04-04 02:34:30 PDT
(In reply to comment #4) > Comment on attachment 275352 [details] > Patch > > Clearing flags on attachment: 275352 > > Committed r198947: <http://trac.webkit.org/changeset/198947> and http://trac.webkit.org/changeset/198948
Jeremy Huddleston Sequoia
Comment 8 2016-04-17 13:20:26 PDT
This caused build failures of webkit-gtk on mac.
Note You need to log in before you can comment on or make changes to this bug.