OSDN Git Service

am a5605499: Changing fit column to screen to exclude the padding.
[android-x86/external-webkit.git] / WebKitTools / GNUmakefile.am
index 487a479..c2029f3 100644 (file)
@@ -60,6 +60,8 @@ Programs_DumpRenderTree_SOURCES = \
        WebKitTools/DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp \
        WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp \
        WebKitTools/DumpRenderTree/gtk/DumpRenderTreeGtk.h \
+       WebKitTools/DumpRenderTree/gtk/EventSender.h \
+       WebKitTools/DumpRenderTree/gtk/EventSender.cpp \
        WebKitTools/DumpRenderTree/gtk/GCControllerGtk.cpp \
        WebKitTools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp \
        WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp
@@ -85,7 +87,8 @@ Programs_DumpRenderTree_LDADD = \
        $(CAIRO_LIBS) \
        $(GTK_LIBS) \
        $(GLIB_LIBS) \
-       $(LIBSOUP_LIBS)
+       $(LIBSOUP_LIBS) \
+       $(FREETYPE_LIBS)
 
 Programs_DumpRenderTree_LDFLAGS = \
        -no-fast-install \
@@ -105,7 +108,8 @@ noinst_LTLIBRARIES += \
        TestNetscapePlugin/libtestnetscapeplugin.la
 
 dumprendertree_cppflags += \
-       -DTEST_PLUGIN_DIR=\"${shell pwd}/${top_builddir}/TestNetscapePlugin/.libs\"
+       -DTEST_PLUGIN_DIR=\"${shell pwd}/${top_builddir}/TestNetscapePlugin/.libs\" \
+       -DFONTS_CONF_FILE=\"${shell pwd}/${srcdir}/WebKitTools/DumpRenderTree/gtk/fonts.conf\"
 
 TestNetscapePlugin_libtestnetscapeplugin_la_CPPFLAGS = \
        -I$(srcdir)/WebKitTools/DumpRenderTree \