Title: [100893] trunk/Source
Revision
100893
Author
[email protected]
Date
2011-11-21 01:55:02 -0800 (Mon, 21 Nov 2011)

Log Message

Unreviewed. Fix make distcheck build.

Source/WebCore:

* GNUmakefile.list.am:

Source/WebKit2:

* GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (100892 => 100893)


--- trunk/Source/WebCore/ChangeLog	2011-11-21 09:50:39 UTC (rev 100892)
+++ trunk/Source/WebCore/ChangeLog	2011-11-21 09:55:02 UTC (rev 100893)
@@ -1,3 +1,9 @@
+2011-11-21  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck build.
+
+        * GNUmakefile.list.am:
+
 2011-11-21  Dominic Mazzoni  <[email protected]>
 
         Accessibility: Multiselect list boxes need to report the active option in addition to which items are selected.

Modified: trunk/Source/WebCore/GNUmakefile.list.am (100892 => 100893)


--- trunk/Source/WebCore/GNUmakefile.list.am	2011-11-21 09:50:39 UTC (rev 100892)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2011-11-21 09:55:02 UTC (rev 100893)
@@ -1882,6 +1882,7 @@
 	Source/WebCore/html/LoadableTextTrack.h \
 	Source/WebCore/html/MediaController.cpp \
 	Source/WebCore/html/MediaController.h \
+	Source/WebCore/html/MediaControllerInterface.h \
 	Source/WebCore/html/MediaDocument.cpp \
 	Source/WebCore/html/MediaDocument.h \
 	Source/WebCore/html/MediaError.h \
@@ -2379,7 +2380,6 @@
 	Source/WebCore/page/MemoryInfo.h \
 	Source/WebCore/page/MouseEventWithHitTestResults.cpp \
 	Source/WebCore/page/MouseEventWithHitTestResults.h \
-	Source/WebCore/page/MouseLockable.h \
 	Source/WebCore/page/Navigator.cpp \
 	Source/WebCore/page/Navigator.h \
 	Source/WebCore/page/NavigatorBase.cpp \
@@ -2402,6 +2402,7 @@
 	Source/WebCore/page/PerformanceNavigation.h \
 	Source/WebCore/page/PerformanceTiming.cpp \
 	Source/WebCore/page/PerformanceTiming.h \
+	Source/WebCore/page/PointerLock.h \
 	Source/WebCore/page/PositionCallback.h \
 	Source/WebCore/page/PositionError.h \
 	Source/WebCore/page/PositionErrorCallback.h \

Modified: trunk/Source/WebKit2/ChangeLog (100892 => 100893)


--- trunk/Source/WebKit2/ChangeLog	2011-11-21 09:50:39 UTC (rev 100892)
+++ trunk/Source/WebKit2/ChangeLog	2011-11-21 09:55:02 UTC (rev 100893)
@@ -1,3 +1,9 @@
+2011-11-21  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck build.
+
+        * GNUmakefile.am:
+
 2011-10-17  Antonio Gomes  <[email protected]>
 
         Pass a Frame* parameter in EditorClient::respondToChangedSelection

Modified: trunk/Source/WebKit2/GNUmakefile.am (100892 => 100893)


--- trunk/Source/WebKit2/GNUmakefile.am	2011-11-21 09:50:39 UTC (rev 100892)
+++ trunk/Source/WebKit2/GNUmakefile.am	2011-11-21 09:55:02 UTC (rev 100893)
@@ -587,6 +587,8 @@
 	Source/WebKit2/UIProcess/WebBackForwardList.h \
 	Source/WebKit2/UIProcess/WebContext.cpp \
 	Source/WebKit2/UIProcess/WebContext.h \
+	Source/WebKit2/UIProcess/WebContextConnectionClient.cpp \
+	Source/WebKit2/UIProcess/WebContextConnectionClient.h \
 	Source/WebKit2/UIProcess/WebContextInjectedBundleClient.cpp \
 	Source/WebKit2/UIProcess/WebContextInjectedBundleClient.h \
 	Source/WebKit2/UIProcess/WebContextMenuProxy.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to