Title: [162988] trunk/Source/WebKit2
Revision
162988
Author
commit-qu...@webkit.org
Date
2014-01-28 17:19:50 -0800 (Tue, 28 Jan 2014)

Log Message

Unreviewed GTK build fix after r162951.
https://bugs.webkit.org/show_bug.cgi?id=127815

Patch by Carlos Alberto Lopez Perez <clo...@igalia.com> on 2014-01-28

* GNUmakefile.list.am: Adding missing build targets.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (162987 => 162988)


--- trunk/Source/WebKit2/ChangeLog	2014-01-29 01:13:02 UTC (rev 162987)
+++ trunk/Source/WebKit2/ChangeLog	2014-01-29 01:19:50 UTC (rev 162988)
@@ -1,3 +1,10 @@
+2014-01-28  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        Unreviewed GTK build fix after r162951.
+        https://bugs.webkit.org/show_bug.cgi?id=127815
+
+        * GNUmakefile.list.am: Adding missing build targets.
+
 2014-01-28  Tim Horton  <timothy_hor...@apple.com>
 
         WebKit2 View Gestures (Swipe): Give WebCore the first crack at scroll events if it needs it

Modified: trunk/Source/WebKit2/GNUmakefile.list.am (162987 => 162988)


--- trunk/Source/WebKit2/GNUmakefile.list.am	2014-01-29 01:13:02 UTC (rev 162987)
+++ trunk/Source/WebKit2/GNUmakefile.list.am	2014-01-29 01:19:50 UTC (rev 162988)
@@ -398,6 +398,8 @@
 	Source/WebKit2/Shared/NativeWebKeyboardEvent.h \
 	Source/WebKit2/Shared/NativeWebMouseEvent.h \
 	Source/WebKit2/Shared/NativeWebWheelEvent.h \
+	Source/WebKit2/Shared/NavigationActionData.cpp \
+	Source/WebKit2/Shared/NavigationActionData.h \
 	Source/WebKit2/Shared/Network/CustomProtocols/CustomProtocolManager.h \
 	Source/WebKit2/Shared/Network/CustomProtocols/soup/CustomProtocolManagerImpl.h \
 	Source/WebKit2/Shared/Network/CustomProtocols/soup/CustomProtocolManagerImpl.cpp \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to