1 add_definitions(/bigobj -D__STDC_CONSTANT_MACROS)
3 list(APPEND WebCore_INCLUDE_DIRECTORIES
4 "${DERIVED_SOURCES_DIR}/ForwardingHeaders"
5 "${CMAKE_BINARY_DIR}/../include/private"
6 "${CMAKE_BINARY_DIR}/../include/private/JavaScriptCore"
7 "${WEBCORE_DIR}/accessibility/win"
8 "${WEBCORE_DIR}/page/win"
9 "${WEBCORE_DIR}/platform/graphics/egl"
10 "${WEBCORE_DIR}/platform/graphics/opengl"
11 "${WEBCORE_DIR}/platform/graphics/opentype"
12 "${WEBCORE_DIR}/platform/graphics/win"
13 "${WEBCORE_DIR}/platform/network/win"
14 "${WEBCORE_DIR}/platform/win"
15 "${THIRDPARTY_DIR}/ANGLE/include"
16 "${THIRDPARTY_DIR}/ANGLE/include/egl"
17 "${DERIVED_SOURCES_PAL_DIR}"
20 list(APPEND WebCore_SOURCES
21 accessibility/win/AXObjectCacheWin.cpp
22 accessibility/win/AccessibilityObjectWin.cpp
23 accessibility/win/AccessibilityObjectWrapperWin.cpp
25 editing/SmartReplaceCF.cpp
26 editing/win/EditorWin.cpp
28 html/HTMLSelectElementWin.cpp
30 page/win/DragControllerWin.cpp
31 page/win/EventHandlerWin.cpp
35 platform/LocalizedStrings.cpp
36 platform/StaticPasteboard.cpp
38 platform/audio/PlatformMediaSessionManager.cpp
40 platform/graphics/GraphicsContext3DPrivate.cpp
42 platform/graphics/egl/GLContextEGL.cpp
44 platform/graphics/opengl/Extensions3DOpenGLCommon.cpp
45 platform/graphics/opengl/Extensions3DOpenGLES.cpp
46 platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp
47 platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp
48 platform/graphics/opengl/TemporaryOpenGLSetting.cpp
50 platform/graphics/opentype/OpenTypeUtilities.cpp
52 platform/graphics/win/ColorDirect2D.cpp
53 platform/graphics/win/ComplexTextControllerDirectWrite.cpp
54 platform/graphics/win/DIBPixelData.cpp
55 platform/graphics/win/FloatPointDirect2D.cpp
56 platform/graphics/win/FloatRectDirect2D.cpp
57 platform/graphics/win/FloatSizeDirect2D.cpp
58 platform/graphics/win/FontCacheWin.cpp
59 platform/graphics/win/FontPlatformDataWin.cpp
60 platform/graphics/win/FontWin.cpp
61 platform/graphics/win/FullScreenController.cpp
62 platform/graphics/win/GraphicsContextWin.cpp
63 platform/graphics/win/IconWin.cpp
64 platform/graphics/win/ImageWin.cpp
65 platform/graphics/win/IntPointWin.cpp
66 platform/graphics/win/IntRectWin.cpp
67 platform/graphics/win/IntSizeWin.cpp
68 platform/graphics/win/MediaPlayerPrivateFullscreenWindow.cpp
69 platform/graphics/win/SimpleFontDataWin.cpp
70 platform/graphics/win/TransformationMatrixDirect2D.cpp
71 platform/graphics/win/TransformationMatrixWin.cpp
72 platform/graphics/win/UniscribeController.cpp
74 platform/mediastream/libwebrtc/LibWebRTCProviderWin.cpp
76 platform/network/win/DownloadBundleWin.cpp
77 platform/network/win/NetworkStateNotifierWin.cpp
79 platform/text/LocaleNone.cpp
81 platform/win/BString.cpp
82 platform/win/BitmapInfo.cpp
83 platform/win/ClipboardUtilitiesWin.cpp
84 platform/win/CursorWin.cpp
85 platform/win/DefWndProcWindowClass.cpp
86 platform/win/DragDataWin.cpp
87 platform/win/DragImageWin.cpp
88 platform/win/EventLoopWin.cpp
89 platform/win/FileSystemWin.cpp
90 platform/win/GDIObjectCounter.cpp
91 platform/win/GDIUtilities.cpp
92 platform/win/KeyEventWin.cpp
93 platform/win/LocalizedStringsWin.cpp
94 platform/win/LoggingWin.cpp
95 platform/win/MIMETypeRegistryWin.cpp
96 platform/win/MainThreadSharedTimerWin.cpp
97 platform/win/PasteboardWin.cpp
98 platform/win/PathWalker.cpp
99 platform/win/PlatformMouseEventWin.cpp
100 platform/win/PlatformScreenWin.cpp
101 platform/win/PopupMenuWin.cpp
102 platform/win/SSLKeyGeneratorWin.cpp
103 platform/win/ScrollbarThemeWin.cpp
104 platform/win/SearchPopupMenuWin.cpp
105 platform/win/SharedBufferWin.cpp
106 platform/win/StructuredExceptionHandlerSuppressor.cpp
107 platform/win/SystemInfo.cpp
108 platform/win/UserAgentWin.cpp
109 platform/win/WCDataObject.cpp
110 platform/win/WebCoreBundleWin.cpp
111 platform/win/WebCoreInstanceHandle.cpp
112 platform/win/WebCoreTextRenderer.cpp
113 platform/win/WheelEventWin.cpp
114 platform/win/WidgetWin.cpp
115 platform/win/WindowMessageBroadcaster.cpp
117 rendering/RenderThemeWin.cpp
120 list(APPEND WebCore_USER_AGENT_STYLE_SHEETS
121 ${WEBCORE_DIR}/css/themeWin.css
122 ${WEBCORE_DIR}/css/themeWinQuirks.css
125 set(WebCore_FORWARDING_HEADERS_DIRECTORIES
158 Modules/indexeddb/client
159 Modules/indexeddb/legacy
160 Modules/indexeddb/server
161 Modules/indexeddb/shared
162 Modules/notifications
200 platform/graphics/filters
201 platform/graphics/opengl
202 platform/graphics/opentype
203 platform/graphics/texmap
204 platform/graphics/transforms
205 platform/graphics/win
207 platform/mediastream/libwebrtc
209 platform/text/transcoder
226 list(APPEND WebCore_FORWARDING_HEADERS_DIRECTORIES
227 Modules/applicationmanifest
235 workers/service/context
236 workers/service/server
241 list(APPEND WebCore_INCLUDE_DIRECTORIES
242 "${WEBCORE_DIR}/platform/cf"
243 "${WEBCORE_DIR}/platform/cf/win"
246 list(APPEND WebCore_SOURCES
247 loader/archive/cf/LegacyWebArchive.cpp
249 platform/cf/CFURLExtras.cpp
250 platform/cf/FileSystemCF.cpp
251 platform/cf/KeyedDecoderCF.cpp
252 platform/cf/KeyedEncoderCF.cpp
253 platform/cf/SharedBufferCF.cpp
254 platform/cf/URLCF.cpp
256 platform/cf/win/CertificateCFWin.cpp
258 platform/text/cf/HyphenationCF.cpp
261 list(APPEND WebCore_FORWARDING_HEADERS_DIRECTORIES
272 if (CMAKE_SIZEOF_VOID_P EQUAL 4)
273 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/makesafeseh.obj)
275 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/makesafeseh.obj
276 DEPENDS ${WEBCORE_DIR}/platform/win/makesafeseh.asm
277 COMMAND ml /safeseh /c /Fo ${DERIVED_SOURCES_WEBCORE_DIR}/makesafeseh.obj ${WEBCORE_DIR}/platform/win/makesafeseh.asm
281 if (${WTF_PLATFORM_WIN_CAIRO})
282 include(PlatformWinCairo.cmake)
284 include(PlatformAppleWin.cmake)
287 make_directory(${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/WebKit.resources/en.lproj)
289 "${WEBCORE_DIR}/English.lproj/Localizable.strings"
290 "${WEBCORE_DIR}/English.lproj/mediaControlsLocalizedStrings.js"
292 ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/WebKit.resources/en.lproj
295 "${WEBCORE_DIR}/Modules/mediacontrols/mediaControlsApple.css"
296 "${WEBCORE_DIR}/Modules/mediacontrols/mediaControlsApple.js"
298 ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/WebKit.resources
300 if (WTF_PLATFORM_WIN_CAIRO AND EXISTS ${WEBKIT_LIBRARIES_DIR}/etc/ssl/cert.pem)
301 make_directory(${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/WebKit.resources/certificates)
303 ${WEBKIT_LIBRARIES_DIR}/etc/ssl/cert.pem
305 ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/WebKit.resources/certificates
308 ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/WebKit.resources/certificates/cert.pem
309 ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/WebKit.resources/certificates/cacert.pem
313 WEBKIT_MAKE_FORWARDING_HEADERS(WebCore
314 DIRECTORIES ${WebCore_FORWARDING_HEADERS_DIRECTORIES}
315 DERIVED_SOURCE_DIRECTORIES ${DERIVED_SOURCES_WEBCORE_DIR} ${DERIVED_SOURCES_PAL_DIR}
319 set(WebCore_OUTPUT_NAME
320 WebCore${DEBUG_SUFFIX}
323 list(APPEND WebCore_LIBRARIES WTF${DEBUG_SUFFIX})
325 list(APPEND WebCore_LIBRARIES libEGL)
327 list(APPEND WebCoreTestSupport_LIBRARIES WTF${DEBUG_SUFFIX})