Bug 214671

Summary: [CMake][Win] Build StructuredExceptionHandlerSuppressor.cpp and makesafeseh.asm only for AppleWin
Product: WebKit Reporter: Fujii Hironori <Hironori.Fujii>
Component: CMakeAssignee: Fujii Hironori <Hironori.Fujii>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, annulen, bfulgham, don.olmstead, ews-watchlist, gyuyoung.kim, pvollan, ross.kirsling, ryuan.choi, sergio
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch pvollan: review+

Description Fujii Hironori 2020-07-22 19:25:38 PDT
[CMake][Win] Build StructuredExceptionHandlerSuppressor.cpp and makesafeseh.asm only for AppleWin

StructuredExceptionHandlerSuppressor is used only by AppleWin port (in Source/WebCore/platform/graphics/ca/win/LayerChangesFlusher.cpp)
makesafeseh.asm causes building problem for WinCairo because it is using OBJECT library type for WebCore.
Comment 1 Fujii Hironori 2020-07-22 19:29:52 PDT
Created attachment 405009 [details]
Patch
Comment 2 Per Arne Vollan 2020-07-23 07:12:30 PDT
Comment on attachment 405009 [details]
Patch

R=me.
Comment 3 Fujii Hironori 2020-07-23 13:38:19 PDT
Thank you for the review.

Committed r264786: <https://trac.webkit.org/r264786>