Title: [131292] trunk/Source
Revision
131292
Author
carlo...@webkit.org
Date
2012-10-15 02:50:04 -0700 (Mon, 15 Oct 2012)

Log Message

Unreviewed. Fix make distcheck.

Source/_javascript_Core:

* GNUmakefile.list.am: Add missing header file.

Source/WebKit2:

* GNUmakefile.am: Add .in files in WebKit2/Shared to EXTRA_DIST.
* GNUmakefile.list.am: Remove deleted file.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (131291 => 131292)


--- trunk/Source/_javascript_Core/ChangeLog	2012-10-15 07:26:02 UTC (rev 131291)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-10-15 09:50:04 UTC (rev 131292)
@@ -1,3 +1,9 @@
+2012-10-15  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header file.
+
 2012-10-14  Filip Pizlo  <fpi...@apple.com>
 
         DFG should handle polymorphic array modes by eagerly transforming arrays into the most general applicable form

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (131291 => 131292)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-10-15 07:26:02 UTC (rev 131291)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-10-15 09:50:04 UTC (rev 131292)
@@ -170,6 +170,7 @@
 	Source/_javascript_Core/dfg/DFGCCallHelpers.h \
 	Source/_javascript_Core/dfg/DFGCFGSimplificationPhase.cpp \
 	Source/_javascript_Core/dfg/DFGCFGSimplificationPhase.h \
+	Source/_javascript_Core/dfg/DFGCallArrayAllocatorSlowPathGenerator.h \
 	Source/_javascript_Core/dfg/DFGCapabilities.cpp \
 	Source/_javascript_Core/dfg/DFGCapabilities.h \
 	Source/_javascript_Core/dfg/DFGCFAPhase.cpp \

Modified: trunk/Source/WebKit2/ChangeLog (131291 => 131292)


--- trunk/Source/WebKit2/ChangeLog	2012-10-15 07:26:02 UTC (rev 131291)
+++ trunk/Source/WebKit2/ChangeLog	2012-10-15 09:50:04 UTC (rev 131292)
@@ -1,3 +1,10 @@
+2012-10-15  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.am: Add .in files in WebKit2/Shared to EXTRA_DIST.
+        * GNUmakefile.list.am: Remove deleted file.
+
 2012-10-14  Anders Carlsson  <ander...@apple.com>
 
         Fix the world.

Modified: trunk/Source/WebKit2/GNUmakefile.am (131291 => 131292)


--- trunk/Source/WebKit2/GNUmakefile.am	2012-10-15 07:26:02 UTC (rev 131291)
+++ trunk/Source/WebKit2/GNUmakefile.am	2012-10-15 09:50:04 UTC (rev 131292)
@@ -529,6 +529,7 @@
 	$(WebKit2)/UIProcess/API/gtk/webkit2marshal.list \
 	$(WebKit2)/Scripts/generate-forwarding-headers.pl \
 	$(shell ls $(WebKit2)/PluginProcess/*.in) \
+	$(shell ls $(WebKit2)/Shared/*.in) \
 	$(shell ls $(WebKit2)/Shared/Plugins/*.in) \
 	$(shell ls $(WebKit2)/UIProcess/*.in) \
 	$(shell ls $(WebKit2)/UIProcess/Downloads/*.in) \

Modified: trunk/Source/WebKit2/GNUmakefile.list.am (131291 => 131292)


--- trunk/Source/WebKit2/GNUmakefile.list.am	2012-10-15 07:26:02 UTC (rev 131291)
+++ trunk/Source/WebKit2/GNUmakefile.list.am	2012-10-15 09:50:04 UTC (rev 131292)
@@ -364,7 +364,6 @@
 	Source/WebKit2/Shared/ChildProcess.cpp \
 	Source/WebKit2/Shared/ChildProcess.h \
 	Source/WebKit2/Shared/CommandLine.h \
-	Source/WebKit2/Shared/CoreIPCSupport/InjectedBundleMessageKinds.h \
 	Source/WebKit2/Shared/CoreIPCSupport/WebConnectionMessageKinds.h \
 	Source/WebKit2/Shared/CoreIPCSupport/WebContextMessageKinds.h \
 	Source/WebKit2/Shared/CoreIPCSupport/WebPageProxyMessageKinds.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to