Title: [223871] trunk/Source/WebCore
Revision
223871
Author
[email protected]
Date
2017-10-23 18:31:28 -0700 (Mon, 23 Oct 2017)

Log Message

Unrievwed, fix windows build.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (223870 => 223871)


--- trunk/Source/WebCore/CMakeLists.txt	2017-10-24 01:25:50 UTC (rev 223870)
+++ trunk/Source/WebCore/CMakeLists.txt	2017-10-24 01:31:28 UTC (rev 223871)
@@ -1983,16 +1983,6 @@
 if (ENABLE_ALLINONE_BUILD)
     message(STATUS "All-in-One build is enabled.")
     set(allInOnes
-        dom/DOMAllInOne.cpp
-
-        editing/EditingAllInOne.cpp
-
-        html/HTMLElementsAllInOne.cpp
-
-        inspector/InspectorAllInOne.cpp
-
-        loader/appcache/ApplicationCacheAllInOne.cpp
-
         mathml/MathMLAllInOne.cpp
 
         platform/text/TextAllInOne.cpp

Modified: trunk/Source/WebCore/ChangeLog (223870 => 223871)


--- trunk/Source/WebCore/ChangeLog	2017-10-24 01:25:50 UTC (rev 223870)
+++ trunk/Source/WebCore/ChangeLog	2017-10-24 01:31:28 UTC (rev 223871)
@@ -1,5 +1,11 @@
 2017-10-23  Keith Miller  <[email protected]>
 
+        Unrievwed, fix windows build.
+
+        * CMakeLists.txt:
+
+2017-10-23  Keith Miller  <[email protected]>
+
         Add html, inspector, loader to unified sources
         https://bugs.webkit.org/show_bug.cgi?id=178695
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to