Title: [223878] trunk/Source/WebCore
Revision
223878
Author
[email protected]
Date
2017-10-23 21:17:58 -0700 (Mon, 23 Oct 2017)

Log Message

Unreviewed, restore unneeded all in ones.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (223877 => 223878)


--- trunk/Source/WebCore/CMakeLists.txt	2017-10-24 03:32:24 UTC (rev 223877)
+++ trunk/Source/WebCore/CMakeLists.txt	2017-10-24 04:17:58 UTC (rev 223878)
@@ -2335,10 +2335,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

Modified: trunk/Source/WebCore/ChangeLog (223877 => 223878)


--- trunk/Source/WebCore/ChangeLog	2017-10-24 03:32:24 UTC (rev 223877)
+++ trunk/Source/WebCore/ChangeLog	2017-10-24 04:17:58 UTC (rev 223878)
@@ -1,3 +1,9 @@
+2017-10-23  Keith Miller  <[email protected]>
+
+        Unreviewed, restore unneeded all in ones.
+
+        * CMakeLists.txt:
+
 2017-10-23  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r223870 and r223871.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to