Title: [243229] trunk/Source/WebCore
Revision
243229
Author
[email protected]
Date
2019-03-20 12:57:24 -0700 (Wed, 20 Mar 2019)

Log Message

Unreviewed followup to r243169 to fix test failures.


* DerivedSources.make: Add HAVE_OS_DARK_MODE_SUPPORT to FEATURE_AND_PLATFORM_DEFINES.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (243228 => 243229)


--- trunk/Source/WebCore/ChangeLog	2019-03-20 19:56:45 UTC (rev 243228)
+++ trunk/Source/WebCore/ChangeLog	2019-03-20 19:57:24 UTC (rev 243229)
@@ -1,3 +1,9 @@
+2019-03-20  Timothy Hatcher  <[email protected]>
+
+        Unreviewed followup to r243169 to fix test failures.
+
+        * DerivedSources.make: Add HAVE_OS_DARK_MODE_SUPPORT to FEATURE_AND_PLATFORM_DEFINES.
+
 2019-03-20  Keith Rollin  <[email protected]>
 
         Update the location for XProtect.meta.plist file

Modified: trunk/Source/WebCore/DerivedSources.make (243228 => 243229)


--- trunk/Source/WebCore/DerivedSources.make	2019-03-20 19:56:45 UTC (rev 243228)
+++ trunk/Source/WebCore/DerivedSources.make	2019-03-20 19:57:24 UTC (rev 243229)
@@ -1168,6 +1168,10 @@
 FEATURE_AND_PLATFORM_DEFINES = $(FEATURE_DEFINES)
 endif
 
+ifeq ($(HAVE_OS_DARK_MODE_SUPPORT), 1)
+FEATURE_AND_PLATFORM_DEFINES += HAVE_OS_DARK_MODE_SUPPORT
+endif
+
 ifeq ($(PLATFORM_FEATURE_DEFINES),)
 ifeq ($(OS), Windows_NT)
 PLATFORM_FEATURE_DEFINES = $(WEBKIT_LIBRARIES)/tools/vsprops/FeatureDefines.props
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to