Diff
Modified: trunk/ChangeLog (115621 => 115622)
--- trunk/ChangeLog 2012-04-30 11:02:12 UTC (rev 115621)
+++ trunk/ChangeLog 2012-04-30 11:18:14 UTC (rev 115622)
@@ -1,3 +1,9 @@
+2012-04-30 Carlos Garcia Campos <cgar...@igalia.com>
+
+ Unreviewed. Fix make distcheck.
+
+ * GNUmakefile.am: Add ALL_MOFILES declaration.
+
2012-04-28 Yury Semikhatsky <yu...@chromium.org>
Unreviewed. Gtk build fix after r115553.
Modified: trunk/GNUmakefile.am (115621 => 115622)
--- trunk/GNUmakefile.am 2012-04-30 11:02:12 UTC (rev 115621)
+++ trunk/GNUmakefile.am 2012-04-30 11:18:14 UTC (rev 115622)
@@ -58,6 +58,7 @@
USER_LINGUAS :=
USE_LINGUAS :=
MOFILES :=
+ALL_MOFILES :=
dom_binding_idls :=
wtf_sources :=
_javascript_core_h_api :=
Modified: trunk/Source/_javascript_Core/ChangeLog (115621 => 115622)
--- trunk/Source/_javascript_Core/ChangeLog 2012-04-30 11:02:12 UTC (rev 115621)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-04-30 11:18:14 UTC (rev 115622)
@@ -1,3 +1,9 @@
+2012-04-30 Carlos Garcia Campos <cgar...@igalia.com>
+
+ Unreviewed. Fix make distcheck.
+
+ * GNUmakefile.list.am: Add missing header.
+
2012-04-28 Geoffrey Garen <gga...@apple.com>
Factored threaded block allocation into a separate object
Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (115621 => 115622)
--- trunk/Source/_javascript_Core/GNUmakefile.list.am 2012-04-30 11:02:12 UTC (rev 115621)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am 2012-04-30 11:18:14 UTC (rev 115622)
@@ -227,6 +227,7 @@
Source/_javascript_Core/heap/HandleStack.h \
Source/_javascript_Core/heap/HandleTypes.h \
Source/_javascript_Core/heap/BlockAllocator.cpp \
+ Source/_javascript_Core/heap/BlockAllocator.h \
Source/_javascript_Core/heap/Heap.cpp \
Source/_javascript_Core/heap/Heap.h \
Source/_javascript_Core/heap/ListableHandler.h \
Modified: trunk/Source/ThirdParty/ChangeLog (115621 => 115622)
--- trunk/Source/ThirdParty/ChangeLog 2012-04-30 11:02:12 UTC (rev 115621)
+++ trunk/Source/ThirdParty/ChangeLog 2012-04-30 11:18:14 UTC (rev 115622)
@@ -1,3 +1,10 @@
+2012-04-30 Carlos Garcia Campos <cgar...@igalia.com>
+
+ Unreviewed. Fix make distcheck.
+
+ * gtest/GNUmakefile.am: Add source code files included by
+ gtest_all.cc to EXTRA_DIST.
+
2012-04-26 Carlos Garcia Campos <cgar...@igalia.com>
[GTK] Build and run TestWebKitAPI WebKit2 unit tests
Modified: trunk/Source/ThirdParty/gtest/GNUmakefile.am (115621 => 115622)
--- trunk/Source/ThirdParty/gtest/GNUmakefile.am 2012-04-30 11:02:12 UTC (rev 115621)
+++ trunk/Source/ThirdParty/gtest/GNUmakefile.am 2012-04-30 11:18:14 UTC (rev 115622)
@@ -42,7 +42,7 @@
# gtest source files that we don't compile directly. They are
# #included by gtest-all.cc.
-GTEST_SRC = \
+EXTRA_DIST += \
Source/ThirdParty/gtest/src/gtest.cc \
Source/ThirdParty/gtest/src/gtest-death-test.cc \
Source/ThirdParty/gtest/src/gtest-filepath.cc \
@@ -51,4 +51,3 @@
Source/ThirdParty/gtest/src/gtest-test-part.cc \
Source/ThirdParty/gtest/src/gtest-typed-test.cc
-EXTRA_DIST += $(GTEST_SRC)
Modified: trunk/Source/WebKit/gtk/po/ChangeLog (115621 => 115622)
--- trunk/Source/WebKit/gtk/po/ChangeLog 2012-04-30 11:02:12 UTC (rev 115621)
+++ trunk/Source/WebKit/gtk/po/ChangeLog 2012-04-30 11:18:14 UTC (rev 115622)
@@ -1,3 +1,10 @@
+2012-04-30 Carlos Garcia Campos <cgar...@igalia.com>
+
+ Unreviewed. Fix make distcheck.
+
+ * GNUmakefile.am: Use += for ALL_MOFILES variable to make sure all
+ .mo files are cleaned by distclean.
+
2012-03-24 Christian Kirbach <christian.kirb...@googlemail.com>
Updated German translation
Modified: trunk/Source/WebKit/gtk/po/GNUmakefile.am (115621 => 115622)
--- trunk/Source/WebKit/gtk/po/GNUmakefile.am 2012-04-30 11:02:12 UTC (rev 115621)
+++ trunk/Source/WebKit/gtk/po/GNUmakefile.am 2012-04-30 11:18:14 UTC (rev 115622)
@@ -35,7 +35,7 @@
MOFILES += $(USE_LINGUAS:%=Source/WebKit/gtk/po/%.mo)
-ALL_MOFILES := $(shell echo $(POFILES) | tr ' ' '\n' | sed "s,^$(srcdir)/,,g" | sed 's/\.po/.mo/g')
+ALL_MOFILES += $(shell echo $(POFILES) | tr ' ' '\n' | sed "s,^$(srcdir)/,,g" | sed 's/\.po/.mo/g')
.po.mo:
test -d Source/WebKit/gtk/po/ || mkdir -p Source/WebKit/gtk/po/
Modified: trunk/Tools/ChangeLog (115621 => 115622)
--- trunk/Tools/ChangeLog 2012-04-30 11:02:12 UTC (rev 115621)
+++ trunk/Tools/ChangeLog 2012-04-30 11:18:14 UTC (rev 115622)
@@ -1,3 +1,10 @@
+2012-04-30 Carlos Garcia Campos <cgar...@igalia.com>
+
+ Unreviewed. Fix make distcheck.
+
+ * TestWebKitAPI/GNUmakefile.am: Add missing headers to compilation
+ and resources to EXTRA_DIST.
+
2012-04-30 Sudarsana Nagineni <sudarsana.nagin...@linux.intel.com>
[GTK] DRT support for layoutTestController.removeOriginAccessWhitelistEntry
Modified: trunk/Tools/TestWebKitAPI/GNUmakefile.am (115621 => 115622)
--- trunk/Tools/TestWebKitAPI/GNUmakefile.am 2012-04-30 11:02:12 UTC (rev 115621)
+++ trunk/Tools/TestWebKitAPI/GNUmakefile.am 2012-04-30 11:18:14 UTC (rev 115622)
@@ -59,6 +59,7 @@
Libraries/libTestWebKitAPIMain.la
Libraries_libTestWebKitAPIMain_la_SOURCES = \
+ Tools/TestWebKitAPI/Test.h \
Tools/TestWebKitAPI/TestsController.cpp \
Tools/TestWebKitAPI/TestsController.h \
Tools/TestWebKitAPI/gtk/main.cpp
@@ -119,6 +120,7 @@
# TestWebKitAPIWebKit2Tests
Libraries_libTestWebKitAPIWebKit2Tests_la_SOURCES = \
+ Tools/TestWebKitAPI/config.h \
Tools/TestWebKitAPI/PlatformUtilities.cpp \
Tools/TestWebKitAPI/PlatformUtilities.h \
Tools/TestWebKitAPI/PlatformWebView.h \
@@ -180,6 +182,23 @@
Libraries_libTestWebKitAPIInjectedBundle_la_CXXFLAGS = $(global_cxxflags)
Libraries_libTestWebKitAPIInjectedBundle_la_CFLAGS = $(global_cflags)
+EXTRA_DIST += \
+ Tools/TestWebKitAPI/Tests/WebKit2/18-characters.html \
+ Tools/TestWebKitAPI/Tests/WebKit2/file-with-anchor.html \
+ Tools/TestWebKitAPI/Tests/WebKit2/find.html \
+ Tools/TestWebKitAPI/Tests/WebKit2/icon.png \
+ Tools/TestWebKitAPI/Tests/WebKit2/lots-of-iframes.html \
+ Tools/TestWebKitAPI/Tests/WebKit2/lots-of-images.html \
+ Tools/TestWebKitAPI/Tests/WebKit2/lots-of-text.html \
+ Tools/TestWebKitAPI/Tests/WebKit2/mouse-move-listener.html \
+ Tools/TestWebKitAPI/Tests/WebKit2/push-state.html \
+ Tools/TestWebKitAPI/Tests/WebKit2/simple-accelerated-compositing.html \
+ Tools/TestWebKitAPI/Tests/WebKit2/simple-form.html \
+ Tools/TestWebKitAPI/Tests/WebKit2/simple.html \
+ Tools/TestWebKitAPI/Tests/WebKit2/simple-iframe.html \
+ Tools/TestWebKitAPI/Tests/WebKit2/simple-tall.html \
+ Tools/TestWebKitAPI/Tests/WebKit2/spacebar-scrolling.html
+
Programs_TestWebKitAPI_WTF_TestCheckedArithmeticOperations_SOURCES = \
Tools/TestWebKitAPI/Tests/WTF/CheckedArithmeticOperations.cpp
Programs_TestWebKitAPI_WTF_TestCheckedArithmeticOperations_CPPFLAGS = $(testwebkitapi_wtf_tests_cppflags)
@@ -205,7 +224,8 @@
Programs_TestWebKitAPI_WTF_TestRedBlackTree_LDFLAGS = $(testwebkitapi_wtf_tests_ldflags)
Programs_TestWebKitAPI_WTF_TestStringBuilder_SOURCES = \
- Tools/TestWebKitAPI/Tests/WTF/StringBuilder.cpp
+ Tools/TestWebKitAPI/Tests/WTF/StringBuilder.cpp \
+ Tools/TestWebKitAPI/WTFStringUtilities.h
Programs_TestWebKitAPI_WTF_TestStringBuilder_CPPFLAGS = $(testwebkitapi_wtf_tests_cppflags)
Programs_TestWebKitAPI_WTF_TestStringBuilder_LDADD = $(testwebkitapi_wtf_tests_ldadd)
Programs_TestWebKitAPI_WTF_TestStringBuilder_LDFLAGS = $(testwebkitapi_wtf_tests_ldflags)