Title: [108985] trunk
Revision
108985
Author
[email protected]
Date
2012-02-27 04:28:43 -0800 (Mon, 27 Feb 2012)

Log Message

Unreviewed. Fix make distcheck.

Source/_javascript_Core:

* GNUmakefile.list.am: Add missing files.

Source/WebCore:

* GNUmakefile.am: Add missing files.
* GNUmakefile.list.am: Ditto.

Tools:

* GNUmakefile.am: Fix typo.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (108984 => 108985)


--- trunk/Source/_javascript_Core/ChangeLog	2012-02-27 12:04:38 UTC (rev 108984)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-02-27 12:28:43 UTC (rev 108985)
@@ -1,3 +1,9 @@
+2012-02-27  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing files.
+
 2012-02-26  Hajime Morrita  <[email protected]>
 
         Move ChromeClient::showContextMenu() to ContextMenuClient

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (108984 => 108985)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-02-27 12:04:38 UTC (rev 108984)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-02-27 12:28:43 UTC (rev 108985)
@@ -328,6 +328,10 @@
 	Source/_javascript_Core/jit/ThunkGenerators.cpp \
 	Source/_javascript_Core/jit/ThunkGenerators.h \
 	Source/_javascript_Core/llint/LLIntData.h \
+	Source/_javascript_Core/llint/LLIntEntrypoints.cpp \
+	Source/_javascript_Core/llint/LLIntEntrypoints.h \
+	Source/_javascript_Core/llint/LowLevelInterpreter.cpp \
+	Source/_javascript_Core/llint/LowLevelInterpreter.h \
 	Source/_javascript_Core/os-win32/stdbool.h \
 	Source/_javascript_Core/os-win32/stdint.h \
 	Source/_javascript_Core/parser/ASTBuilder.h \
@@ -833,4 +837,5 @@
 	Source/_javascript_Core/API/tests/minidom.c
 
 Programs_jsc_@WEBKITGTK_API_MAJOR_VERSION@_SOURCES = \
+	Source/_javascript_Core/JSCTypedArrayStubs.h \
 	Source/_javascript_Core/jsc.cpp

Modified: trunk/Source/WebCore/ChangeLog (108984 => 108985)


--- trunk/Source/WebCore/ChangeLog	2012-02-27 12:04:38 UTC (rev 108984)
+++ trunk/Source/WebCore/ChangeLog	2012-02-27 12:28:43 UTC (rev 108985)
@@ -1,3 +1,10 @@
+2012-02-27  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.am: Add missing files.
+        * GNUmakefile.list.am: Ditto.
+
 2012-02-27  Patrick Gansterer  <[email protected]>
 
         [CMake] Build fix after r108709.

Modified: trunk/Source/WebCore/GNUmakefile.am (108984 => 108985)


--- trunk/Source/WebCore/GNUmakefile.am	2012-02-27 12:04:38 UTC (rev 108984)
+++ trunk/Source/WebCore/GNUmakefile.am	2012-02-27 12:28:43 UTC (rev 108985)
@@ -901,6 +901,7 @@
 	$(XT_CFLAGS)
 
 EXTRA_DIST += \
+	$(shell ls $(srcdir)/Source/WebCore/Modules/geolocation/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/Modules/mediastream/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/Modules/websockets/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/css/*.idl) \
@@ -926,6 +927,7 @@
 	Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm \
 	Source/WebCore/bindings/scripts/CodeGeneratorJS.pm \
 	Source/WebCore/bindings/scripts/CodeGenerator.pm \
+	Source/WebCore/bindings/scripts/IDLAttributes.txt \
 	Source/WebCore/bindings/scripts/IDLParser.pm \
 	Source/WebCore/bindings/scripts/IDLStructure.pm \
 	Source/WebCore/bindings/scripts/InFilesCompiler.pm \

Modified: trunk/Source/WebCore/GNUmakefile.list.am (108984 => 108985)


--- trunk/Source/WebCore/GNUmakefile.list.am	2012-02-27 12:04:38 UTC (rev 108984)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2012-02-27 12:28:43 UTC (rev 108985)
@@ -2814,6 +2814,8 @@
 	Source/WebCore/page/scrolling/ScrollingCoordinator.cpp \
 	Source/WebCore/page/scrolling/ScrollingCoordinator.h \
 	Source/WebCore/page/scrolling/ScrollingCoordinatorNone.cpp \
+	Source/WebCore/page/scrolling/ScrollingTreeState.cpp \
+	Source/WebCore/page/scrolling/ScrollingTreeState.h \
 	Source/WebCore/page/SecurityOrigin.cpp \
 	Source/WebCore/page/SecurityOrigin.h \
 	Source/WebCore/page/SecurityOriginHash.h \
@@ -3155,6 +3157,8 @@
 	Source/WebCore/platform/KURL.cpp \
 	Source/WebCore/platform/KURL.h \
 	Source/WebCore/platform/KURLHash.h \
+	Source/WebCore/platform/KURLWTFURL.cpp \
+	Source/WebCore/platform/KURLWTFURLImpl.h \
 	Source/WebCore/platform/Language.cpp \
 	Source/WebCore/platform/Language.h \
 	Source/WebCore/platform/LengthBox.h \

Modified: trunk/Tools/ChangeLog (108984 => 108985)


--- trunk/Tools/ChangeLog	2012-02-27 12:04:38 UTC (rev 108984)
+++ trunk/Tools/ChangeLog	2012-02-27 12:28:43 UTC (rev 108985)
@@ -1,3 +1,9 @@
+2012-02-27  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.am: Fix typo.
+
 2012-02-27  Tor Arne Vestbø  <[email protected]>
 
         [Qt] Use USE() macro instead of ENABLE() for using the Qt image decoder

Modified: trunk/Tools/GNUmakefile.am (108984 => 108985)


--- trunk/Tools/GNUmakefile.am	2012-02-27 12:04:38 UTC (rev 108984)
+++ trunk/Tools/GNUmakefile.am	2012-02-27 12:28:43 UTC (rev 108985)
@@ -225,9 +225,9 @@
 	Tools/DumpRenderTree/TestNetscapePlugIn/TestObject.cpp \
 	Tools/DumpRenderTree/TestNetscapePlugIn/TestObject.h \
 	Tools/DumpRenderTree/TestNetscapePlugIn/main.cpp \
-	Tools/DumpRenderTree/TestNetscapePlugin/unix/ForwardingHeaders/WebKit/npapi.h \
-	Tools/DumpRenderTree/TestNetscapePlugin/unix/ForwardingHeaders/WebKit/npfunctions.h \
-	Tools/DumpRenderTree/TestNetscapePlugin/unix/ForwardingHeaders/WebKit/npruntime.h
+	Tools/DumpRenderTree/TestNetscapePlugIn/unix/ForwardingHeaders/WebKit/npapi.h \
+	Tools/DumpRenderTree/TestNetscapePlugIn/unix/ForwardingHeaders/WebKit/npfunctions.h \
+	Tools/DumpRenderTree/TestNetscapePlugIn/unix/ForwardingHeaders/WebKit/npruntime.h
 
 TestNetscapePlugin_libtestnetscapeplugin_la_LDFLAGS = \
 	-rpath ${shell pwd}/$(top_builddir)/../unix/TestNetscapePlugin/.libs \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to