WebKit Bugzilla
Attachment 362569 Details for
Bug 194884
: [CMake][Win] Only build DumpRenderTree when WebKit Legacy is enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194884.diff (text/plain), 881 bytes, created by
Don Olmstead
on 2019-02-20 16:50:05 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Don Olmstead
Created:
2019-02-20 16:50:05 PST
Size:
881 bytes
patch
obsolete
>diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 96708e79bad..5a669f5e2fe 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-20 Don Olmstead <don.olmstead@sony.com> >+ >+ [CMake][Win] Only build DumpRenderTree when WebKit Legacy is enabled >+ https://bugs.webkit.org/show_bug.cgi?id=194884 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * PlatformWin.cmake: >+ > 2019-02-20 Adrian Perez de Castro <aperez@igalia.com> > > [WPE][GTK] Enable support for CONTENT_EXTENSIONS >diff --git a/Tools/PlatformWin.cmake b/Tools/PlatformWin.cmake >index acfd985cc1d..bdd8a7460b8 100644 >--- a/Tools/PlatformWin.cmake >+++ b/Tools/PlatformWin.cmake >@@ -1,7 +1,7 @@ >-add_subdirectory(DumpRenderTree) > add_subdirectory(ImageDiff) > > if (ENABLE_WEBKIT_LEGACY) >+ add_subdirectory(DumpRenderTree) > add_subdirectory(MiniBrowser/win) > endif () >
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
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194884
: 362569