Title: [214033] trunk/Source/WebKit2
Revision
214033
Author
zandober...@gmail.com
Date
2017-03-16 00:51:41 -0700 (Thu, 16 Mar 2017)

Log Message

Unreviewed follow-up to r213787. Move the DatabaseProcess build targets
to the top of WebKit2_SOURCES list in order to maintain the alphabetical
order.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (214032 => 214033)


--- trunk/Source/WebKit2/CMakeLists.txt	2017-03-16 06:48:26 UTC (rev 214032)
+++ trunk/Source/WebKit2/CMakeLists.txt	2017-03-16 07:51:41 UTC (rev 214033)
@@ -95,6 +95,11 @@
 endif ()
 
 set(WebKit2_SOURCES
+    DatabaseProcess/DatabaseProcess.cpp
+    DatabaseProcess/DatabaseToWebProcessConnection.cpp
+
+    DatabaseProcess/IndexedDB/WebIDBConnectionToClient.cpp
+
     NetworkProcess/CustomProtocols/LegacyCustomProtocolManager.cpp
 
     NetworkProcess/Downloads/BlobDownloadClient.cpp
@@ -135,11 +140,6 @@
     NetworkProcess/capture/NetworkCaptureResource.cpp
     NetworkProcess/capture/NetworkDataTaskReplay.cpp
 
-    DatabaseProcess/DatabaseProcess.cpp
-    DatabaseProcess/DatabaseToWebProcessConnection.cpp
-
-    DatabaseProcess/IndexedDB/WebIDBConnectionToClient.cpp
-
     Platform/Logging.cpp
     Platform/Module.cpp
 

Modified: trunk/Source/WebKit2/ChangeLog (214032 => 214033)


--- trunk/Source/WebKit2/ChangeLog	2017-03-16 06:48:26 UTC (rev 214032)
+++ trunk/Source/WebKit2/ChangeLog	2017-03-16 07:51:41 UTC (rev 214033)
@@ -1,3 +1,11 @@
+2017-03-16  Zan Dobersek  <zdober...@igalia.com>
+
+        Unreviewed follow-up to r213787. Move the DatabaseProcess build targets
+        to the top of WebKit2_SOURCES list in order to maintain the alphabetical
+        order.
+
+        * CMakeLists.txt:
+
 2017-03-15  Alex Christensen  <achristen...@webkit.org>
 
         Fix CMake build.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to