Title: [157596] trunk/Source/WebKit2
Revision
157596
Author
o...@webkit.org
Date
2013-10-17 14:03:42 -0700 (Thu, 17 Oct 2013)

Log Message

[WK2] Speculative buildfixes for GTK and EFL after r157582.

* CMakeLists.txt:
* GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (157595 => 157596)


--- trunk/Source/WebKit2/CMakeLists.txt	2013-10-17 20:51:57 UTC (rev 157595)
+++ trunk/Source/WebKit2/CMakeLists.txt	2013-10-17 21:03:42 UTC (rev 157596)
@@ -12,6 +12,7 @@
     "${WEBKIT2_DIR}/Shared/Authentication"
     "${WEBKIT2_DIR}/Shared/CoordinatedGraphics"
     "${WEBKIT2_DIR}/Shared/CoreIPCSupport"
+    "${WEBKIT2_DIR}/Shared/Databases/IndexedDB"
     "${WEBKIT2_DIR}/Shared/Downloads"
     "${WEBKIT2_DIR}/Shared/FileAPI"
     "${WEBKIT2_DIR}/Shared/Network"

Modified: trunk/Source/WebKit2/ChangeLog (157595 => 157596)


--- trunk/Source/WebKit2/ChangeLog	2013-10-17 20:51:57 UTC (rev 157595)
+++ trunk/Source/WebKit2/ChangeLog	2013-10-17 21:03:42 UTC (rev 157596)
@@ -1,3 +1,10 @@
+2013-10-17  Csaba Osztrogonác  <o...@webkit.org>
+
+        [WK2] Speculative buildfixes for GTK and EFL after r157582.
+
+        * CMakeLists.txt:
+        * GNUmakefile.am:
+
 2013-10-17  Martin Hock  <mh...@apple.com>
 
         Refactor stored website data APIs

Modified: trunk/Source/WebKit2/GNUmakefile.am (157595 => 157596)


--- trunk/Source/WebKit2/GNUmakefile.am	2013-10-17 20:51:57 UTC (rev 157595)
+++ trunk/Source/WebKit2/GNUmakefile.am	2013-10-17 21:03:42 UTC (rev 157596)
@@ -141,6 +141,7 @@
 	-I$(srcdir)/Source/WebKit2/WebProcess/ApplicationCache \
 	-I$(srcdir)/Source/WebKit2/WebProcess/Battery \
 	-I$(srcdir)/Source/WebKit2/WebProcess/Cookies \
+	-I$(srcdir)/Source/WebKit2/WebProcess/Databases \
 	-I$(srcdir)/Source/WebKit2/WebProcess/Databases/IndexedDB \
 	-I$(srcdir)/Source/WebKit2/WebProcess/FullScreen \
 	-I$(srcdir)/Source/WebKit2/WebProcess/Geolocation \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to