Title: [122707] trunk
- Revision
- 122707
- Author
- [email protected]
- Date
- 2012-07-16 02:38:39 -0700 (Mon, 16 Jul 2012)
Log Message
Unreviewed. Fix make distcheck.
Source/WebCore:
* GNUmakefile.am: Add missing idl directory.
* GNUmakefile.list.am: Add missing files to compilation.
Source/WebKit2:
* UIProcess/API/gtk/tests/GNUmakefile.am: Add test resources to
EXTRA_DIST.
Tools:
* GNUmakefile.am: Add missing file to compilation.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (122706 => 122707)
--- trunk/Source/WebCore/ChangeLog 2012-07-16 08:53:27 UTC (rev 122706)
+++ trunk/Source/WebCore/ChangeLog 2012-07-16 09:38:39 UTC (rev 122707)
@@ -1,3 +1,10 @@
+2012-07-15 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix make distcheck.
+
+ * GNUmakefile.am: Add missing idl directory.
+ * GNUmakefile.list.am: Add missing files to compilation.
+
2012-07-16 Eugene Klyuchnikov <[email protected]>
Web Inspector: Implement message loop instrumentation for timeline
Modified: trunk/Source/WebCore/GNUmakefile.am (122706 => 122707)
--- trunk/Source/WebCore/GNUmakefile.am 2012-07-16 08:53:27 UTC (rev 122706)
+++ trunk/Source/WebCore/GNUmakefile.am 2012-07-16 09:38:39 UTC (rev 122707)
@@ -1051,6 +1051,7 @@
$(shell ls $(srcdir)/Source/WebCore/Modules/indexeddb/*.idl) \
$(shell ls $(srcdir)/Source/WebCore/Modules/mediastream/*.idl) \
$(shell ls $(srcdir)/Source/WebCore/Modules/notifications/*.idl) \
+ $(shell ls $(srcdir)/Source/WebCore/Modules/protocolhandler/*.idl) \
$(shell ls $(srcdir)/Source/WebCore/Modules/webaudio/*.idl) \
$(shell ls $(srcdir)/Source/WebCore/Modules/webdatabase/*.idl) \
$(shell ls $(srcdir)/Source/WebCore/Modules/websockets/*.idl) \
Modified: trunk/Source/WebCore/GNUmakefile.list.am (122706 => 122707)
--- trunk/Source/WebCore/GNUmakefile.list.am 2012-07-16 08:53:27 UTC (rev 122706)
+++ trunk/Source/WebCore/GNUmakefile.list.am 2012-07-16 09:38:39 UTC (rev 122707)
@@ -3062,6 +3062,9 @@
Source/WebCore/page/PageGroup.h \
Source/WebCore/page/PageGroupLoadDeferrer.cpp \
Source/WebCore/page/PageGroupLoadDeferrer.h \
+ Source/WebCore/page/PagePopup.h \
+ Source/WebCore/page/PagePopupClient.h \
+ Source/WebCore/page/PagePopupDriver.h \
Source/WebCore/page/PageSerializer.cpp \
Source/WebCore/page/PageSerializer.h \
Source/WebCore/page/PageVisibilityState.cpp \
@@ -6060,8 +6063,9 @@
Source/WebCore/platform/graphics/OpenGLShims.cpp \
Source/WebCore/platform/graphics/OpenGLShims.h \
Source/WebCore/platform/graphics/opengl/Extensions3DOpenGL.cpp \
+ Source/WebCore/platform/graphics/opengl/Extensions3DOpenGL.h \
Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLCommon.cpp \
- Source/WebCore/platform/graphics/opengl/Extensions3DOpenGL.h \
+ Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLCommon.h \
Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGL.cpp \
Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp
if USE_CLUTTER
Modified: trunk/Source/WebKit2/ChangeLog (122706 => 122707)
--- trunk/Source/WebKit2/ChangeLog 2012-07-16 08:53:27 UTC (rev 122706)
+++ trunk/Source/WebKit2/ChangeLog 2012-07-16 09:38:39 UTC (rev 122707)
@@ -1,3 +1,10 @@
+2012-07-16 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix make distcheck.
+
+ * UIProcess/API/gtk/tests/GNUmakefile.am: Add test resources to
+ EXTRA_DIST.
+
2012-07-15 Christophe Dumez <[email protected]>
[EFL][WK2] Define destructors for Ewk structures
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/tests/GNUmakefile.am (122706 => 122707)
--- trunk/Source/WebKit2/UIProcess/API/gtk/tests/GNUmakefile.am 2012-07-16 08:53:27 UTC (rev 122706)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/tests/GNUmakefile.am 2012-07-16 09:38:39 UTC (rev 122707)
@@ -67,6 +67,10 @@
Source/WebKit2/UIProcess/API/gtk/tests/WebViewTest.h
Libraries_libWebKit2APITestCore_la_CPPFLAGS = $(webkit2_tests_cppflags)
+EXTRA_DIST += \
+ Source/WebKit2/UIProcess/API/gtk/tests/resources/test-cert.pem \
+ Source/WebKit2/UIProcess/API/gtk/tests/resources/test-key.pem
+
Programs_WebKit2APITests_TestWebKitWebContext_SOURCES = \
Source/WebKit2/UIProcess/API/gtk/tests/TestWebKitWebContext.cpp
Programs_WebKit2APITests_TestWebKitWebContext_CPPFLAGS = \
Modified: trunk/Tools/ChangeLog (122706 => 122707)
--- trunk/Tools/ChangeLog 2012-07-16 08:53:27 UTC (rev 122706)
+++ trunk/Tools/ChangeLog 2012-07-16 09:38:39 UTC (rev 122707)
@@ -1,3 +1,9 @@
+2012-07-15 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix make distcheck.
+
+ * GNUmakefile.am: Add missing file to compilation.
+
2012-07-15 Gyuyoung Kim <[email protected]>
Unreviewed. Add EFLWebKit2PublicAPI, EFLWebKit2PlatformSpecific to watch list.
Modified: trunk/Tools/GNUmakefile.am (122706 => 122707)
--- trunk/Tools/GNUmakefile.am 2012-07-16 08:53:27 UTC (rev 122706)
+++ trunk/Tools/GNUmakefile.am 2012-07-16 09:38:39 UTC (rev 122707)
@@ -47,6 +47,8 @@
Source/WebCore/testing/Internals.h \
Source/WebCore/testing/InternalSettings.cpp \
Source/WebCore/testing/InternalSettings.h \
+ Source/WebCore/testing/MockPagePopupDriver.cpp \
+ Source/WebCore/testing/MockPagePopupDriver.h \
Source/WebCore/testing/js/WebCoreTestSupport.cpp \
Source/WebCore/testing/js/WebCoreTestSupport.h
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes