WebKit Bugzilla
Attachment 362615 Details for
Bug 194879
: [CMake][Win] Fix !USE(CF) build of WebCore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194879.diff (text/plain), 2.75 KB, created by
Don Olmstead
on 2019-02-21 09:28:06 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Don Olmstead
Created:
2019-02-21 09:28:06 PST
Size:
2.75 KB
patch
obsolete
>diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 384c6eda7a2..d76cc7ffeba 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,13 @@ >+2019-02-21 Don Olmstead <don.olmstead@sony.com> >+ >+ [CMake][Win] Fix !USE(CF) build of WebCore >+ https://bugs.webkit.org/show_bug.cgi?id=194879 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * PlatformWin.cmake: >+ * PlatformWinCairo.cmake: >+ > 2019-02-21 Rob Buis <rbuis@igalia.com> > > Update MIME type parser >diff --git a/Source/WebCore/PlatformWin.cmake b/Source/WebCore/PlatformWin.cmake >index fcb57a45a5f..957daa776a3 100644 >--- a/Source/WebCore/PlatformWin.cmake >+++ b/Source/WebCore/PlatformWin.cmake >@@ -22,7 +22,6 @@ list(APPEND WebCore_SOURCES > accessibility/win/AccessibilityObjectWin.cpp > accessibility/win/AccessibilityObjectWrapperWin.cpp > >- editing/SmartReplaceCF.cpp > editing/win/EditorWin.cpp > > html/HTMLSelectElementWin.cpp >@@ -74,7 +73,7 @@ list(APPEND WebCore_SOURCES > platform/network/win/DownloadBundleWin.cpp > platform/network/win/NetworkStateNotifierWin.cpp > >- platform/text/LocaleNone.cpp >+ platform/text/win/LocaleWin.cpp > > platform/win/BString.cpp > platform/win/BitmapInfo.cpp >@@ -244,6 +243,8 @@ if (USE_CF) > ) > > list(APPEND WebCore_SOURCES >+ editing/SmartReplaceCF.cpp >+ > loader/archive/cf/LegacyWebArchive.cpp > > platform/cf/KeyedDecoderCF.cpp >@@ -264,6 +265,20 @@ if (USE_CF) > > platform/cf/win > ) >+ >+ list(APPEND WebCore_LIBRARIES ${COREFOUNDATION_LIBRARY}) >+ list(APPEND WebCoreTestSupport_LIBRARIES ${COREFOUNDATION_LIBRARY}) >+else () >+ list(APPEND WebCore_SOURCES >+ platform/generic/KeyedDecoderGeneric.cpp >+ platform/generic/KeyedEncoderGeneric.cpp >+ >+ platform/text/Hyphenation.cpp >+ ) >+ >+ list(APPEND WebCore_FORWARDING_HEADERS_DIRECTORIES >+ platform/generic >+ ) > endif () > > if (CMAKE_SIZEOF_VOID_P EQUAL 4) >diff --git a/Source/WebCore/PlatformWinCairo.cmake b/Source/WebCore/PlatformWinCairo.cmake >index 434bc43932f..f7768ab24fd 100644 >--- a/Source/WebCore/PlatformWinCairo.cmake >+++ b/Source/WebCore/PlatformWinCairo.cmake >@@ -26,8 +26,6 @@ list(APPEND WebCore_SOURCES > > platform/network/win/CurlSSLHandleWin.cpp > >- platform/text/win/LocaleWin.cpp >- > platform/win/DelayLoadedModulesEnumerator.cpp > platform/win/DragImageCairoWin.cpp > platform/win/ImportedFunctionsEnumerator.cpp >@@ -36,9 +34,7 @@ list(APPEND WebCore_SOURCES > ) > > list(APPEND WebCore_LIBRARIES >- ${CURL_LIBRARY} > ${DirectX_LIBRARIES} >- CFLite > comctl32 > crypt32 > iphlpapi >@@ -52,7 +48,6 @@ list(APPEND WebCore_LIBRARIES > > list(APPEND WebCoreTestSupport_LIBRARIES > ${CAIRO_LIBRARIES} >- CFLite > shlwapi > ) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
annulen
:
review+
ews-watchlist
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194879
:
362562
|
362582
|
362615
|
362621
|
362623