Title: [92846] trunk/Source/WebCore
Revision
92846
Author
x...@webkit.org
Date
2011-08-11 07:34:34 -0700 (Thu, 11 Aug 2011)

Log Message

2011-08-11  Xan Lopez  <xlo...@igalia.com>

        [GTK] Add missing files to GNUMakefile

        Reviewed by Gustavo Noronha.

        * GNUmakefile.am:
        * GNUmakefile.list.am:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (92845 => 92846)


--- trunk/Source/WebCore/ChangeLog	2011-08-11 14:15:04 UTC (rev 92845)
+++ trunk/Source/WebCore/ChangeLog	2011-08-11 14:34:34 UTC (rev 92846)
@@ -1,3 +1,12 @@
+2011-08-11  Xan Lopez  <xlo...@igalia.com>
+
+        [GTK] Add missing files to GNUMakefile
+
+        Reviewed by Gustavo Noronha.
+
+        * GNUmakefile.am:
+        * GNUmakefile.list.am:
+
 2011-08-11  Yuta Kitamura  <yu...@chromium.org>
 
         WebSocket: Use PassRefPtr<> in function arguments in WorkerThreadableWebSocketChannel.cpp

Modified: trunk/Source/WebCore/GNUmakefile.am (92845 => 92846)


--- trunk/Source/WebCore/GNUmakefile.am	2011-08-11 14:15:04 UTC (rev 92845)
+++ trunk/Source/WebCore/GNUmakefile.am	2011-08-11 14:34:34 UTC (rev 92846)
@@ -855,6 +855,7 @@
 	$(shell ls $(srcdir)/Source/WebCore/inspector/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/loader/appcache/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/notifications/*.idl) \
+	$(shell ls $(srcdir)/Source/WebCore/p2p/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/page/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/plugins/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/storage/*.idl) \
@@ -885,6 +886,7 @@
 	Source/WebCore/css/CSSPropertyNames.in \
 	Source/WebCore/css/CSSValueKeywords.in \
 	Source/WebCore/css/fullscreen.css \
+	Source/WebCore/css/fullscreenQuickTime.css \
 	Source/WebCore/css/html.css \
 	Source/WebCore/css/make-css-file-arrays.pl \
 	Source/WebCore/css/makegrammar.pl \

Modified: trunk/Source/WebCore/GNUmakefile.list.am (92845 => 92846)


--- trunk/Source/WebCore/GNUmakefile.list.am	2011-08-11 14:15:04 UTC (rev 92845)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2011-08-11 14:34:34 UTC (rev 92846)
@@ -2363,6 +2363,8 @@
 	Source/WebCore/platform/AsyncFileSystem.cpp \
 	Source/WebCore/platform/AsyncFileSystem.h \
 	Source/WebCore/platform/AutodrainedPool.h \
+	Source/WebCore/platform/ColorChooser.cpp \
+	Source/WebCore/platform/ColorChooser.h \
 	Source/WebCore/platform/ContentType.cpp \
 	Source/WebCore/platform/ContentType.h \
 	Source/WebCore/platform/ContextMenu.h \
@@ -2745,6 +2747,9 @@
 	Source/WebCore/platform/PlatformMouseEvent.h \
 	Source/WebCore/platform/PlatformScreen.h \
 	Source/WebCore/platform/PlatformWheelEvent.h \
+	Source/WebCore/platform/PODArena.h \
+	Source/WebCore/platform/PODIntervalTree.h \
+	Source/WebCore/platform/PODRedBlackTree.h \
 	Source/WebCore/platform/PopupMenuClient.h \
 	Source/WebCore/platform/PopupMenu.h \
 	Source/WebCore/platform/PopupMenuStyle.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to