RESOLVED FIXED119514
[CMake] Split out generic Windows files into its own file
https://bugs.webkit.org/show_bug.cgi?id=119514
Summary [CMake] Split out generic Windows files into its own file
Patrick R. Gansterer
Reported 2013-08-06 01:39:19 PDT
[CMake] Split out generic Windows files into its own file
Attachments
Patch (9.79 KB, patch)
2013-08-06 01:44 PDT, Patrick R. Gansterer
gyuyoung.kim: review+
Patrick R. Gansterer
Comment 1 2013-08-06 01:44:05 PDT
Gyuyoung Kim
Comment 2 2013-08-14 23:01:06 PDT
Comment on attachment 208174 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=208174&action=review > Source/WTF/ChangeLog:12 > + * wtf/PlatformWinCE.cmake: Removed. Aren't you go in the opposite direction ? Any reason ?
Gyuyoung Kim
Comment 3 2013-08-14 23:02:23 PDT
(In reply to comment #2) > (From update of attachment 208174 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=208174&action=review > > > Source/WTF/ChangeLog:12 > > + * wtf/PlatformWinCE.cmake: Removed. > > Aren't you go in the opposite direction ? Any reason ? s/Aren't/Don't/g
Patrick R. Gansterer
Comment 4 2013-09-03 05:48:28 PDT
(In reply to comment #2) > (From update of attachment 208174 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=208174&action=review > > > Source/WTF/ChangeLog:12 > > + * wtf/PlatformWinCE.cmake: Removed. > > Aren't you go in the opposite direction ? Any reason ? No, since PlatformWin.cmake avoids duplication in PlatformWin(Apple|Cairo|WinCE).cmake. IMO this is only a first step, because I'd like to get rid of the PlatformWin*.cmake files in favor of a single PlatformWin.cmake, which uses a kind of Use*.cmake files. In the end there should then be e.g. a PlatformWin.cmake, which includes a UseCairo.cmake, that can also be used by the PlatformGTK.cmake files. But as already said: this is only a first step in that direction to make it easier to add PlatformWinCairo.cmake files...
Gyuyoung Kim
Comment 5 2013-09-03 17:59:03 PDT
Comment on attachment 208174 [details] Patch r=me as a first step to support the win ports.
Patrick R. Gansterer
Comment 6 2013-09-11 06:43:50 PDT
Note You need to log in before you can comment on or make changes to this bug.