<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[166239] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/166239">166239</a></dd>
<dt>Author</dt> <dd>mrobinson@webkit.org</dd>
<dt>Date</dt> <dd>2014-03-25 10:45:52 -0700 (Tue, 25 Mar 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Remove the autotools build
https://bugs.webkit.org/show_bug.cgi?id=130717

Reviewed by Anders Carlsson.

.:

* .gitignore: Remove references to autotools files.
* GNUmakefile.am: Removed.
* Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
* Source/autotools/CustomMacros.m4: Removed.
* Source/autotools/FindDependencies.m4: Removed.
* Source/autotools/PrintBuildConfiguration.m4: Removed.
* Source/autotools/ReadCommandLineArguments.m4: Removed.
* Source/autotools/SetupAutoconfHeader.m4: Removed.
* Source/autotools/SetupAutomake.m4: Removed.
* Source/autotools/SetupCompilerFlags.m4: Removed.
* Source/autotools/SetupLibtool.m4: Removed.
* Source/autotools/SetupWebKitFeatures.m4: Removed.
* Source/autotools/Versions.m4: Removed.
* Source/autotools/acinclude.m4: Removed.
* Source/autotools/dolt.m4: Removed.
* Source/autotools/gsettings.m4: Removed.
* Source/cmake/OptionsGTK.cmake:
* autogen.sh: Removed.
* configure.ac: Removed.

Source/JavaScriptCore:

* GNUmakefile.am: Removed.
* config.h: Remove references to the autotools configure file.

Source/Platform:

* GNUmakefile.am: Removed.

Source/ThirdParty:

* gtest/GNUmakefile.am: Removed.
* leveldb/GNUmakefile.am: Removed.

Source/ThirdParty/ANGLE:

* GNUmakefile.am: Removed.

Source/WebCore:

* GNUmakefile.am: Removed.
* bindings/gobject/GNUmakefile.am: Removed.
* config.h: Removed references to autotools configure file.

Source/WebCore/platform/gtk/po:

* GNUmakefile.am: Removed.

Source/WebInspectorUI:

* GNUmakefile.am: Removed.

Source/WebKit/gtk:

* GNUmakefile.am: Removed.

Source/WebKit2:

* GNUmakefile.am: Removed.
* WebKit2Prefix.h: Removed references to the autotools configure file.
* config.h: Ditto.

Source/WTF:

* GNUmakefile.am: Removed.
* config.h: Removed references to the autotools configure file.

Tools:

* DumpRenderTree/config.h: Remove references to the autotools configure file.
* GNUmakefile.am: Removed.
* GtkLauncher/GNUmakefile.am: Removed.
* GtkLauncher/main.c: Remove references to the autotools configure file.
* MiniBrowser/gtk/BrowserDownloadsBar.c: Ditto.
* MiniBrowser/gtk/BrowserSearchBar.c: Ditto.
* MiniBrowser/gtk/BrowserWindow.c: Ditto.
* MiniBrowser/gtk/GNUmakefile.am: Removed.
* MiniBrowser/gtk/main.c: Remove references to the autotools configure file.
* Scripts/build-webkit: No longer handle autotools.
* Scripts/run-gtk-tests: Ditto.
(TestRunner._setup_testing_environment):
* Scripts/run-launcher: Ditto.
* Scripts/webkitdirs.pm: Ditto.
* Scripts/webkitpy/common/config/contributionareas.py: Remove autotools as a contribution area.
* Scripts/webkitpy/common/config/contributors.json: Ditto.
* Scripts/webkitpy/port/gtk.py: No longer handle autotools.
* Scripts/webkitpy/style/checker.py:
* TestWebKitAPI/GNUmakefile.am: Removed.
* TestWebKitAPI/config.h: Remove references to the autotools configure file.
* WebKitTestRunner/GNUmakefile.am: Removed.
* WebKitTestRunner/WebKitTestRunnerPrefix.h: Ditto.
* gtk/GNUmakefile.am: Removed.
* gtk/common.py: Remove checks for the autotools build.
* gtk/symbols.filter: Renamed from Source/autotools/symbols.filter.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkgitignore">trunk/.gitignore</a></li>
<li><a href="#trunkChangeLog">trunk/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCoreChangeLog">trunk/Source/JavaScriptCore/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCoreconfigh">trunk/Source/JavaScriptCore/config.h</a></li>
<li><a href="#trunkSourcePlatformChangeLog">trunk/Source/Platform/ChangeLog</a></li>
<li><a href="#trunkSourceThirdPartyANGLEChangeLog">trunk/Source/ThirdParty/ANGLE/ChangeLog</a></li>
<li><a href="#trunkSourceThirdPartyChangeLog">trunk/Source/ThirdParty/ChangeLog</a></li>
<li><a href="#trunkSourceWTFChangeLog">trunk/Source/WTF/ChangeLog</a></li>
<li><a href="#trunkSourceWTFconfigh">trunk/Source/WTF/config.h</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreconfigh">trunk/Source/WebCore/config.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgtkpoChangeLog">trunk/Source/WebCore/platform/gtk/po/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitgtkChangeLog">trunk/Source/WebKit/gtk/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2WebKit2Prefixh">trunk/Source/WebKit2/WebKit2Prefix.h</a></li>
<li><a href="#trunkSourceWebKit2configh">trunk/Source/WebKit2/config.h</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsDumpRenderTreeconfigh">trunk/Tools/DumpRenderTree/config.h</a></li>
<li><a href="#trunkToolsGtkLaunchermainc">trunk/Tools/GtkLauncher/main.c</a></li>
<li><a href="#trunkToolsMiniBrowsergtkBrowserDownloadsBarc">trunk/Tools/MiniBrowser/gtk/BrowserDownloadsBar.c</a></li>
<li><a href="#trunkToolsMiniBrowsergtkBrowserSearchBarc">trunk/Tools/MiniBrowser/gtk/BrowserSearchBar.c</a></li>
<li><a href="#trunkToolsMiniBrowsergtkBrowserWindowc">trunk/Tools/MiniBrowser/gtk/BrowserWindow.c</a></li>
<li><a href="#trunkToolsMiniBrowsergtkmainc">trunk/Tools/MiniBrowser/gtk/main.c</a></li>
<li><a href="#trunkToolsScriptsbuildwebkit">trunk/Tools/Scripts/build-webkit</a></li>
<li><a href="#trunkToolsScriptsrungtktests">trunk/Tools/Scripts/run-gtk-tests</a></li>
<li><a href="#trunkToolsScriptsrunlauncher">trunk/Tools/Scripts/run-launcher</a></li>
<li><a href="#trunkToolsScriptswebkitdirspm">trunk/Tools/Scripts/webkitdirs.pm</a></li>
<li><a href="#trunkToolsScriptswebkitpycommonconfigcontributionareaspy">trunk/Tools/Scripts/webkitpy/common/config/contributionareas.py</a></li>
<li><a href="#trunkToolsScriptswebkitpycommonconfigcontributorsjson">trunk/Tools/Scripts/webkitpy/common/config/contributors.json</a></li>
<li><a href="#trunkToolsScriptswebkitpyportgtkpy">trunk/Tools/Scripts/webkitpy/port/gtk.py</a></li>
<li><a href="#trunkToolsScriptswebkitpystylecheckerpy">trunk/Tools/Scripts/webkitpy/style/checker.py</a></li>
<li><a href="#trunkToolsTestWebKitAPIconfigh">trunk/Tools/TestWebKitAPI/config.h</a></li>
<li><a href="#trunkToolsWebKitTestRunnerWebKitTestRunnerPrefixh">trunk/Tools/WebKitTestRunner/WebKitTestRunnerPrefix.h</a></li>
<li><a href="#trunkToolsgtkcommonpy">trunk/Tools/gtk/common.py</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkToolsgtksymbolsfilter">trunk/Tools/gtk/symbols.filter</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkGNUmakefileam">trunk/GNUmakefile.am</a></li>
<li><a href="#trunkSourceJavaScriptCoreGNUmakefileam">trunk/Source/JavaScriptCore/GNUmakefile.am</a></li>
<li><a href="#trunkSourcePlatformGNUmakefileam">trunk/Source/Platform/GNUmakefile.am</a></li>
<li><a href="#trunkSourceThirdPartyANGLEGNUmakefileam">trunk/Source/ThirdParty/ANGLE/GNUmakefile.am</a></li>
<li><a href="#trunkSourceThirdPartygtestGNUmakefileam">trunk/Source/ThirdParty/gtest/GNUmakefile.am</a></li>
<li><a href="#trunkSourceThirdPartyleveldbGNUmakefileam">trunk/Source/ThirdParty/leveldb/GNUmakefile.am</a></li>
<li><a href="#trunkSourceWTFGNUmakefileam">trunk/Source/WTF/GNUmakefile.am</a></li>
<li><a href="#trunkSourceWebCoreGNUmakefileam">trunk/Source/WebCore/GNUmakefile.am</a></li>
<li><a href="#trunkSourceWebCorebindingsgobjectGNUmakefileam">trunk/Source/WebCore/bindings/gobject/GNUmakefile.am</a></li>
<li><a href="#trunkSourceWebCoreplatformgtkpoGNUmakefileam">trunk/Source/WebCore/platform/gtk/po/GNUmakefile.am</a></li>
<li><a href="#trunkSourceWebInspectorUIGNUmakefileam">trunk/Source/WebInspectorUI/GNUmakefile.am</a></li>
<li><a href="#trunkSourceWebKitgtkGNUmakefileam">trunk/Source/WebKit/gtk/GNUmakefile.am</a></li>
<li><a href="#trunkSourceWebKit2GNUmakefileam">trunk/Source/WebKit2/GNUmakefile.am</a></li>
<li>trunk/Source/autotools/</li>
<li><a href="#trunkToolsGNUmakefileam">trunk/Tools/GNUmakefile.am</a></li>
<li><a href="#trunkToolsGtkLauncherGNUmakefileam">trunk/Tools/GtkLauncher/GNUmakefile.am</a></li>
<li><a href="#trunkToolsMiniBrowsergtkGNUmakefileam">trunk/Tools/MiniBrowser/gtk/GNUmakefile.am</a></li>
<li><a href="#trunkToolsTestWebKitAPIGNUmakefileam">trunk/Tools/TestWebKitAPI/GNUmakefile.am</a></li>
<li><a href="#trunkToolsWebKitTestRunnerGNUmakefileam">trunk/Tools/WebKitTestRunner/GNUmakefile.am</a></li>
<li><a href="#trunkToolsgtkGNUmakefileam">trunk/Tools/gtk/GNUmakefile.am</a></li>
<li><a href="#trunkautogensh">trunk/autogen.sh</a></li>
<li><a href="#trunkconfigureac">trunk/configure.ac</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkgitignore"></a>
<div class="modfile"><h4>Modified: trunk/.gitignore (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/.gitignore        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/.gitignore        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -22,33 +22,6 @@
</span><span class="cx"> *~
</span><span class="cx"> .*.sw[a-p]
</span><span class="cx"> 
</span><del>-# Though the GTK build builds in a subdirectory, autogen.sh still deposits
-# a few files into the source tree.
-/aclocal.m4
-/autom4te.cache
-/Source/autotools/compile
-/Source/autotools/config.guess
-/Source/autotools/config.sub
-/Source/autotools/depcomp
-/Source/autotools/gtk-doc.m4
-/Source/autotools/install-sh
-/Source/autotools/libtool.m4
-/Source/autotools/ltmain.sh
-/Source/autotools/ltoptions.m4
-/Source/autotools/ltsugar.m4
-/Source/autotools/ltversion.m4
-/Source/autotools/lt~obsolete.m4
-/Source/autotools/missing
-/Source/WebCore/GNUmakefile.features.am
-/Source/WebKit/gtk/docs/GNUmakefile.in
-/Source/WebKit/gtk/po/*.pot
-/autotoolsconfig.h.in
-/configure
-/GNUmakefile.in
-/gtk-doc.make
-/INSTALL
-/README
-
</del><span class="cx"> # Ignore files installed by WebKitSupportLibrary/WebKitAuxiliaryLibrary
</span><span class="cx"> /WebKitSupportLibrary.zip
</span><span class="cx"> /WebKitLibraries/win/Software License Agreement for WebKit Support Libraries.rtf
</span></span></pre></div>
<a id="trunkChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/ChangeLog (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/ChangeLog        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/ChangeLog        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,3 +1,30 @@
</span><ins>+2014-03-25  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
+        [GTK] Remove the autotools build
+        https://bugs.webkit.org/show_bug.cgi?id=130717
+
+        Reviewed by Anders Carlsson.
+
+        * .gitignore: Remove references to autotools files.
+        * GNUmakefile.am: Removed.
+        * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
+        * Source/autotools/CustomMacros.m4: Removed.
+        * Source/autotools/FindDependencies.m4: Removed.
+        * Source/autotools/PrintBuildConfiguration.m4: Removed.
+        * Source/autotools/ReadCommandLineArguments.m4: Removed.
+        * Source/autotools/SetupAutoconfHeader.m4: Removed.
+        * Source/autotools/SetupAutomake.m4: Removed.
+        * Source/autotools/SetupCompilerFlags.m4: Removed.
+        * Source/autotools/SetupLibtool.m4: Removed.
+        * Source/autotools/SetupWebKitFeatures.m4: Removed.
+        * Source/autotools/Versions.m4: Removed.
+        * Source/autotools/acinclude.m4: Removed.
+        * Source/autotools/dolt.m4: Removed.
+        * Source/autotools/gsettings.m4: Removed.
+        * Source/cmake/OptionsGTK.cmake:
+        * autogen.sh: Removed.
+        * configure.ac: Removed.
+
</ins><span class="cx"> 2014-03-25  Gabor Rapcsanyi  &lt;rgabor@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         [EFL] Add ARM64 build support
</span></span></pre></div>
<a id="trunkGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,304 +0,0 @@
</span><del>-# Top-level Makefile rule for automake
-#
-# Variable conventions:
-#
-# _h_api            = API headers that will be installed and included in the distribution
-# _cppflags         = flags that will be passed to the C/CXX Preprocessor
-# _sources          = sources that will be compiled and included in the distribution
-# _built_sources    = files that will be autogenerated by the build system and
-#                     will be part of the _SOURCES primary
-# _built_nosources  = files that are autogenerated but are not part of the
-#                     _SOURCES primary
-# _cleanfiles       = files that will be removed by the clean target
-#
-# Sources, headers, flags, etc... should be added to the respective variables
-# with the above suffix, e.g, webcore-specific sources should go to
-# webcore_sources, gtk port API and WebCoreSupport parts to webkitgtk_sources,
-# etc... The only exceptions are the global variables. See Global Variables
-# below.
-
-# Global Variables Reference
-# global_cppflags   = CPPFLAGS that apply to all C/C++ files that are built for any project.
-# global_cflags     = CFLAGS that apply to all C files that are built for any project.
-# global_cxxflags   = CXXFLAGS that apply to all C++ files that are bult for any project.
-
-srcdir = @srcdir@
-VPATH = @srcdir@
-
-DISTCHECK_CONFIGURE_FLAGS = \
-        --enable-introspection        \
-        --enable-gtk-doc \
-        --enable-webkit2
-
-# Directory for autogenerated sources
-GENSOURCES := $(top_builddir)/DerivedSources
-GENSOURCES_JAVASCRIPTCORE := $(top_builddir)/DerivedSources/JavaScriptCore
-GENSOURCES_WEBCORE := $(top_builddir)/DerivedSources/WebCore
-GENSOURCES_WEBINSPECTOR_UI := $(top_builddir)/DerivedSources/WebInspectorUI
-GENSOURCES_WEBKIT := $(top_builddir)/DerivedSources/webkit
-GENSOURCES_WEBKIT2 := $(top_builddir)/DerivedSources/WebKit2
-GENSOURCES_WEBKITDOM := $(top_builddir)/DerivedSources/webkitdom
-GENSOURCES_PLATFORM := $(top_builddir)/DerivedSources/Platform
-GENPROGRAMS := $(top_builddir)/Programs
-GENSOURCES_INSPECTOR := $(GENPROGRAMS)/resources/inspector
-JavaScriptCore := $(srcdir)/Source/JavaScriptCore
-WebCore := $(srcdir)/Source/WebCore
-WebInspectorUI := $(srcdir)/Source/WebInspectorUI
-WebKit := $(srcdir)/Source/WebKit/gtk
-WebKit2 := $(srcdir)/Source/WebKit2
-pkgconfigdir := $(libdir)/pkgconfig
-libwebkitgtkincludedir := $(prefix)/include/webkitgtk-@WEBKITGTK_API_VERSION@
-INSPECTOR_SCRIPTS_DIR := $(JavaScriptCore)/inspector/scripts
-
-# Libraries and support components
-bin_PROGRAMS :=
-noinst_PROGRAMS :=
-libexec_PROGRAMS :=
-noinst_DATA :=
-noinst_HEADERS :=
-noinst_LTLIBRARIES :=
-lib_LTLIBRARIES :=
-IDL_BINDINGS :=
-POFILES :=
-PO_LINGUAS :=
-USER_LINGUAS :=
-USE_LINGUAS :=
-MOFILES :=
-ALL_MOFILES :=
-dom_binding_idls :=
-wtf_sources :=
-javascriptcore_h_api :=
-javascriptcore_builtins_js_nosources :=
-javascriptcore_cppflags:=
-javascriptcore_cflags :=
-javascriptcore_sources :=
-javascriptcore_built_sources :=
-javascriptcore_built_nosources :=
-llint_nosources :=
-offlineasm_nosources :=
-udis86_nosources :=
-platform_webcore_cppflags :=
-platform_cppflags :=
-platform_built_sources :=
-platform_sources :=
-platformgtk_cppflags :=
-platformgtk_sources :=
-webcore_platform_sources :=
-webcore_modules_sources :=
-webcore_svg_built_sources :=
-webcore_svg_sources :=
-webcore_cppflags :=
-webcore_sources :=
-webcore_libadd :=
-webcore_built_sources :=
-webcore_built_nosources :=
-webcoregtk_sources :=
-webcoregtk_cppflags :=
-webkitgtk_built_h_api :=
-webkitgtk_static_h_api :=
-webkitgtk_h_api :=
-webkitgtk_sources :=
-webkitgtk_cppflags :=
-webkitgtk_gdom_built_h_api :=
-webkitgtk_gdom_built_sources :=
-webkitgtk_built_sources :=
-webkitgtk_built_nosources :=
-webkit2_sources :=
-webkit2_built_sources :=
-webkit2platform_sources :=
-webkit2gtk_ui_h_api :=
-webkit2gtk_web_extension_h_api :=
-webkit2gtk_h_api :=
-webkit2gtk_built_sources :=
-webkit2_plugin_process_sources :=
-webkit2_plugin_process_built_sources :=
-webkittestrunner_built_sources :=
-libwebcoreinternals_built_sources :=
-minibrowser_built_sources :=
-global_cppflags :=
-global_cflags :=
-global_cxxflags :=
-EXTRA_DIST :=
-BUILT_SOURCES :=
-CLEANFILES :=
-DOMAIN :=
-DISTCLEANFILES :=
-MAINTAINERCLEANFILES :=
-pkgconfig_DATA :=
-gdom_symbol_files :=
-
-if ENABLE_INTROSPECTION
-gir_DATA :=
-typelibs_DATA :=
-girdir := $(datadir)/gir-1.0
-typelibsdir := $(libdir)/girepository-1.0
-endif
-
-webkit1_pkg_config_file = Source/WebKit/gtk/webkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.pc
-webkit2_pkg_config_file = Source/WebKit2/webkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.pc
-
-if ENABLE_WEBKIT2
-webkitdom_pkgconfig_file = $(webkit2_pkg_config_file)
-else
-webkitdom_pkgconfig_file = $(webkit1_pkg_config_file)
-endif
-
-# We do not care at all about this implicit built-in make rules,
-# disable them to save some build time
-%: %.c
-%: %.cpp
-%: %.o
-(%): %
-%.out: %
-%.c: %.w %.ch
-%.tex: %.w %.ch
-%:: %,v
-%:: RCS/%,v
-%:: RCS/%
-%:: s.%
-%:: SCCS/s.%
-
-global_cppflags += \
-        -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type \
-        -Wformat -Wformat-security -Wno-format-y2k -Wundef \
-        -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings \
-        -Wno-unused-parameter -Wno-parentheses -fno-exceptions \
-        -DBUILDING_CAIRO__ \
-        -DBUILDING_GTK__
-
-if ENABLE_WEBKIT2
-global_cppflags += \
-        -DBUILDING_WEBKIT2__
-
-endif
-
-global_cxxflags += \
-        -fno-rtti
-
-# Read the feature defines file, that's created by generate-feature-defines-files
-# during configuration (SetupWebKitFeatures.m4).
-feature_defines := $(shell cat WebKitFeatures.txt)
-
-# -no-undefined required for building DLLs on Windows
-# It breaks the build on other platforms, so we use it conditionally
-if OS_WIN32
-no_undefined = -no-undefined
-version_script = -export-symbols-regex &quot;^(webkit_|k?JS).*&quot;
-endif
-
-if OS_GNU
-version_script = -Wl,--version-script,$(srcdir)/Source/autotools/symbols.filter
-endif
-
-if ENABLE_COVERAGE
-global_cppflags += \
-        -DGCC_GENERATE_TEST_COVERAGE_FILES \
-        -DGCC_INSTRUMENT_PROGRAM_FLOW_ARCS
-endif
-
-# Default to outputting demangled symbols in case of reporting unresolved references or similar.
-# Using AM_LDFLAGS would be more appropriate here, but these are not used at all when linking installable libraries
-# like libwebkitgtk and libwebkit2gtk, so appending the linker flag to the LDFLAGS variable is done instead.
-LDFLAGS += -Wl,--no-demangle
-
-EXTRA_DIST += \
-        $(srcdir)/Source/autotools/symbols.filter \
-        $(srcdir)/Source/WebKit/LICENSE
-
-# Include module makefiles
-include Source/WTF/GNUmakefile.am
-include Source/JavaScriptCore/GNUmakefile.am
-include Source/Platform/GNUmakefile.am 
-include Source/WebCore/GNUmakefile.am
-include Source/WebCore/bindings/gobject/GNUmakefile.am
-include Source/WebCore/platform/gtk/po/GNUmakefile.am
-include Source/WebInspectorUI/GNUmakefile.am
-include Tools/gtk/GNUmakefile.am
-
-include Source/WebKit/gtk/GNUmakefile.am
-include Tools/GtkLauncher/GNUmakefile.am
-
-include Source/WebKit2/GNUmakefile.am
-include Tools/MiniBrowser/gtk/GNUmakefile.am
-include Source/ThirdParty/ANGLE/GNUmakefile.am
-include Source/ThirdParty/leveldb/GNUmakefile.am
-
-if ENABLE_DEVELOPER_MODE
-include Source/ThirdParty/gtest/GNUmakefile.am
-include Tools/GNUmakefile.am
-include Tools/TestWebKitAPI/GNUmakefile.am
-include Tools/WebKitTestRunner/GNUmakefile.am
-endif
-
-# [GTK] Refactor the translations now that we have webkit2
-# https://bugs.webkit.org/show_bug.cgi?id=55153
-
-# Autogenerated sources
-BUILT_SOURCES += \
-        $(javascriptcore_built_sources) \
-        $(javascriptcore_built_nosources) \
-        $(platform_built_sources) \
-        $(webcore_built_sources) \
-        $(webcore_built_nosources) \
-        $(webcore_svg_built_sources) \
-        $(webkitgtk_built_sources) \
-        $(webkitgtk_built_nosources) \
-        $(webkit2_built_sources) \
-        $(webkit2gtk_built_sources) \
-        $(webkit2_plugin_process_built_sources)
-
-DISTCLEANFILES += \
-        $(CLEANFILES) \
-        $(builddir)/doltcompile \
-        $(builddir)/doltlibtool \
-        $(builddir)/WebKitFeatures.h \
-        $(builddir)/WebKitFeatures.txt
-
-MAINTAINERCLEANFILES += \
-        $(CLEANFILES) \
-        $(builddir)/doltcompile \
-        $(builddir)/doltlibtool \
-        $(srcdir)/aconfig.h.in \
-        $(srcdir)/Source/autotools/config.* \
-        $(srcdir)/Source/autotools/compile \
-        $(srcdir)/Source/autotools/depcomp \
-        $(srcdir)/Source/autotools/install-sh \
-        $(srcdir)/Source/autotools/missing \
-        $(srcdir)/configure \
-        $(srcdir)/GNUmakefile.in \
-        $(srcdir)/INSTALL \
-        $(srcdir)/README \
-        $(top_builddir)/config.*
-
-# Older automake versions (1.7) place Plo files in a different place so we need
-# to create the output directory manually.
-all-local: stamp-po
-        $(MKDIR_P) $(top_builddir)/$(DEPDIR)/DerivedSources
-
-# remove built sources and program directories
-clean-local:
-        -rm -rf $(GENPROGRAMS)
-
-maintainer-clean-local: distclean-local
-distclean-local:
-        -rm -rf $(GENSOURCES) $(GENPROGRAMS)
-
-dist-hook: doc-dist-hook
-doc-dist-hook: docs-build.stamp
-        cp $(WebKit)/NEWS $(distdir)
-if ENABLE_WEBKIT1
-        @mkdir -p $(distdir)/Documentation/webkitgtk/html
-        @mkdir -p $(distdir)/Documentation/webkitgtk/tmpl
-        @-cp ./Documentation/webkitgtk/tmpl/*.sgml $(distdir)/Documentation/webkitgtk/tmpl
-        @cp ./Documentation/webkitgtk/html/* $(distdir)/Documentation/webkitgtk/html
-endif
-if ENABLE_WEBKIT2
-        @mkdir -p $(distdir)/Documentation/webkit2gtk/html
-        @mkdir -p $(distdir)/Documentation/webkit2gtk/tmpl
-        @-cp ./Documentation/webkit2gtk/tmpl/*.sgml $(distdir)/Documentation/webkit2gtk/tmpl
-        @cp ./Documentation/webkit2gtk/html/* $(distdir)/Documentation/webkit2gtk/html
-endif
-        @mkdir -p $(distdir)/Documentation/webkitdomgtk/html
-        @mkdir -p $(distdir)/Documentation/webkitdomgtk/tmpl
-        @-cp ./Documentation/webkitdomgtk/tmpl/*.sgml $(distdir)/Documentation/webkitdomgtk/tmpl
-        @cp ./Documentation/webkitdomgtk/html/* $(distdir)/Documentation/webkitdomgtk/html
</del></span></pre></div>
<a id="trunkSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ChangeLog (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ChangeLog        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/JavaScriptCore/ChangeLog        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2014-03-25  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
+        [GTK] Remove the autotools build
+        https://bugs.webkit.org/show_bug.cgi?id=130717
+
+        Reviewed by Anders Carlsson.
+
+        * GNUmakefile.am: Removed.
+        * config.h: Remove references to the autotools configure file.
+
</ins><span class="cx"> 2014-03-24  Filip Pizlo  &lt;fpizlo@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         More scaffolding for a stub routine to have a stub recursively embedded inside it
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Source/JavaScriptCore/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/JavaScriptCore/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,298 +0,0 @@
</span><del>-include $(srcdir)/Source/JavaScriptCore/GNUmakefile.list.am
-
-lib_LTLIBRARIES += \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la
-
-jsc_lib_for_dep = libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la
-$(jsc_lib_for_dep): $(srcdir)/Source/JavaScriptCore/GNUmakefile.list.am
-
-# We are going to make everything public for now. When
-# https://bugs.webkit.org/show_bug.cgi?id=27551 is fixed we'll able to
-# simply rely on the usual symbol visibility flags.
-libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LDFLAGS = \
-        -version-info @LIBJAVASCRIPTCOREGTK_VERSION@ \
-        $(no_undefined)
-
-nodist_EXTRA_libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOURCES = \
-        $(javascriptcore_built_nosources)
-
-nodist_libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOURCES = \
-        $(javascriptcore_built_sources)
-
-libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_ladir = $(libwebkitgtkincludedir)/JavaScriptCore
-libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_HEADERS = $(javascriptcore_h_api)
-
-libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOURCES = \
-        $(javascriptcore_sources)
-
-libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD = \
-        -lpthread \
-        libWTF.la \
-        $(GLIB_LIBS) \
-        $(LLVM_LIBS) \
-        $(UNICODE_LIBS) \
-        $(WINMM_LIBS)
-
-libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CXXFLAGS = \
-        $(global_cxxflags) \
-        $(libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CFLAGS)
-
-libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CFLAGS = \
-        $(javascriptcore_cflags)
-
-libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CPPFLAGS = \
-        $(global_cppflags) \
-        $(javascriptcore_cppflags)
-
-javascriptcore_cppflags += \
-        -I$(srcdir)/Source \
-        -I$(srcdir)/Source/JavaScriptCore \
-        -I$(srcdir)/Source/JavaScriptCore/API \
-        -I$(srcdir)/Source/JavaScriptCore/ForwardingHeaders \
-        -I$(srcdir)/Source/JavaScriptCore/assembler \
-        -I$(srcdir)/Source/JavaScriptCore/bindings \
-        -I$(srcdir)/Source/JavaScriptCore/builtins \
-        -I$(srcdir)/Source/JavaScriptCore/bytecode \
-        -I$(srcdir)/Source/JavaScriptCore/bytecompiler \
-        -I$(srcdir)/Source/JavaScriptCore/debugger \
-        -I$(srcdir)/Source/JavaScriptCore/dfg \
-        -I$(srcdir)/Source/JavaScriptCore/disassembler \
-        -I$(srcdir)/Source/JavaScriptCore/disassembler/udis86 \
-        -I$(srcdir)/Source/JavaScriptCore/ftl \
-        -I$(srcdir)/Source/JavaScriptCore/heap \
-        -I$(srcdir)/Source/JavaScriptCore/inspector \
-        -I$(srcdir)/Source/JavaScriptCore/inspector/agents \
-        -I$(srcdir)/Source/JavaScriptCore/interpreter \
-        -I$(srcdir)/Source/JavaScriptCore/jit \
-        -I$(srcdir)/Source/JavaScriptCore/llint \
-        -I$(srcdir)/Source/JavaScriptCore/parser \
-        -I$(srcdir)/Source/JavaScriptCore/profiler \
-        -I$(srcdir)/Source/JavaScriptCore/runtime \
-        -I$(srcdir)/Source/JavaScriptCore/tools \
-        -I$(srcdir)/Source/JavaScriptCore/yarr \
-        -I$(top_builddir)/DerivedSources/JavaScriptCore \
-        -I$(srcdir)/Source/WTF \
-        $(LLVM_CFLAGS)
-
-# FIXME: the -fomit-frame-pointer and -ftree-dce optimizations are disabled after they've been causing
-# trouble with the merged jsCStack code. The former is required due to otherwise incorrectly compiled
-# operationCallEval function, while the latter is required when using GCC 4.8. See bugs #127777 and
-# #127909 for more information.
-javascriptcore_cppflags += \
-        -fno-omit-frame-pointer
-
-if COMPILER_GCC
-javascriptcore_cppflags += \
-        -fno-tree-dce
-endif
-
-javascriptcore_cflags += \
-        $(global_cflags) \
-        $(GLIB_CFLAGS) \
-        $(LLVM_CFLAGS) \
-        $(UNICODE_CFLAGS)
-
-pkgconfig_DATA += Source/JavaScriptCore/javascriptcoregtk-@WEBKITGTK_API_VERSION@.pc
-
-$(shell mkdir -p DerivedSources/JavaScriptCore)
-
-DerivedSources/JavaScriptCore/Bytecodes.h: $(srcdir)/Source/JavaScriptCore/generate-bytecode-files $(srcdir)/Source/JavaScriptCore/bytecode/BytecodeList.json
-        $(AM_V_GEN)$(PYTHON) $(srcdir)/Source/JavaScriptCore/generate-bytecode-files --bytecodes_h $@ $(srcdir)/Source/JavaScriptCore/bytecode/BytecodeList.json
-
-DerivedSources/JavaScriptCore/InitBytecodes.asm: $(srcdir)/Source/JavaScriptCore/generate-bytecode-files $(srcdir)/Source/JavaScriptCore/bytecode/BytecodeList.json
-        $(AM_V_GEN)$(PYTHON) $(srcdir)/Source/JavaScriptCore/generate-bytecode-files --init_bytecodes_asm $@ $(srcdir)/Source/JavaScriptCore/bytecode/BytecodeList.json
-
-DerivedSources/JavaScriptCore/Lexer.lut.h: $(srcdir)/Source/JavaScriptCore/create_hash_table $(srcdir)/Source/JavaScriptCore/parser/Keywords.table
-        $(AM_V_GEN)$(PERL) $^ &gt; $@
-
-DerivedSources/JavaScriptCore/%.lut.h: $(srcdir)/Source/JavaScriptCore/create_hash_table $(srcdir)/Source/JavaScriptCore/runtime/%.cpp
-        $(AM_V_GEN)$(PERL) $^ -i &gt; $@
-
-DerivedSources/JavaScriptCore/RegExpJitTables.h: $(srcdir)/Source/JavaScriptCore/create_regex_tables
-        $(AM_V_GEN)$(PYTHON) $^ &gt; $@
-
-DerivedSources/JavaScriptCore/KeywordLookup.h: $(srcdir)/Source/JavaScriptCore/KeywordLookupGenerator.py $(srcdir)/Source/JavaScriptCore/parser/Keywords.table
-        $(AM_V_GEN)$(PYTHON) $^ &gt; $@
-
-DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h: $(javascriptcore_sources) $(llint_nosources) $(offlineasm_nosources)
-        $(AM_V_GEN)$(RUBY) $(srcdir)/Source/JavaScriptCore/offlineasm/generate_offset_extractor.rb $(srcdir)/Source/JavaScriptCore/llint/LowLevelInterpreter.asm $@
-        $(AM_V_at)touch $@
-
-$(Programs_LLIntOffsetsExtractor_OBJECTS): DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h DerivedSources/JavaScriptCore/Bytecodes.h
-
-DerivedSources/JavaScriptCore/LLIntAssembly.h: Programs/LLIntOffsetsExtractor$(EXEEXT) DerivedSources/JavaScriptCore/InitBytecodes.asm
-        $(AM_V_GEN)$(RUBY) $(srcdir)/Source/JavaScriptCore/offlineasm/asm.rb $(srcdir)/Source/JavaScriptCore/llint/LowLevelInterpreter.asm Programs/LLIntOffsetsExtractor$(EXEEXT) $@
-        $(AM_V_at)touch $@
-
-DerivedSources/JavaScriptCore/JSCBuiltins.h: DerivedSources/JavaScriptCore/JSCBuiltins.cpp
-DerivedSources/JavaScriptCore/JSCBuiltins.cpp: $(srcdir)/Source/JavaScriptCore/generate-js-builtins $(javascriptcore_builtins_js_nosources)
-        $(AM_V_GEN)$(PYTHON) $^ $@
-
-DerivedSources/JavaScriptCore/udis86_itab.h: DerivedSources/JavaScriptCore/udis86_itab.c
-DerivedSources/JavaScriptCore/udis86_itab.c: $(udis86_nosources)
-        $(AM_V_GEN)$(PYTHON) $(srcdir)/Source/JavaScriptCore/disassembler/udis86/itab.py --outputDir DerivedSources/JavaScriptCore $(srcdir)/Source/JavaScriptCore/disassembler/udis86/optable.xml
-
-$(libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_OBJECTS): DerivedSources/JavaScriptCore/LLIntAssembly.h
-
-jsc: $(javascriptcore_built_nosources) Programs/jsc$(EXEEXT)
-
-bin_PROGRAMS += \
-        Programs/jsc-@WEBKITGTK_API_MAJOR_VERSION@$(EXEEXT)
-
-noinst_PROGRAMS += \
-        Programs/jsc \
-        Programs/minidom \
-        Programs/LLIntOffsetsExtractor
-
-Programs_minidom_CPPFLAGS = \
-        $(global_cppflags) \
-        $(javascriptcore_cppflags)
-
-Programs_minidom_CFLAGS = \
-        -ansi \
-        -fno-strict-aliasing \
-        $(global_cflags) \
-        $(GLOBALDEPS_CFLAGS)
-
-Programs_minidom_LDADD = \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        $(WINMM_LIBS) \
-        -lm \
-        -lpthread \
-        -lstdc++
-
-Programs_minidom_LDFLAGS = \
-        -no-install
-
-Programs_LLIntOffsetsExtractor_CPPFLAGS = \
-        $(global_cppflags) \
-        $(javascriptcore_cppflags)
-
-Programs_LLIntOffsetsExtractor_CFLAGS = \
-        -ansi \
-        -fno-strict-aliasing \
-        $(global_cflags) \
-        $(GLOBALDEPS_CFLAGS)
-
-Programs_LLIntOffsetsExtractor_LDADD = \
-        -lpthread \
-        libWTF.la \
-        $(UNICODE_LIBS) \
-        $(GLIB_LIBS) \
-        $(WINMM_LIBS) \
-        -lm \
-        -lpthread \
-        -lstdc++
-
-Programs_LLIntOffsetsExtractor_LDFLAGS = \
-        -no-install
-
-# jsc
-Programs/jsc$(EXEEXT): Programs/jsc-@WEBKITGTK_API_MAJOR_VERSION@$(EXEEXT)
-        $(AM_V_GEN)cp -f Programs/jsc-@WEBKITGTK_API_MAJOR_VERSION@$(EXEEXT) Programs/jsc$(EXEEXT)
-Programs_jsc_LDADD =
-Programs_jsc_SOURCES =
-
-Programs_jsc_@WEBKITGTK_API_MAJOR_VERSION@_CPPFLAGS = \
-        $(global_cppflags) \
-        $(javascriptcore_cppflags)
-
-Programs_jsc_@WEBKITGTK_API_MAJOR_VERSION@_CXXFLAGS = \
-        -fno-strict-aliasing \
-        $(global_cxxflags) \
-        $(global_cflags) \
-        $(GLOBALDEPS_CFLAGS) \
-        $(UNICODE_CFLAGS)
-
-Programs_jsc_@WEBKITGTK_API_MAJOR_VERSION@_LDADD = \
-        -lpthread \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        $(WINMM_LIBS)
-
-EXTRA_DIST += \
-        Source/JavaScriptCore/AUTHORS \
-        Source/JavaScriptCore/ChangeLog \
-        Source/JavaScriptCore/COPYING.LIB \
-        Source/JavaScriptCore/create_hash_table \
-        Source/JavaScriptCore/create_regex_tables \
-        Source/JavaScriptCore/icu/LICENSE \
-        Source/JavaScriptCore/icu/README \
-        Source/JavaScriptCore/inspector/InjectedScriptSource.js \
-        Source/JavaScriptCore/inspector/protocol/Console.json \
-        Source/JavaScriptCore/inspector/protocol/Debugger.json \
-        Source/JavaScriptCore/inspector/protocol/GenericTypes.json \
-        Source/JavaScriptCore/inspector/protocol/InspectorDomain.json \
-        Source/JavaScriptCore/inspector/protocol/Runtime.json \
-        Source/JavaScriptCore/inspector/scripts/CodeGeneratorInspector.py \
-        Source/JavaScriptCore/inspector/scripts/CodeGeneratorInspectorStrings.py \
-        Source/JavaScriptCore/inspector/scripts/cssmin.py \
-        Source/JavaScriptCore/inspector/scripts/generate-combined-inspector-json.py \
-        Source/JavaScriptCore/inspector/scripts/inline-and-minify-stylesheets-and-scripts.py \
-        Source/JavaScriptCore/inspector/scripts/jsmin.py \
-        Source/JavaScriptCore/inspector/scripts/xxd.pl \
-        Source/JavaScriptCore/KeywordLookupGenerator.py \
-        Source/JavaScriptCore/parser/Keywords.table \
-        Source/JavaScriptCore/THANKS \
-        $(javascriptcore_builtins_js_nosources) \
-        $(llint_nosources) \
-        $(offlineasm_nosources) \
-        $(udis86_nosources)
-
-CLEANFILES += \
-        $(javascriptcore_built_nosources) \
-        Programs/jsc \
-        Programs/jsc-@WEBKITGTK_API_MAJOR_VERSION@ \
-        Programs/LLIntOffsetsExtractor \
-        Programs/minidom
-
-DISTCLEANFILES += \
-        $(top_builddir)/Source/JavaScriptCore/javascriptcoregtk-@WEBKITGTK_API_VERSION@.pc
-
-if ENABLE_INTROSPECTION
-# The GIR file is generated via autoconf, as we don't need to run the scanner against non-GObject libraries.
-JavaScriptCore-@WEBKITGTK_API_VERSION@.typelib: JavaScriptCore-@WEBKITGTK_API_VERSION@.gir $(G_IR_COMPILER)
-        $(AM_V_GEN)$(G_IR_COMPILER) --includedir $(WebKit) --includedir $(top_builddir) $&lt; -o $@
-
-gir_DATA += JavaScriptCore-@WEBKITGTK_API_VERSION@.gir
-typelibs_DATA += JavaScriptCore-@WEBKITGTK_API_VERSION@.typelib
-CLEANFILES += JavaScriptCore-@WEBKITGTK_API_VERSION@.gir JavaScriptCore-@WEBKITGTK_API_VERSION@.typelib
-endif
-
-
-# Inspector Interfaces
-
-JavaScriptCore_INSPECTOR_DOMAINS := \
-    $(JavaScriptCore)/inspector/protocol/Console.json \
-    $(JavaScriptCore)/inspector/protocol/Debugger.json \
-    $(JavaScriptCore)/inspector/protocol/GenericTypes.json \
-    $(JavaScriptCore)/inspector/protocol/InspectorDomain.json \
-    $(JavaScriptCore)/inspector/protocol/Runtime.json
-
-# The combined JSON file depends on the actual set of domains and their file contents, so that
-# adding, modifying, or removing domains will trigger regeneration of inspector files.
-
-.PHONY: force
-EnabledInspectorDomains : force
-        echo '$(INSPECTOR_DOMAINS)' | cmp -s - $@ || echo '$(INSPECTOR_DOMAINS)' &gt; $@
-
-DerivedSources/JavaScriptCore/InspectorJS.json: $(INSPECTOR_SCRIPTS_DIR)/generate-combined-inspector-json.py $(JavaScriptCore_INSPECTOR_DOMAINS) EnabledInspectorDomains
-        $(AM_V_GEN)$(PYTHON) $(INSPECTOR_SCRIPTS_DIR)/generate-combined-inspector-json.py $(JavaScriptCore)/inspector/protocol &gt; $(GENSOURCES_JAVASCRIPTCORE)/InspectorJS.json
-
-# Inspector Backend Dispatchers, Frontend Dispatchers, Type Builders
-# Copy generated header files to DerivedSources/JavaScriptCore/inspector so that WebCore's ForwardingHeader style of #include &lt;inspector/Foo.h&gt; will work.
-DerivedSources/JavaScriptCore/InspectorJSBackendDispatchers.cpp: DerivedSources/JavaScriptCore/InspectorJS.json $(INSPECTOR_SCRIPTS_DIR)/CodeGeneratorInspector.py $(INSPECTOR_SCRIPTS_DIR)/CodeGeneratorInspectorStrings.py
-        $(AM_V_GEN)$(PYTHON) $(INSPECTOR_SCRIPTS_DIR)/CodeGeneratorInspector.py $&lt; --output_h_dir $(GENSOURCES_JAVASCRIPTCORE) --output_cpp_dir $(GENSOURCES_JAVASCRIPTCORE) --output_js_dir $(GENSOURCES_JAVASCRIPTCORE) --output_type JavaScript
-        $(AM_V_at)touch $@
-        mkdir -p DerivedSources/JavaScriptCore/inspector
-        cp DerivedSources/JavaScriptCore/InspectorJSTypeBuilders.h DerivedSources/JavaScriptCore/InspectorJSFrontendDispatchers.h DerivedSources/JavaScriptCore/InspectorJSBackendDispatchers.h DerivedSources/JavaScriptCore/inspector
-DerivedSources/JavaScriptCore/InspectorJSTypeBuilders.h: DerivedSources/JavaScriptCore/InspectorJSTypeBuilders.cpp
-DerivedSources/JavaScriptCore/InspectorJSTypeBuilders.cpp: DerivedSources/JavaScriptCore/InspectorJSFrontendDispatchers.h
-DerivedSources/JavaScriptCore/InspectorJSFrontendDispatchers.h: DerivedSources/JavaScriptCore/InspectorJSFrontendDispatchers.cpp
-DerivedSources/JavaScriptCore/InspectorJSFrontendDispatchers.cpp: DerivedSources/JavaScriptCore/InspectorJSBackendCommands.js
-DerivedSources/JavaScriptCore/InspectorJSBackendCommands.js: DerivedSources/JavaScriptCore/InspectorJSBackendDispatchers.h
-DerivedSources/JavaScriptCore/InspectorJSBackendDispatchers.h: DerivedSources/JavaScriptCore/InspectorJSBackendDispatchers.cpp
-
-DerivedSources/JavaScriptCore/InjectedScriptSource.h: $(JavaScriptCore)/inspector/InjectedScriptSource.js $(INSPECTOR_SCRIPTS_DIR)/xxd.pl $(INSPECTOR_SCRIPTS_DIR)/jsmin.py
-        $(AM_V_GEN)$(PYTHON) $(INSPECTOR_SCRIPTS_DIR)/jsmin.py &lt; $&lt; &gt; $(GENSOURCES_JAVASCRIPTCORE)/InjectedScriptSource.min.js
-        $(AM_V_at)$(PERL) $(INSPECTOR_SCRIPTS_DIR)/xxd.pl InjectedScriptSource_js $(GENSOURCES_JAVASCRIPTCORE)/InjectedScriptSource.min.js $@
-        $(AM_V_at)rm -rf $(GENSOURCES_JAVASCRIPTCORE)/InjectedScriptSource.min.js
</del></span></pre></div>
<a id="trunkSourceJavaScriptCoreconfigh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/config.h (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/config.h        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/JavaScriptCore/config.h        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -19,13 +19,9 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H
-#ifdef BUILDING_WITH_CMAKE
</del><ins>+#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H &amp;&amp; defined(BUILDING_WITH_CMAKE)
</ins><span class="cx"> #include &quot;cmakeconfig.h&quot;
</span><del>-#else
-#include &quot;autotoolsconfig.h&quot;
</del><span class="cx"> #endif
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Platform.h&gt;
</span><span class="cx"> #include &lt;wtf/ExportMacros.h&gt;
</span></span></pre></div>
<a id="trunkSourcePlatformChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/Platform/ChangeLog (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/Platform/ChangeLog        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/Platform/ChangeLog        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-03-25  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
+        [GTK] Remove the autotools build
+        https://bugs.webkit.org/show_bug.cgi?id=130717
+
+        Reviewed by Anders Carlsson.
+
+        * GNUmakefile.am: Removed.
+
</ins><span class="cx"> 2014-01-20  Ryuan Choi  &lt;ryuan.choi@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [CMAKE] Remove Nix from CMake scripts
</span></span></pre></div>
<a id="trunkSourcePlatformGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Source/Platform/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/Platform/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/Platform/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,133 +0,0 @@
</span><del>-# The platform layer code is built into two separate static libraries - libPlatformGtk.la
-# is built from files that require GTK+ and libPlatform.la is built from all the other files.
-# This makes it possible to build two separate libPlatformGtk.la libraries, one using GTK3
-# and the other (named libPlatformGtk2.la) using GTK2. The latter is required by the
-# WebKitPluginProcess in WebKit2 as some plugins (such as Flash) still use GTK2.
-# For now we only build the libPlatformGtk library as there are no source files in place yet
-# that could be built into libPlatform.
-
-platform_cppflags += \
-        -I$(srcdir)/Source/ThirdParty/ANGLE/src \
-        -I$(srcdir)/Source/ThirdParty/ANGLE/include \
-        -I$(srcdir)/Source/ThirdParty/ANGLE/include/GLSLANG \
-        -I$(srcdir)/Source/ThirdParty/ANGLE/include/KHR \
-        -I$(top_builddir)/DerivedSources/Platform
-
-platformgtk_cppflags += \
-        -DWEBKITGTK_API_VERSION_STRING=\&quot;@WEBKITGTK_API_VERSION@\&quot; \
-        -DDATA_DIR=\&quot;${datadir}\&quot;
-
-# This is the minimal set of Source/WebCore/platform subdirectories that contain headers required by the GTK-specific
-# platform source files. These inclusions are required due to platform layer source files not yet completely migrated
-# into Source/Platform. Only Source/WebCore/platform subdirectories must be listed here as this, coupled with the
-# header inclusion in source files that's done via specifying the header basename, prevents any platform violations
-# occurring.
-platform_webcore_cppflags += \
-        -I$(srcdir)/Source/WebCore/platform \
-        -I$(srcdir)/Source/WebCore/platform/animation \
-        -I$(srcdir)/Source/WebCore/platform/audio \
-        -I$(srcdir)/Source/WebCore/platform/cairo \
-        -I$(srcdir)/Source/WebCore/platform/geoclue \
-        -I$(srcdir)/Source/WebCore/platform/glib \
-        -I$(srcdir)/Source/WebCore/platform/graphics \
-        -I$(srcdir)/Source/WebCore/platform/graphics/cairo \
-        -I$(srcdir)/Source/WebCore/platform/graphics/cpu/arm \
-        -I$(srcdir)/Source/WebCore/platform/graphics/cpu/arm/filters \
-        -I$(srcdir)/Source/WebCore/platform/graphics/egl \
-        -I$(srcdir)/Source/WebCore/platform/graphics/filters \
-        -I$(srcdir)/Source/WebCore/platform/graphics/glx \
-        -I$(srcdir)/Source/WebCore/platform/graphics/gpu \
-        -I$(srcdir)/Source/WebCore/platform/graphics/gstreamer \
-        -I$(srcdir)/Source/WebCore/platform/graphics/gtk \
-        -I$(srcdir)/Source/WebCore/platform/graphics/harfbuzz \
-        -I$(srcdir)/Source/WebCore/platform/graphics/opengl \
-        -I$(srcdir)/Source/WebCore/platform/graphics/opentype \
-        -I$(srcdir)/Source/WebCore/platform/graphics/texmap \
-        -I$(srcdir)/Source/WebCore/platform/graphics/transforms \
-        -I$(srcdir)/Source/WebCore/platform/gtk \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders/bmp \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders/cairo \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders/gif \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders/ico \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders/jpeg \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders/png \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders/webp \
-        -I$(srcdir)/Source/WebCore/platform/network \
-        -I$(srcdir)/Source/WebCore/platform/network/gtk \
-        -I$(srcdir)/Source/WebCore/platform/network/soup \
-        -I$(srcdir)/Source/WebCore/platform/text \
-        -I$(srcdir)/Source/WebCore/platform/text/icu \
-        -I$(srcdir)/Source/WebCore/platform/text/transcoder
-
-noinst_LTLIBRARIES += \
-        libPlatform.la \
-        libPlatformGtk.la
-
-# Artificial dependencies to try to force a relink of the Platform libraries when their makefile changes.
-platform_lib_for_dep = libPlatform.la
-$(platform_lib_for_dep): $(srcdir)/Source/Platform/GNUmakefile.am $(srcdir)/Source/WebCore/GNUmakefile.list.am
-
-platformgtk_lib_for_dep = libPlatformGtk.la
-$(platformgtk_lib_for_dep): $(srcdir)/Source/Platform/GNUmakefile.am $(srcdir)/Source/WebCore/GNUmakefile.list.am
-
-libPlatform_la_SOURCES = \
-        $(platform_sources)
-
-nodist_libPlatform_la_SOURCES = \
-        $(platform_built_sources)
-
-libPlatform_la_CXXFLAGS = \
-        -fvisibility-inlines-hidden \
-        $(global_cxxflags)
-
-libPlatform_la_CFLAGS = \
-        -fvisibility=hidden \
-        $(global_cflags)
-
-libPlatform_la_CPPFLAGS = \
-        -DBUILDING_WEBKIT \
-        $(global_cppflags) \
-        $(platform_cppflags) \
-        $(platform_webcore_cppflags) \
-        $(javascriptcore_cppflags) \
-        -fno-strict-aliasing \
-        $(CAIRO_CFLAGS) \
-        $(ENCHANT_CFLAGS) \
-        $(FREETYPE_CFLAGS) \
-        $(GEOCLUE_CFLAGS) \
-        $(GSTREAMER_CFLAGS) \
-        $(LIBSOUP_CFLAGS) \
-        $(UPOWER_GLIB_CFLAGS)
-
-libPlatformGtk_la_SOURCES = \
-        $(platformgtk_sources)
-
-libPlatformGtk_la_CXXFLAGS = \
-        -fvisibility-inlines-hidden \
-        $(global_cxxflags)
-
-libPlatformGtk_la_CFLAGS = \
-        -fvisibility=hidden \
-        $(global_cflags)
-
-libPlatformGtk_la_CPPFLAGS = \
-        -DBUILDING_WEBKIT \
-        $(global_cppflags) \
-        $(platform_cppflags) \
-        $(platformgtk_cppflags) \
-        $(platform_webcore_cppflags) \
-        $(javascriptcore_cppflags) \
-        -fno-strict-aliasing \
-        $(FREETYPE_CFLAGS) \
-        $(GSTREAMER_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(LIBSECRET_CFLAGS) \
-        $(LIBSOUP_CFLAGS)
-
-DerivedSources/Platform/ColorData.cpp: $(WebCore)/platform/ColorData.gperf $(WebCore)/make-hash-tools.pl
-        $(AM_V_GEN)$(PERL) $(WebCore)/make-hash-tools.pl $(GENSOURCES_PLATFORM) $(WebCore)/platform/ColorData.gperf
-
-DerivedSources/Platform/WebKitFontFamilyNames.cpp: DerivedSources/Platform/WebKitFontFamilyNames.h
-DerivedSources/Platform/WebKitFontFamilyNames.h: $(WebCore)/dom/make_names.pl $(WebCore)/bindings/scripts/Hasher.pm $(WebCore)/bindings/scripts/StaticString.pm $(WebCore)/css/WebKitFontFamilyNames.in
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $&lt; --fonts $(WebCore)/css/WebKitFontFamilyNames.in --outputDir &quot;$(GENSOURCES_PLATFORM)&quot;
</del></span></pre></div>
<a id="trunkSourceThirdPartyANGLEChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ANGLE/ChangeLog        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-03-25  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
+        [GTK] Remove the autotools build
+        https://bugs.webkit.org/show_bug.cgi?id=130717
+
+        Reviewed by Anders Carlsson.
+
+        * GNUmakefile.am: Removed.
+
</ins><span class="cx"> 2014-03-14  Mark Rowe  &lt;mrowe@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Fix the production build.
</span></span></pre></div>
<a id="trunkSourceThirdPartyANGLEGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/ANGLE/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ANGLE/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/ThirdParty/ANGLE/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,163 +0,0 @@
</span><del>-if USE_OPENGL
-noinst_LTLIBRARIES += \
-        libANGLE.la
-
-angle_lib_for_dep = libANGLE.la
-$(angle_lib_for_dep): $(srcdir)/Source/ThirdParty/ANGLE/GNUmakefile.am
-endif
-
-libANGLE_la_CXXFLAGS = $(global_cxxflags)
-libANGLE_la_CFLAGS = $(global_cflags)
-libANGLE_la_CPPFLAGS = \
-        $(global_cppflags) \
-        -I$(srcdir)/Source/ThirdParty/ANGLE/src \
-        -I$(srcdir)/Source/ThirdParty/ANGLE/include \
-        -I$(srcdir)/Source/ThirdParty/ANGLE/include/GLSLANG \
-        -I$(srcdir)/Source/ThirdParty/ANGLE/include/KHR
-
-libANGLE_la_SOURCES = \
-        Source/ThirdParty/ANGLE/include/EGL/egl.h \
-        Source/ThirdParty/ANGLE/include/EGL/eglext.h \
-        Source/ThirdParty/ANGLE/include/EGL/eglplatform.h \
-        Source/ThirdParty/ANGLE/include/GLES2/gl2.h \
-        Source/ThirdParty/ANGLE/include/GLES2/gl2ext.h \
-        Source/ThirdParty/ANGLE/include/GLES2/gl2platform.h \
-        Source/ThirdParty/ANGLE/include/GLSLANG/ShaderLang.h \
-        Source/ThirdParty/ANGLE/include/KHR/khrplatform.h \
-        Source/ThirdParty/ANGLE/src/common/angleutils.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/BaseTypes.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/BuiltInFunctionEmulator.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/BuiltInFunctionEmulator.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/CodeGen.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/Common.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/Compiler.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/ConstantUnion.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/compilerdebug.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/compilerdebug.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/depgraph/DependencyGraphBuilder.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/depgraph/DependencyGraphBuilder.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/depgraph/DependencyGraph.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/depgraph/DependencyGraph.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/depgraph/DependencyGraphOutput.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/depgraph/DependencyGraphOutput.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/depgraph/DependencyGraphTraverse.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/DetectCallDepth.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/DetectCallDepth.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/Diagnostics.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/Diagnostics.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/DirectiveHandler.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/DirectiveHandler.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/DetectDiscontinuity.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/DetectDiscontinuity.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/ExtensionBehavior.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/ForLoopUnroll.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/ForLoopUnroll.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/glslang.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/glslang_lex.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/glslang_tab.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/glslang_tab.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/HashNames.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/InfoSink.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/InfoSink.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/Initialize.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/Initialize.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/InitializeDll.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/InitializeDll.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/InitializeGlobals.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/InitializeParseContext.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/InitializeParseContext.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/InitializeVariables.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/InitializeVariables.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/Intermediate.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/intermediate.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/intermOut.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/IntermTraverse.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/localintermediate.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/MapLongVariableNames.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/MapLongVariableNames.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/MMap.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/NodeSearch.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/osinclude.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/ossource_posix.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/OutputESSL.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/OutputESSL.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/OutputGLSLBase.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/OutputGLSLBase.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/OutputGLSL.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/OutputGLSL.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/OutputHLSL.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/OutputHLSL.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/parseConst.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/ParseContext.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/ParseContext.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/PoolAlloc.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/PoolAlloc.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/Pragma.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/QualifierAlive.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/QualifierAlive.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/RemoveTree.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/RemoveTree.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/RenameFunction.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/RewriteElseBlocks.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/RewriteElseBlocks.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/SearchSymbol.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/SearchSymbol.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/ShaderLang.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/ShHandle.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/SymbolTable.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/SymbolTable.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/timing/RestrictFragmentShaderTiming.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/timing/RestrictFragmentShaderTiming.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/timing/RestrictVertexShaderTiming.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/timing/RestrictVertexShaderTiming.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/TranslatorESSL.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/TranslatorESSL.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/TranslatorGLSL.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/TranslatorGLSL.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/TranslatorHLSL.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/TranslatorHLSL.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/Types.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/UnfoldShortCircuitAST.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/UnfoldShortCircuitAST.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/UnfoldShortCircuit.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/UnfoldShortCircuit.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/Uniform.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/Uniform.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/util.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/util.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/ValidateLimitations.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/ValidateLimitations.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/VariableInfo.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/VariableInfo.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/VariablePacker.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/VariablePacker.h \
-        Source/ThirdParty/ANGLE/src/compiler/translator/VersionGLSL.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/translator/VersionGLSL.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/DiagnosticsBase.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/DiagnosticsBase.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/DirectiveHandlerBase.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/DirectiveHandlerBase.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/DirectiveParser.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/DirectiveParser.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/ExpressionParser.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/ExpressionParser.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/Input.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/Input.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/length_limits.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/Lexer.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/Lexer.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/Macro.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/MacroExpander.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/MacroExpander.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/Macro.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/numeric_lex.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/pp_utils.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/Preprocessor.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/Preprocessor.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/SourceLocation.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/Token.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/Token.h \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/Tokenizer.cpp \
-        Source/ThirdParty/ANGLE/src/compiler/preprocessor/Tokenizer.h \
-        Source/ThirdParty/ANGLE/src/third_party/compiler/ArrayBoundsClamper.cpp \
-        Source/ThirdParty/ANGLE/src/third_party/compiler/ArrayBoundsClamper.h
</del></span></pre></div>
<a id="trunkSourceThirdPartyChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/ChangeLog (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ChangeLog        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/ThirdParty/ChangeLog        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2014-03-25  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
+        [GTK] Remove the autotools build
+        https://bugs.webkit.org/show_bug.cgi?id=130717
+
+        Reviewed by Anders Carlsson.
+
+        * gtest/GNUmakefile.am: Removed.
+        * leveldb/GNUmakefile.am: Removed.
+
</ins><span class="cx"> 2014-03-25  Gabor Rapcsanyi  &lt;rgabor@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         [EFL] Add ARM64 build support
</span></span></pre></div>
<a id="trunkSourceThirdPartygtestGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/gtest/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/gtest/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/ThirdParty/gtest/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,57 +0,0 @@
</span><del>-
-noinst_LTLIBRARIES += \
-        Libraries/libgtest.la
-
-Libraries_libgtest_la_SOURCES = \
-        Source/ThirdParty/gtest/include/gtest/gtest.h \
-        Source/ThirdParty/gtest/include/gtest/gtest-death-test.h \
-        Source/ThirdParty/gtest/include/gtest/gtest-message.h \
-        Source/ThirdParty/gtest/include/gtest/gtest-param-test.h \
-        Source/ThirdParty/gtest/include/gtest/gtest_pred_impl.h \
-        Source/ThirdParty/gtest/include/gtest/gtest_prod.h \
-        Source/ThirdParty/gtest/include/gtest/gtest-spi.h \
-        Source/ThirdParty/gtest/include/gtest/gtest-test-part.h \
-        Source/ThirdParty/gtest/include/gtest/gtest-typed-test.h \
-        Source/ThirdParty/gtest/include/gtest/internal/gtest-death-test-internal.h \
-        Source/ThirdParty/gtest/include/gtest/internal/gtest-filepath.h \
-        Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h \
-        Source/ThirdParty/gtest/include/gtest/internal/gtest-linked_ptr.h \
-        Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h \
-        Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util.h \
-        Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h \
-        Source/ThirdParty/gtest/include/gtest/internal/gtest-string.h \
-        Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h \
-        Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h \
-        Source/ThirdParty/gtest/src/gtest-all.cc
-
-# Use -isystem gcc flag so that gcc considers gtest headers as system headers.
-# We need this to avoid a lot of compile warnings due to -Wundef.
-# See http://code.google.com/p/googletest/issues/detail?id=258
-Libraries_libgtest_la_CPPFLAGS = \
-        $(global_cppflags) \
-        $(javascriptcore_cppflags) \
-        -isystem $(srcdir)/Source/ThirdParty/gtest \
-        -isystem $(srcdir)/Source/ThirdParty/gtest/include \
-        -I$(srcdir)/Source/WTF \
-        -I$(srcdir)/Source/ThirdParty/gtest \
-        -I$(srcdir)/Source/ThirdParty/gtest/include
-
-if TARGET_WIN32
-Libraries_libgtest_la_CXXFLAGS = -DGTEST_HAS_PTHREAD=0
-else
-Libraries_libgtest_la_CXXFLAGS = -DGTEST_HAS_PTHREAD=1
-Libraries_libgtest_la_LIBADD = \
-        -lpthread
-endif
-
-# gtest source files that we don't compile directly.  They are
-# #included by gtest-all.cc.
-EXTRA_DIST += \
-        Source/ThirdParty/gtest/src/gtest.cc \
-        Source/ThirdParty/gtest/src/gtest-death-test.cc \
-        Source/ThirdParty/gtest/src/gtest-filepath.cc \
-        Source/ThirdParty/gtest/src/gtest-internal-inl.h \
-        Source/ThirdParty/gtest/src/gtest-port.cc \
-        Source/ThirdParty/gtest/src/gtest-test-part.cc \
-        Source/ThirdParty/gtest/src/gtest-typed-test.cc
-
</del></span></pre></div>
<a id="trunkSourceThirdPartyleveldbGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/leveldb/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/leveldb/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/ThirdParty/leveldb/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,143 +0,0 @@
</span><del>-if ENABLE_INDEXED_DATABASE
-noinst_LTLIBRARIES += \
-        libLevelDB.la
-endif
-
-libLevelDB_la_CXXFLAGS = $(global_cxxflags)
-libLevelDB_la_CFLAGS = $(global_cflags)
-libLevelDB_la_CPPFLAGS = \
-        $(global_cppflags) \
-        -fno-builtin-memcmp \
-        -I$(srcdir)/Source/ThirdParty/leveldb \
-        -I$(srcdir)/Source/ThirdParty/leveldb/include \
-        -DLEVELDB_PLATFORM_POSIX
-
-if OS_WIN32
-libLevelDB_la_CPPFLAGS += \
-        -DOS_WIN
-else
-libLevelDB_la_CPPFLAGS += \
-        -pthread
-endif
-
-if OS_LINUX
-libLevelDB_la_CPPFLAGS += \
-        -DOS_LINUX
-endif
-
-if OS_FREEBSD
-libLevelDB_la_CPPFLAGS += \
-        -DOS_FREEBSD
-endif
-
-if OS_NETBSD
-libLevelDB_la_CPPFLAGS += \
-        -DOS_NETBSD
-endif
-
-if OS_OPENBSD
-libLevelDB_la_CPPFLAGS += \
-        -DOS_OPENBSD
-endif
-
-if OS_DRAGONFLY
-libLevelDB_la_CPPFLAGS += \
-        -DOS_DRAGONFLY
-endif
-
-if OS_DARWIN
-libLevelDB_la_CPPFLAGS += \
-        -DOS_MACOSX
-endif
-
-libLevelDB_la_SOURCES = \
-        Source/ThirdParty/leveldb/db/builder.cc\
-        Source/ThirdParty/leveldb/db/builder.h \
-        Source/ThirdParty/leveldb/db/c.cc \
-        Source/ThirdParty/leveldb/db/dbformat.cc \
-        Source/ThirdParty/leveldb/db/dbformat.h \
-        Source/ThirdParty/leveldb/db/db_impl.cc \
-        Source/ThirdParty/leveldb/db/db_impl.h \
-        Source/ThirdParty/leveldb/db/db_iter.cc \
-        Source/ThirdParty/leveldb/db/db_iter.h \
-        Source/ThirdParty/leveldb/db/filename.cc \
-        Source/ThirdParty/leveldb/db/filename.h \
-        Source/ThirdParty/leveldb/db/log_format.h \
-        Source/ThirdParty/leveldb/db/log_reader.cc \
-        Source/ThirdParty/leveldb/db/log_reader.h \
-        Source/ThirdParty/leveldb/db/log_writer.cc \
-        Source/ThirdParty/leveldb/db/log_writer.h \
-        Source/ThirdParty/leveldb/db/memtable.cc \
-        Source/ThirdParty/leveldb/db/memtable.h \
-        Source/ThirdParty/leveldb/db/repair.cc \
-        Source/ThirdParty/leveldb/db/skiplist.h \
-        Source/ThirdParty/leveldb/db/snapshot.h \
-        Source/ThirdParty/leveldb/db/table_cache.cc \
-        Source/ThirdParty/leveldb/db/table_cache.h \
-        Source/ThirdParty/leveldb/db/version_edit.cc \
-        Source/ThirdParty/leveldb/db/version_edit.h \
-        Source/ThirdParty/leveldb/db/version_set.cc \
-        Source/ThirdParty/leveldb/db/version_set.h \
-        Source/ThirdParty/leveldb/db/write_batch.cc \
-        Source/ThirdParty/leveldb/db/write_batch_internal.h \
-        Source/ThirdParty/leveldb/helpers/memenv/memenv.cc \
-        Source/ThirdParty/leveldb/helpers/memenv/memenv.h \
-        Source/ThirdParty/leveldb/include/leveldb/cache.h \
-        Source/ThirdParty/leveldb/include/leveldb/c.h \
-        Source/ThirdParty/leveldb/include/leveldb/comparator.h \
-        Source/ThirdParty/leveldb/include/leveldb/db.h \
-        Source/ThirdParty/leveldb/include/leveldb/env.h \
-        Source/ThirdParty/leveldb/include/leveldb/filter_policy.h \
-        Source/ThirdParty/leveldb/include/leveldb/iterator.h \
-        Source/ThirdParty/leveldb/include/leveldb/options.h \
-        Source/ThirdParty/leveldb/include/leveldb/slice.h \
-        Source/ThirdParty/leveldb/include/leveldb/status.h \
-        Source/ThirdParty/leveldb/include/leveldb/table_builder.h \
-        Source/ThirdParty/leveldb/include/leveldb/table.h \
-        Source/ThirdParty/leveldb/include/leveldb/write_batch.h \
-        Source/ThirdParty/leveldb/port/atomic_pointer.h \
-        Source/ThirdParty/leveldb/port/port_example.h \
-        Source/ThirdParty/leveldb/port/port.h \
-        Source/ThirdParty/leveldb/port/port_posix.cc \
-        Source/ThirdParty/leveldb/port/port_posix.h \
-        Source/ThirdParty/leveldb/port/thread_annotations.h \
-        Source/ThirdParty/leveldb/port/win/stdint.h \
-        Source/ThirdParty/leveldb/table/block_builder.cc \
-        Source/ThirdParty/leveldb/table/block_builder.h \
-        Source/ThirdParty/leveldb/table/block.cc \
-        Source/ThirdParty/leveldb/table/block.h \
-        Source/ThirdParty/leveldb/table/filter_block.cc \
-        Source/ThirdParty/leveldb/table/filter_block.h \
-        Source/ThirdParty/leveldb/table/format.cc \
-        Source/ThirdParty/leveldb/table/format.h \
-        Source/ThirdParty/leveldb/table/iterator.cc \
-        Source/ThirdParty/leveldb/table/iterator_wrapper.h \
-        Source/ThirdParty/leveldb/table/merger.cc \
-        Source/ThirdParty/leveldb/table/merger.h \
-        Source/ThirdParty/leveldb/table/table_builder.cc \
-        Source/ThirdParty/leveldb/table/table.cc \
-        Source/ThirdParty/leveldb/table/two_level_iterator.cc \
-        Source/ThirdParty/leveldb/table/two_level_iterator.h \
-        Source/ThirdParty/leveldb/util/arena.cc \
-        Source/ThirdParty/leveldb/util/arena.h \
-        Source/ThirdParty/leveldb/util/bloom.cc \
-        Source/ThirdParty/leveldb/util/cache.cc \
-        Source/ThirdParty/leveldb/util/coding.cc \
-        Source/ThirdParty/leveldb/util/coding.h \
-        Source/ThirdParty/leveldb/util/comparator.cc \
-        Source/ThirdParty/leveldb/util/crc32c.cc \
-        Source/ThirdParty/leveldb/util/crc32c.h \
-        Source/ThirdParty/leveldb/util/env.cc \
-        Source/ThirdParty/leveldb/util/env_posix.cc \
-        Source/ThirdParty/leveldb/util/filter_policy.cc \
-        Source/ThirdParty/leveldb/util/hash.cc \
-        Source/ThirdParty/leveldb/util/hash.h \
-        Source/ThirdParty/leveldb/util/histogram.cc \
-        Source/ThirdParty/leveldb/util/histogram.h \
-        Source/ThirdParty/leveldb/util/logging.cc \
-        Source/ThirdParty/leveldb/util/logging.h \
-        Source/ThirdParty/leveldb/util/mutexlock.h \
-        Source/ThirdParty/leveldb/util/options.cc \
-        Source/ThirdParty/leveldb/util/posix_logger.h \
-        Source/ThirdParty/leveldb/util/random.h \
-        Source/ThirdParty/leveldb/util/status.cc
</del></span></pre></div>
<a id="trunkSourceWTFChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/ChangeLog (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/ChangeLog        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WTF/ChangeLog        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2014-03-25  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
+        [GTK] Remove the autotools build
+        https://bugs.webkit.org/show_bug.cgi?id=130717
+
+        Reviewed by Anders Carlsson.
+
+        * GNUmakefile.am: Removed.
+        * config.h: Removed references to the autotools configure file.
+
</ins><span class="cx"> 2014-03-25  Gabor Rapcsanyi  &lt;rgabor@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         [ARM64] GCC generates wrong code with -O2 flag in WTF::weakCompareAndSwap
</span></span></pre></div>
<a id="trunkSourceWTFGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WTF/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WTF/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,40 +0,0 @@
</span><del>-include $(srcdir)/Source/WTF/GNUmakefile.list.am
-
-noinst_LTLIBRARIES += \
-        libWTF.la
-
-wtf_lib_for_dep = libWTF.la
-$(wtf_lib_for_dep): $(srcdir)/Source/WTF/GNUmakefile.list.am
-
-libWTF_la_LDFLAGS = \
-        $(no_undefined)
-
-libWTF_la_SOURCES = \
-        $(wtf_sources)
-
-libWTF_la_LIBADD = \
-        $(UNICODE_LIBS) \
-        $(GLIB_LIBS) \
-        $(WINMM_LIBS) \
-        -lpthread \
-        -lz
-
-if TARGET_WIN32
-# OwnPtrWin.cpp needs the symbols from gdi32 dll
-libWTF_la_LIBADD += -lgdi32
-endif
-
-libWTF_la_CXXFLAGS = \
-        $(global_cxxflags) \
-        $(libWTF_la_CFLAGS)
-
-libWTF_la_CFLAGS = \
-        $(global_cflags) \
-        $(GLIB_CFLAGS) \
-        $(UNICODE_CFLAGS)
-
-libWTF_la_CPPFLAGS = \
-        $(global_cppflags) \
-        -I$(srcdir)/Source \
-        -I$(srcdir)/Source/WTF \
-        -I$(srcdir)/Source/WTF/wtf
</del></span></pre></div>
<a id="trunkSourceWTFconfigh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/config.h (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/config.h        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WTF/config.h        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -19,13 +19,9 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H
-#ifdef BUILDING_WITH_CMAKE
</del><ins>+#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H &amp;&amp; defined(BUILDING_WITH_CMAKE)
</ins><span class="cx"> #include &quot;cmakeconfig.h&quot;
</span><del>-#else
-#include &quot;autotoolsconfig.h&quot;
</del><span class="cx"> #endif
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Platform.h&gt;
</span><span class="cx"> #include &lt;wtf/ExportMacros.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WebCore/ChangeLog        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2014-03-25  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
+        [GTK] Remove the autotools build
+        https://bugs.webkit.org/show_bug.cgi?id=130717
+
+        Reviewed by Anders Carlsson.
+
+        * GNUmakefile.am: Removed.
+        * bindings/gobject/GNUmakefile.am: Removed.
+        * config.h: Removed references to autotools configure file.
+
</ins><span class="cx"> 2014-03-24  Brent Fulgham  &lt;bfulgham@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Prevent 'removetrack' events from firing when all inband text tracks are removed.
</span></span></pre></div>
<a id="trunkSourceWebCoreGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WebCore/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,748 +0,0 @@
</span><del>-include $(srcdir)/Source/WebCore/GNUmakefile.list.am
-
-WEBCORE_CSS_PROPERTY_NAMES := $(WebCore)/css/CSSPropertyNames.in
-WEBCORE_CSS_VALUE_KEYWORDS := $(WebCore)/css/CSSValueKeywords.in
-
-webcore_cppflags += \
-        -I$(srcdir)/Source/ThirdParty/ANGLE/src \
-        -I$(srcdir)/Source/ThirdParty/ANGLE/include \
-        -I$(srcdir)/Source/ThirdParty/ANGLE/include/GLSLANG \
-        -I$(srcdir)/Source/ThirdParty/ANGLE/include/KHR \
-        -I$(srcdir)/Source/WebCore \
-        -I$(srcdir)/Source/WebCore/Modules/battery \
-        -I$(srcdir)/Source/WebCore/Modules/gamepad \
-        -I$(srcdir)/Source/WebCore/Modules/geolocation \
-        -I$(srcdir)/Source/WebCore/Modules/indexeddb \
-        -I$(srcdir)/Source/WebCore/Modules/indexeddb/leveldb \
-        -I$(srcdir)/Source/WebCore/Modules/indieui \
-        -I$(srcdir)/Source/WebCore/Modules/mediacontrols \
-        -I$(srcdir)/Source/WebCore/Modules/mediasource \
-        -I$(srcdir)/Source/WebCore/Modules/mediastream \
-        -I$(srcdir)/Source/WebCore/Modules/navigatorcontentutils \
-        -I$(srcdir)/Source/WebCore/Modules/notifications \
-        -I$(srcdir)/Source/WebCore/Modules/plugins \
-        -I$(srcdir)/Source/WebCore/Modules/proximity \
-        -I$(srcdir)/Source/WebCore/Modules/quota \
-        -I$(srcdir)/Source/WebCore/Modules/webaudio \
-        -I$(srcdir)/Source/WebCore/Modules/webdatabase \
-        -I$(srcdir)/Source/WebCore/Modules/websockets \
-        -I$(srcdir)/Source/WebCore/accessibility \
-        -I$(srcdir)/Source/WebCore/bindings \
-        -I$(srcdir)/Source/WebCore/bindings/generic \
-        -I$(srcdir)/Source/WebCore/bindings/js \
-        -I$(srcdir)/Source/WebCore/bridge \
-        -I$(srcdir)/Source/WebCore/bridge/c \
-        -I$(srcdir)/Source/WebCore/bridge/jsc \
-        -I$(srcdir)/Source/WebCore/crypto \
-        -I$(srcdir)/Source/WebCore/crypto/keys \
-        -I$(srcdir)/Source/WebCore/css \
-        -I$(srcdir)/Source/WebCore/cssjit \
-        -I$(srcdir)/Source/WebCore/dom \
-        -I$(srcdir)/Source/WebCore/dom/default \
-        -I$(srcdir)/Source/WebCore/editing \
-        -I$(srcdir)/Source/WebCore/fileapi \
-        -I$(srcdir)/Source/WebCore/history \
-        -I$(srcdir)/Source/WebCore/html \
-        -I$(srcdir)/Source/WebCore/html/canvas \
-        -I$(srcdir)/Source/WebCore/html/forms \
-        -I$(srcdir)/Source/WebCore/html/parser \
-        -I$(srcdir)/Source/WebCore/html/shadow \
-        -I$(srcdir)/Source/WebCore/html/track \
-        -I$(srcdir)/Source/WebCore/inspector \
-        -I$(srcdir)/Source/WebCore/loader \
-        -I$(srcdir)/Source/WebCore/loader/appcache \
-        -I$(srcdir)/Source/WebCore/loader/archive \
-        -I$(srcdir)/Source/WebCore/loader/archive/mhtml \
-        -I$(srcdir)/Source/WebCore/loader/cache \
-        -I$(srcdir)/Source/WebCore/loader/icon \
-        -I$(srcdir)/Source/WebCore/mathml \
-        -I$(srcdir)/Source/WebCore/page \
-        -I$(srcdir)/Source/WebCore/page/animation \
-        -I$(srcdir)/Source/WebCore/page/scrolling \
-        -I$(srcdir)/Source/WebCore/platform \
-        -I$(srcdir)/Source/WebCore/platform/animation \
-        -I$(srcdir)/Source/WebCore/platform/audio \
-        -I$(srcdir)/Source/WebCore/platform/graphics \
-        -I$(srcdir)/Source/WebCore/platform/graphics/cpu/arm \
-        -I$(srcdir)/Source/WebCore/platform/graphics/cpu/arm/filters/ \
-        -I$(srcdir)/Source/WebCore/platform/graphics/filters \
-        -I$(srcdir)/Source/WebCore/platform/graphics/filters/texmap \
-        -I$(srcdir)/Source/WebCore/platform/graphics/freetype \
-        -I$(srcdir)/Source/WebCore/platform/graphics/gpu \
-        -I$(srcdir)/Source/WebCore/platform/graphics/harfbuzz \
-        -I$(srcdir)/Source/WebCore/platform/graphics/harfbuzz/ng \
-        -I$(srcdir)/Source/WebCore/platform/graphics/opengl \
-        -I$(srcdir)/Source/WebCore/platform/graphics/opentype \
-        -I$(srcdir)/Source/WebCore/platform/graphics/transforms \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders/bmp \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders/gif \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders/ico \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders/jpeg \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders/png \
-        -I$(srcdir)/Source/WebCore/platform/image-decoders/webp \
-        -I$(srcdir)/Source/WebCore/platform/leveldb \
-        -I$(srcdir)/Source/WebCore/platform/linux \
-        -I$(srcdir)/Source/WebCore/platform/mediastream \
-        -I$(srcdir)/Source/WebCore/platform/mediastream/gstreamer \
-        -I$(srcdir)/Source/WebCore/platform/mock \
-        -I$(srcdir)/Source/WebCore/platform/mock/mediasource \
-        -I$(srcdir)/Source/WebCore/platform/network \
-        -I$(srcdir)/Source/WebCore/platform/network/gtk \
-        -I$(srcdir)/Source/WebCore/platform/sql \
-        -I$(srcdir)/Source/WebCore/platform/text \
-        -I$(srcdir)/Source/WebCore/platform/text/icu \
-        -I$(srcdir)/Source/WebCore/platform/win \
-        -I$(srcdir)/Source/WebCore/plugins \
-        -I$(srcdir)/Source/WebCore/plugins/gtk \
-        -I$(srcdir)/Source/WebCore/plugins/win \
-        -I$(srcdir)/Source/WebCore/rendering \
-        -I$(srcdir)/Source/WebCore/rendering/line \
-        -I$(srcdir)/Source/WebCore/rendering/mathml \
-        -I$(srcdir)/Source/WebCore/rendering/shapes \
-        -I$(srcdir)/Source/WebCore/rendering/style \
-        -I$(srcdir)/Source/WebCore/rendering/svg \
-        -I$(srcdir)/Source/WebCore/replay \
-        -I$(srcdir)/Source/WebCore/storage \
-        -I$(srcdir)/Source/WebCore/style \
-        -I$(srcdir)/Source/WebCore/svg \
-        -I$(srcdir)/Source/WebCore/svg/animation \
-        -I$(srcdir)/Source/WebCore/svg/graphics \
-        -I$(srcdir)/Source/WebCore/svg/graphics/filters \
-        -I$(srcdir)/Source/WebCore/svg/properties \
-        -I$(srcdir)/Source/WebCore/testing \
-        -I$(srcdir)/Source/WebCore/testing/js \
-        -I$(srcdir)/Source/WebCore/websockets \
-        -I$(srcdir)/Source/WebCore/workers \
-        -I$(srcdir)/Source/WebCore/xml \
-        -I$(srcdir)/Source/WebCore/xml/parser \
-        -I$(top_builddir)/WebCore/bindings/js \
-        -I$(top_builddir)/DerivedSources/WebCore \
-        -I$(top_builddir)/DerivedSources \
-        -I$(top_builddir)/DerivedSources/JavaScriptCore
-
-webcoregtk_cppflags += \
-        -DWEBKITGTK_API_VERSION_STRING=\&quot;@WEBKITGTK_API_VERSION@\&quot; \
-        -I$(srcdir)/Source/WebCore/accessibility/atk \
-        -I$(srcdir)/Source/WebCore/loader/gtk \
-        -I$(srcdir)/Source/WebCore/page/gtk \
-        -I$(srcdir)/Source/WebCore/platform/cairo \
-        -I$(srcdir)/Source/WebCore/platform/audio/gstreamer \
-        -I$(srcdir)/Source/WebCore/platform/graphics/cairo \
-        -I$(srcdir)/Source/WebCore/platform/graphics/freetype \
-        -I$(srcdir)/Source/WebCore/platform/graphics/glx \
-        -I$(srcdir)/Source/WebCore/platform/graphics/harfbuzz \
-        -I$(srcdir)/Source/WebCore/platform/graphics/harfbuzz/ng \
-        -I$(srcdir)/Source/WebCore/platform/graphics/egl \
-        -I$(srcdir)/Source/WebCore/platform/graphics/gstreamer \
-        -I$(srcdir)/Source/WebCore/platform/graphics/gtk \
-        -I$(srcdir)/Source/WebCore/platform/gtk \
-        -I$(srcdir)/Source/WebCore/platform/mediastream/gstreamer \
-        -I$(srcdir)/Source/WebCore/platform/network/soup \
-        -I$(srcdir)/Source/WebCore/platform/text/enchant
-
-# ---
-# Windows plugin support
-# ---
-if TARGET_WIN32
-webcoregtk_cppflags += \
-        -I$(srcdir)/Source/WebCore/platform/graphics/win
-endif # END TARGET_WIN32
-
-# XPath grammar
-$(GENSOURCES_WEBCORE)/XPathGrammar.h: $(GENSOURCES_WEBCORE)/XPathGrammar.cpp
-$(GENSOURCES_WEBCORE)/XPathGrammar.cpp: $(WebCore)/xml/XPathGrammar.y
-        $(AM_V_GEN)
-        $(AM_V_at)perl $(WebCore)/css/makegrammar.pl --outputDir $(GENSOURCES_WEBCORE) --bison &quot;$(BISON)&quot; --symbolsPrefix xpathyy $&lt;
-
-# MathML tag and attribute names, and element factory
-DerivedSources/WebCore/MathMLElementFactory.h: DerivedSources/WebCore/MathMLElementFactory.cpp
-DerivedSources/WebCore/MathMLNames.h: DerivedSources/WebCore/MathMLNames.cpp
-DerivedSources/WebCore/MathMLElementFactory.cpp DerivedSources/WebCore/MathMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/bindings/scripts/Hasher.pm $(WebCore)/bindings/scripts/StaticString.pm $(WebCore)/mathml/mathtags.in $(WebCore)/mathml/mathattrs.in
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $&lt; --tags $(WebCore)/mathml/mathtags.in --attrs $(WebCore)/mathml/mathattrs.in --factory --wrapperFactory --outputDir &quot;$(GENSOURCES_WEBCORE)&quot;
-
-# ----
-# SVG Support
-#
-# FIXME: allow a more fine-grained inclusion/generation of sources per SVG feature
-# ----
-nodist_libWebCoreSVG_la_SOURCES = \
-        $(webcore_svg_built_sources)
-
-libWebCoreSVG_la_SOURCES = \
-        $(webcore_svg_sources)
-
-libWebCoreSVG_la_CXXFLAGS = \
-        -fvisibility-inlines-hidden \
-        $(global_cxxflags)
-
-libWebCoreSVG_la_CFLAGS = \
-        -fvisibility=hidden \
-        $(global_cflags)
-
-libWebCoreSVG_la_CPPFLAGS = \
-        -DBUILDING_WebCore \
-        -DBUILDING_WEBKIT \
-        $(global_cppflags) \
-        $(platform_cppflags) \
-        $(platformgtk_cppflags) \
-        $(webcore_cppflags) \
-        $(webcoregtk_cppflags) \
-        $(javascriptcore_cppflags) \
-        -fno-strict-aliasing \
-        $(CAIRO_CFLAGS) \
-        $(FREETYPE_CFLAGS) \
-        $(LIBSOUP_CFLAGS) \
-        $(UNICODE_CFLAGS)
-
-WEBCORE_CSS_PROPERTY_NAMES += $(WebCore)/css/SVGCSSPropertyNames.in
-WEBCORE_CSS_VALUE_KEYWORDS += $(WebCore)/css/SVGCSSValueKeywords.in
-
-# SVG tag and attribute names (need to pass an extra flag if svg experimental features are enabled)
-DerivedSources/WebCore/SVGNames.cpp: DerivedSources/WebCore/SVGElementFactory.cpp
-DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp: DerivedSources/WebCore/SVGElementFactory.cpp
-DerivedSources/WebCore/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/bindings/scripts/Hasher.pm $(WebCore)/bindings/scripts/StaticString.pm $(WebCore)/svg/svgtags.in $(WebCore)/svg/svgattrs.in
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $&lt; --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --extraDefines &quot;$(feature_defines)&quot; --factory --wrapperFactory --outputDir &quot;$(GENSOURCES_WEBCORE)&quot;
-
-# end SVG Features
-
-DerivedSources/WebCore/XLinkNames.h: DerivedSources/WebCore/XLinkNames.cpp
-DerivedSources/WebCore/XLinkNames.cpp : $(WebCore)/dom/make_names.pl $(WebCore)/bindings/scripts/Hasher.pm $(WebCore)/bindings/scripts/StaticString.pm $(WebCore)/svg/xlinkattrs.in
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $&lt; --attrs $(WebCore)/svg/xlinkattrs.in --outputDir &quot;$(GENSOURCES_WEBCORE)&quot;
-
-if USE_TEXTURE_MAPPER_GL
-webcore_cppflags += \
-        -I$(srcdir)/Source/WebCore/platform/graphics/texmap
-endif  # END USETEXTURE_MAPPER_GL
-
-if ENABLE_INDEXED_DATABASE
-webcore_cppflags += \
-        -DWTF_USE_LEVELDB=1 \
-        -I$(srcdir)/Source/ThirdParty/leveldb \
-        -I$(srcdir)/Source/ThirdParty/leveldb/include
-platform_cppflags += \
-        -DWTF_USE_LEVELDB=1 \
-        -I$(srcdir)/Source/ThirdParty/leveldb \
-        -I$(srcdir)/Source/ThirdParty/leveldb/include
-endif
-
-$(WEBCORE_CSS_PROPERTY_NAMES): $(srcdir)/configure.ac $(srcdir)/Source/WebCore/GNUmakefile.am
-
-$(WEBCORE_CSS_VALUE_KEYWORDS): $(srcdir)/configure.ac $(srcdir)/Source/WebCore/GNUmakefile.am
-
-DerivedSources/WebCore/CSSPropertyNames.cpp: DerivedSources/WebCore/CSSPropertyNames.h
-DerivedSources/WebCore/CSSPropertyNames.h: $(WEBCORE_CSS_PROPERTY_NAMES) $(WebCore)/css/makeprop.pl
-        $(AM_V_GEN)
-        $(AM_V_at)cat $(WEBCORE_CSS_PROPERTY_NAMES) &gt; CSSPropertyNames.in
-        $(AM_V_at)$(PERL) -I$(WebCore)/bindings/scripts &quot;$(WebCore)/css/makeprop.pl&quot; --defines &quot;$(feature_defines)&quot;
-        $(AM_V_at)mv CSSPropertyNames* $(GENSOURCES_WEBCORE)
-
-# Lower case all the values, as CSS values are case-insensitive
-DerivedSources/WebCore/CSSValueKeywords.cpp: DerivedSources/WebCore/CSSValueKeywords.h
-DerivedSources/WebCore/CSSValueKeywords.h: $(WEBCORE_CSS_VALUE_KEYWORDS) $(WebCore)/css/makevalues.pl
-        $(AM_V_GEN)
-        $(AM_V_at)cat $(WEBCORE_CSS_VALUE_KEYWORDS) &gt; CSSValueKeywords.in
-        $(AM_V_at)$(PERL) -I$(WebCore)/bindings/scripts &quot;$(WebCore)/css/makevalues.pl&quot; --defines &quot;$(feature_defines)&quot;
-        $(AM_V_at)mv CSSValueKeywords* $(GENSOURCES_WEBCORE)
-
-# XML Viewer CSS
-DerivedSources/WebCore/XMLViewerCSS.h: $(WebCore)/xml/XMLViewer.css
-        $(AM_V_GEN)$(PYTHON) $(INSPECTOR_SCRIPTS_DIR)/cssmin.py &lt;$(WebCore)/xml/XMLViewer.css &gt; $(GENSOURCES_WEBCORE)/XMLViewer.min.css
-        $(AM_V_GEN)$(PERL) $(INSPECTOR_SCRIPTS_DIR)/xxd.pl XMLViewer_css $(GENSOURCES_WEBCORE)/XMLViewer.min.css $(GENSOURCES_WEBCORE)/XMLViewerCSS.h
-
-# XML Viewer JS
-DerivedSources/WebCore/XMLViewerJS.h: $(WebCore)/xml/XMLViewer.js
-        $(AM_V_GEN)$(PYTHON) $(INSPECTOR_SCRIPTS_DIR)/jsmin.py &lt;$(WebCore)/xml/XMLViewer.js &gt; $(GENSOURCES_WEBCORE)/XMLViewer.min.js
-        $(AM_V_GEN)$(PERL) $(INSPECTOR_SCRIPTS_DIR)/xxd.pl XMLViewer_js $(GENSOURCES_WEBCORE)/XMLViewer.min.js $(GENSOURCES_WEBCORE)/XMLViewerJS.h
-
-# HTML entity names
-DerivedSources/WebCore/HTMLEntityTable.cpp: $(WebCore)/html/parser/HTMLEntityNames.in $(WebCore)/html/parser/create-html-entity-table
-        $(AM_V_GEN)$(PYTHON) $(WebCore)/html/parser/create-html-entity-table -o $(GENSOURCES_WEBCORE)/HTMLEntityTable.cpp $(WebCore)/html/parser/HTMLEntityNames.in
-
-# CSS grammar
-
-DerivedSources/WebCore/CSSGrammar.h: $(GENSOURCES_WEBCORE)/CSSGrammar.cpp
-DerivedSources/WebCore/CSSGrammar.cpp: $(WebCore)/css/CSSGrammar.y.in
-        $(AM_V_GEN)
-        $(AM_V_at)perl -I $(WebCore)/bindings/scripts $(WebCore)/css/makegrammar.pl --extraDefines &quot;$(feature_defines)&quot; --outputDir $(GENSOURCES_WEBCORE) --bison &quot;$(BISON)&quot; --symbolsPrefix cssyy $&lt;
-
-USER_AGENT_SCRIPT_FILES = $(WebCore)/Modules/mediacontrols/mediaControlsApple.js $(WebCore)/Modules/mediacontrols/mediaControlsGtk.js
-DerivedSources/WebCore/UserAgentScriptsData.cpp: DerivedSources/WebCore/UserAgentScripts.h
-DerivedSources/WebCore/UserAgentScripts.h: $(WebCore)/Scripts/make-js-file-arrays.py $(USER_AGENT_SCRIPT_FILES)
-        $(AM_V_GEN) PYTHONPATH=$(INSPECTOR_SCRIPTS_DIR) $(PYTHON) $&lt; $@ DerivedSources/WebCore/UserAgentScriptsData.cpp $(USER_AGENT_SCRIPT_FILES)
-
-# user agent style sheets
-USER_AGENT_STYLE_SHEETS = \
-        $(WebCore)/css/html.css \
-        $(WebCore)/css/mathml.css \
-        $(WebCore)/css/quirks.css \
-        $(WebCore)/css/svg.css \
-        $(WebCore)/css/mediaControls.css \
-        $(WebCore)/css/mediaControlsGtk.css \
-        $(WebCore)/css/fullscreen.css \
-        $(WebCore)/css/plugIns.css
-
-# plug-in resources
-PLUG_INS_RESOURCES = \
-        $(WebCore)/Resources/plugIns.js
-
-# new-style JavaScript bindings
-SCRIPTS_FOR_GENERATE_BINDINGS = \
-        $(WebCore)/bindings/scripts/CodeGenerator.pm \
-        $(WebCore)/bindings/scripts/IDLParser.pm \
-        $(WebCore)/bindings/scripts/InFilesCompiler.pm \
-        $(WebCore)/bindings/scripts/InFilesParser.pm \
-        $(WebCore)/bindings/scripts/generate-bindings.pl \
-        $(WebCore)/bindings/scripts/preprocessor.pm
-
-SCRIPTS_FOR_PREPROCESS_IDLS = \
-        $(WebCore)/bindings/scripts/preprocess-idls.pl
-
-DerivedSources/WebCore/UserAgentStyleSheetsData.cpp: DerivedSources/WebCore/UserAgentStyleSheets.h
-DerivedSources/WebCore/UserAgentStyleSheets.h: $(WebCore)/css/make-css-file-arrays.pl $(WebCore)/bindings/scripts/preprocessor.pm $(USER_AGENT_STYLE_SHEETS)
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $&lt;  --defines &quot;$(feature_defines)&quot; $@ DerivedSources/WebCore/UserAgentStyleSheetsData.cpp $(USER_AGENT_STYLE_SHEETS)
-
-DerivedSources/WebCore/PlugInsResourcesData.cpp: DerivedSources/WebCore/PlugInsResources.h
-DerivedSources/WebCore/PlugInsResources.h: $(WebCore)/css/make-css-file-arrays.pl $(WebCore)/bindings/scripts/preprocessor.pm $(PLUG_INS_RESOURCES)
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $&lt;  --defines &quot;$(feature_defines)&quot; $@ DerivedSources/WebCore/PlugInsResourcesData.cpp $(PLUG_INS_RESOURCES)
-
-
-# HTML tag and attribute names
-DerivedSources/WebCore/JSHTMLElementWrapperFactory.cpp: DerivedSources/WebCore/HTMLElementFactory.cpp
-DerivedSources/WebCore/HTMLElementFactory.cpp: DerivedSources/WebCore/HTMLElementFactory.h
-DerivedSources/WebCore/HTMLElementFactory.h: DerivedSources/WebCore/HTMLNames.cpp
-DerivedSources/WebCore/HTMLElementTypeHelpers.h: DerivedSources/WebCore/HTMLNames.h
-DerivedSources/WebCore/HTMLNames.cpp: DerivedSources/WebCore/HTMLNames.h
-DerivedSources/WebCore/HTMLNames.h: $(WebCore)/dom/make_names.pl $(WebCore)/bindings/scripts/Hasher.pm $(WebCore)/bindings/scripts/StaticString.pm $(WebCore)/html/HTMLTagNames.in $(WebCore)/html/HTMLAttributeNames.in
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $&lt; --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --extraDefines &quot;$(feature_defines)&quot; --factory --wrapperFactory --outputDir &quot;$(GENSOURCES_WEBCORE)&quot;
-
-
-DerivedSources/WebCore/XMLNSNames.cpp DerivedSources/WebCore/XMLNSNames.h: $(WebCore)/dom/make_names.pl $(WebCore)/bindings/scripts/Hasher.pm $(WebCore)/bindings/scripts/StaticString.pm $(WebCore)/xml/xmlnsattrs.in
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $&lt; --attrs $(WebCore)/xml/xmlnsattrs.in --outputDir &quot;$(GENSOURCES_WEBCORE)&quot;
-
-DerivedSources/WebCore/XMLNames.cpp DerivedSources/WebCore/XMLNames.h: $(WebCore)/dom/make_names.pl $(WebCore)/bindings/scripts/Hasher.pm $(WebCore)/bindings/scripts/StaticString.pm $(WebCore)/xml/xmlattrs.in
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $&lt; --attrs $(WebCore)/xml/xmlattrs.in --outputDir &quot;$(GENSOURCES_WEBCORE)&quot;
-
-DerivedSources/WebCore/EventFactory.cpp DerivedSources/WebCore/EventHeaders.h DerivedSources/WebCore/EventInterfaces.h: $(WebCore)/dom/make_event_factory.pl $(WebCore)/dom/EventNames.in
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $&lt; --input $(WebCore)/dom/EventNames.in --outputDir &quot;$(GENSOURCES_WEBCORE)&quot;
-
-DerivedSources/WebCore/EventTargetHeaders.h DerivedSources/WebCore/EventTargetInterfaces.h: $(WebCore)/dom/make_event_factory.pl $(WebCore)/dom/EventTargetFactory.in
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $&lt; --input $(WebCore)/dom/EventTargetFactory.in --outputDir &quot;$(GENSOURCES_WEBCORE)&quot;
-
-DerivedSources/WebCore/ExceptionCodeDescription.cpp DerivedSources/WebCore/ExceptionCodeDescription.h DerivedSources/WebCore/ExceptionHeaders.h DerivedSources/WebCore/ExceptionInterfaces.h: $(WebCore)/dom/make_dom_exceptions.pl $(WebCore)/dom/DOMExceptions.in
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $&lt; --input $(WebCore)/dom/DOMExceptions.in --outputDir &quot;$(GENSOURCES_WEBCORE)&quot;
-
-DerivedSources/WebCore/SettingsMacros.h DerivedSources/WebCore/InternalSettingsGenerated.idl DerivedSources/WebCore/InternalSettingsGenerated.cpp DerivedSources/WebCore/InternalSettingsGenerated.h: $(WebCore)/page/make_settings.pl $(WebCore)/page/Settings.in
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $&lt; --input $(WebCore)/page/Settings.in --outputDir &quot;$(GENSOURCES_WEBCORE)&quot;
-
-dom_binding_idls += \
-  DerivedSources/WebCore/InternalSettingsGenerated.idl
-
-
-WebCore_INSPECTOR_DOMAINS := \
-    $(WebCore)/inspector/protocol/ApplicationCache.json \
-    $(WebCore)/inspector/protocol/CSS.json \
-    $(WebCore)/inspector/protocol/Canvas.json \
-    $(WebCore)/inspector/protocol/DOM.json \
-    $(WebCore)/inspector/protocol/DOMDebugger.json \
-    $(WebCore)/inspector/protocol/DOMStorage.json \
-    $(WebCore)/inspector/protocol/HeapProfiler.json \
-    $(WebCore)/inspector/protocol/Input.json \
-    $(WebCore)/inspector/protocol/LayerTree.json \
-    $(WebCore)/inspector/protocol/Network.json \
-    $(WebCore)/inspector/protocol/Page.json \
-    $(WebCore)/inspector/protocol/Profiler.json \
-    $(WebCore)/inspector/protocol/Timeline.json \
-    $(WebCore)/inspector/protocol/Worker.json
-
-
-if ENABLE_SQL_DATABASE
-    WebCore_INSPECTOR_DOMAINS += $(WebCore)/inspector/protocol/Database.json
-endif
-
-if ENABLE_INDEXED_DATABASE
-    WebCore_INSPECTOR_DOMAINS += $(WebCore)/inspector/protocol/IndexedDB.json
-endif
-
-# The combined JSON file depends on the actual set of domains and their file contents, so that
-# adding, modifying, or removing domains will trigger regeneration of inspector files.
-
-.PHONY: force
-EnabledInspectorDomains: force
-        echo '$(WebCore_INSPECTOR_DOMAINS)' | cmp -s - $@ || echo '$(WebCore_INSPECTOR_DOMAINS)' &gt; $@
-
-DerivedSources/WebCore/InspectorWeb.json: $(INSPECTOR_SCRIPTS_DIR)/generate-combined-inspector-json.py $(WebCore_INSPECTOR_DOMAINS) EnabledInspectorDomains
-        $(AM_V_GEN)$(PYTHON) $(INSPECTOR_SCRIPTS_DIR)/generate-combined-inspector-json.py $(WebCore)/inspector/protocol &gt; $(GENSOURCES_WEBCORE)/InspectorWeb.json
-
-# All Web Inspector generated files are created with this one call to CodeGeneratorInspector.py
-DerivedSources/WebCore/InspectorWebBackendDispatchers.cpp: $(GENSOURCES_WEBCORE)/InspectorWeb.json $(GENSOURCES_JAVASCRIPTCORE)/InspectorJS.json $(INSPECTOR_SCRIPTS_DIR)/CodeGeneratorInspector.py $(INSPECTOR_SCRIPTS_DIR)/CodeGeneratorInspectorStrings.py $(GENSOURCES_JAVASCRIPTCORE)/InspectorJSTypeBuilders.h
-        $(AM_V_GEN)$(PYTHON) $(INSPECTOR_SCRIPTS_DIR)/CodeGeneratorInspector.py $(GENSOURCES_WEBCORE)/InspectorWeb.json $(GENSOURCES_JAVASCRIPTCORE)/InspectorJS.json --output_h_dir $(GENSOURCES_WEBCORE) --output_cpp_dir $(GENSOURCES_WEBCORE) --output_js_dir $(GENSOURCES_WEBCORE) --output_type Web
-        $(AM_V_at)touch $@
-DerivedSources/WebCore/InspectorWebTypeBuilders.h: DerivedSources/WebCore/InspectorWebTypeBuilders.cpp
-DerivedSources/WebCore/InspectorWebTypeBuilders.cpp: DerivedSources/WebCore/InspectorWebFrontendDispatchers.h
-DerivedSources/WebCore/InspectorWebFrontendDispatchers.h: DerivedSources/WebCore/InspectorWebFrontendDispatchers.cpp
-DerivedSources/WebCore/InspectorWebFrontendDispatchers.cpp: DerivedSources/WebCore/InspectorWebBackendCommands.js
-DerivedSources/WebCore/InspectorWebBackendCommands.js: DerivedSources/WebCore/InspectorWebBackendDispatchers.h
-DerivedSources/WebCore/InspectorWebBackendDispatchers.h: DerivedSources/WebCore/InspectorWebBackendDispatchers.cpp
-
-DerivedSources/WebCore/InspectorOverlayPage.h: $(WebCore)/inspector/InspectorOverlayPage.html $(WebCore)/inspector/InspectorOverlayPage.css $(WebCore)/inspector/InspectorOverlayPage.js
-        $(AM_V_GEN)$(PYTHON) $(INSPECTOR_SCRIPTS_DIR)/inline-and-minify-stylesheets-and-scripts.py $(WebCore)/inspector/InspectorOverlayPage.html $(GENSOURCES_WEBCORE)/InspectorOverlayPage.combined.html
-        $(AM_V_GEN)$(PERL) $(INSPECTOR_SCRIPTS_DIR)/xxd.pl InspectorOverlayPage_html $(GENSOURCES_WEBCORE)/InspectorOverlayPage.combined.html $(GENSOURCES_WEBCORE)/InspectorOverlayPage.h
-
-DerivedSources/WebCore/CommandLineAPIModuleSource.h: $(WebCore)/inspector/CommandLineAPIModuleSource.js
-        $(AM_V_GEN)$(PYTHON) $(INSPECTOR_SCRIPTS_DIR)/jsmin.py &lt;$(WebCore)/inspector/CommandLineAPIModuleSource.js &gt; $(GENSOURCES_WEBCORE)/CommandLineAPIModuleSource.min.js
-        $(AM_V_GEN)$(PERL) $(INSPECTOR_SCRIPTS_DIR)/xxd.pl CommandLineAPIModuleSource_js $(GENSOURCES_WEBCORE)/CommandLineAPIModuleSource.min.js $(GENSOURCES_WEBCORE)/CommandLineAPIModuleSource.h
-
-if ENABLE_WEB_AUDIO
-# Installing HRTF database wav files
-audiodir = ${datadir}/webkitgtk-@WEBKITGTK_API_VERSION@/resources/audio/
-audio_DATA = $(WebCore)/platform/audio/resources/Composite.wav
-dist_audio_DATA = $(audio_DATA)
-endif  # END ENABLE_WEB_AUDIO
-
-if USE_GEOCLUE2
-DerivedSources/Platform/Geoclue2Interface.c: DerivedSources/Platform/Geoclue2Interface.h
-DerivedSources/Platform/Geoclue2Interface.h:
-        $(AM_V_GEN)gdbus-codegen --interface-prefix org.freedesktop.GeoClue2. --c-namespace Geoclue --generate-c-code DerivedSources/Platform/Geoclue2Interface $(GEOCLUE_DBUS_INTERFACE)
-endif
-
-IDL_PATH := \
-    $(WebCore)/Modules/battery \
-    $(WebCore)/Modules/gamepad \
-    $(WebCore)/Modules/geolocation \
-    $(WebCore)/Modules/indexeddb \
-    $(WebCore)/Modules/mediacontrols \
-    $(WebCore)/Modules/mediasource \
-    $(WebCore)/Modules/mediastream \
-    $(WebCore)/Modules/notifications \
-    $(WebCore)/Modules/proximity \
-    $(WebCore)/Modules/quota \
-    $(WebCore)/Modules/webaudio \
-    $(WebCore)/Modules/webdatabase \
-    $(WebCore)/Modules/websockets \
-    $(WebCore)/bindings/js \
-    $(WebCore)/crypto \
-    $(WebCore)/css \
-    $(WebCore)/dom \
-    $(WebCore)/fileapi \
-    $(WebCore)/html \
-    $(WebCore)/html/canvas \
-    $(WebCore)/html/shadow \
-    $(WebCore)/html/track \
-    $(WebCore)/inspector \
-    $(WebCore)/loader/appcache \
-    $(WebCore)/page \
-    $(WebCore)/plugins \
-    $(WebCore)/storage \
-    $(WebCore)/svg \
-    $(WebCore)/testing \
-    $(WebCore)/workers \
-    $(WebCore)/xml
-
-vpath %.idl $(IDL_PATH)
-
-supplemental_dependency_file = $(top_builddir)/DerivedSources/WebCore/idl_supplemental_dependencies
-window_constructors_file = $(top_builddir)/DerivedSources/WebCore/DOMWindowConstructors.idl
-workerglobalscope_constructors_file = $(top_builddir)/DerivedSources/WebCore/WorkerGlobalScopeConstructors.idl
-sharedworkerglobalscope_constructors_file = $(top_builddir)/DerivedSources/WebCore/SharedWorkerGlobalScopeConstructors.idl
-dedicatedworkerglobalscope_constructors_file = $(top_builddir)/DerivedSources/WebCore/DedicatedWorkerGlobalScopeConstructors.idl
-idl_files_list = $(top_builddir)/DerivedSources/WebCore/idl_files_list
-idl_attributes_file = $(WebCore)/bindings/scripts/IDLAttributes.txt
-
-.SECONDARY:
-$(supplemental_dependency_file): $(SCRIPTS_FOR_PREPROCESS_IDLS) $(dom_binding_idls)
-        $(AM_V_GEN)
-        $(AM_V_at)true &gt; $(idl_files_list)
-        $(AM_V_at)($(foreach idl, $(dom_binding_idls), echo $(idl) &amp;&amp;) true) &gt;&gt; $(idl_files_list)
-        $(AM_V_at)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/preprocess-idls.pl --defines &quot;LANGUAGE_JAVASCRIPT=1 $(feature_defines)&quot; --idlFilesList $(idl_files_list) --windowConstructorsFile $(window_constructors_file) --workerGlobalScopeConstructorsFile $(workerglobalscope_constructors_file) --sharedWorkerGlobalScopeConstructorsFile $(sharedworkerglobalscope_constructors_file) --dedicatedWorkerGlobalScopeConstructorsFile $(dedicatedworkerglobalscope_constructors_file) --supplementalDependencyFile $@
-        $(AM_V_at)touch $@
-
-.PHONY: $(window_constructors_file) $(workerglobalscope_constructors_file) $(sharedworkerglobalscope_constructors_file) $(dedicatedworkerglobalscope_constructors_file)
-
-# This does not appear to work correctly with gnumake unless
-# it includes an empty command list (the semicolon).
-DerivedSources/WebCore/JS%.cpp: DerivedSources/WebCore/JS%.h;
-
-.SECONDARY:
-DerivedSources/WebCore/JS%.h: %.idl $(SCRIPTS_FOR_GENERATE_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorJS.pm $(supplemental_dependency_file) $(idl_attributes_file)
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl $(IDL_PATH:%=--include &quot;%&quot;) --outputDir &quot;$(GENSOURCES_WEBCORE)&quot; --defines &quot;LANGUAGE_JAVASCRIPT=1 $(feature_defines)&quot; --generator JS --idlAttributesFile $(idl_attributes_file) --supplementalDependencyFile $(supplemental_dependency_file) $&lt;
-
-.SECONDARY:
-DerivedSources/WebCore/JSInternalSettingsGenerated.h: DerivedSources/WebCore/InternalSettingsGenerated.idl $(SCRIPTS_FOR_GENERATE_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorJS.pm $(supplemental_dependency_file) $(idl_attributes_file)
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl $(IDL_PATH:%=--include &quot;%&quot;) --outputDir &quot;$(GENSOURCES_WEBCORE)&quot; --defines &quot;LANGUAGE_JAVASCRIPT=1 $(feature_defines)&quot; --generator JS --idlAttributesFile $(idl_attributes_file) --supplementalDependencyFile $(supplemental_dependency_file) $&lt;
-
-# See https://bugs.webkit.org/show_bug.cgi?id=76388
-# We need to introduce a manual dependency to prevent non-generated sources from
-# trying to build before the generated ones. This can happen if the supplemental
-# IDL generation takes a long time. The pipe represents an order-only dependency,
-# which means that GNUmake will only try to build the dependencies first, but
-# not rebuild all the targets if the dependencies change.
-$(webkitgtk_sources) $(webkit2_sources) $(webkit2_plugin_process_sources) $(webcore_sources) $(webcoregtk_sources) $(platform_sources) $(platformgtk_sources) : | $(supplemental_dependency_file) $(window_constructors_file) $(workerglobalscope_constructors_file) $(sharedworkerglobalscope_constructors_file) $(dedictedworkerglobalscope_constructors_file) $(webcore_built_sources) $(platform_built_sources)
-
-noinst_LTLIBRARIES += \
-        libWebCorePlatform.la \
-        libWebCoreModules.la \
-        libWebCore.la
-
-noinst_LTLIBRARIES += \
-        libWebCoreSVG.la
-
-# Artificial dependencies to try to force a relink of the WebCore libraries when their makefiles change.
-webcore_lib_for_dep = libWebCore.la
-$(webcore_lib_for_dep): $(srcdir)/Source/WebCore/GNUmakefile.am $(srcdir)/Source/WebCore/GNUmakefile.list.am $(srcdir)/Source/autotools/symbols.filter
-
-webcoremodules_lib_for_dep = libWebCoreModules.la
-$(webcoremodules_lib_for_dep): $(srcdir)/Source/WebCore/GNUmakefile.am $(srcdir)/Source/WebCore/GNUmakefile.list.am
-
-webcoreplatform_lib_for_dep = libWebCorePlatform.la
-$(webcoreplatform_lib_for_dep): $(srcdir)/Source/WebCore/GNUmakefile.am $(srcdir)/Source/WebCore/GNUmakefile.list.am
-
-webcoresvg_lib_for_dep = libWebCoreSVG.la
-$(webcoresvg_lib_for_dep): $(srcdir)/Source/WebCore/GNUmakefile.am $(srcdir)/Source/WebCore/GNUmakefile.list.am
-
-nodist_EXTRA_libWebCore_la_SOURCES = \
-        $(webcore_built_nosources)
-
-nodist_libWebCore_la_SOURCES = \
-        $(webcore_built_sources)
-
-libWebCore_la_SOURCES = \
-        $(webcore_sources)
-
-libWebCore_la_CXXFLAGS = \
-        -fvisibility-inlines-hidden \
-        $(global_cxxflags)
-
-libWebCore_la_CFLAGS = \
-        -fvisibility=hidden \
-        $(global_cflags)
-
-libWebCore_la_CPPFLAGS = \
-        -DBUILDING_WebCore \
-        -DBUILDING_WEBKIT \
-        $(global_cppflags) \
-        $(platform_cppflags) \
-        $(platformgtk_cppflags) \
-        $(webcore_cppflags) \
-        $(webcoregtk_cppflags) \
-        $(javascriptcore_cppflags) \
-        -fno-strict-aliasing \
-        $(CAIRO_CFLAGS) \
-        $(COVERAGE_CFLAGS) \
-        $(ENCHANT_CFLAGS) \
-        $(FREETYPE_CFLAGS) \
-        $(GAMEPAD_CFLAGS) \
-        $(GEOCLUE_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GSTREAMER_CFLAGS) \
-        $(LIBSECRET_CFLAGS) \
-        $(LIBSOUP_CFLAGS) \
-        $(LIBXML_CFLAGS) \
-        $(LIBXSLT_CFLAGS) \
-        $(PANGO_CFLAGS) \
-        $(SQLITE3_CFLAGS) \
-        $(UNICODE_CFLAGS) \
-        $(XRENDER_CFLAGS) \
-        $(XT_CFLAGS)
-
-if TARGET_WIN32
-# PluginPackageWin.cpp needs the symbols from version dll
-libWebCore_la_LIBADD = -lversion
-endif
-
-libWebCoreModules_la_SOURCES = \
-        $(webcore_modules_sources)
-libWebCoreModules_la_CXXFLAGS = $(libWebCore_la_CXXFLAGS)
-libWebCoreModules_la_CFLAGS = $(libWebCore_la_CFLAGS)
-libWebCoreModules_la_CPPFLAGS = $(libWebCore_la_CPPFLAGS)
-
-libWebCorePlatform_la_SOURCES = \
-        $(webcore_platform_sources)
-libWebCorePlatform_la_CXXFLAGS = \
-        -fvisibility-inlines-hidden \
-        $(global_cxxflags)
-libWebCorePlatform_la_CFLAGS = \
-        -fvisibility=hidden \
-        $(global_cflags)
-libWebCorePlatform_la_CPPFLAGS = \
-        -DBUILDING_WEBKIT \
-        $(global_cppflags) \
-        $(platform_cppflags) \
-        $(platformgtk_cppflags) \
-        $(webcore_cppflags) \
-        $(webcoregtk_cppflags) \
-        $(javascriptcore_cppflags) \
-        -fno-strict-aliasing \
-        $(CAIRO_CFLAGS) \
-        $(COVERAGE_CFLAGS) \
-        $(ENCHANT_CFLAGS) \
-        $(FREETYPE_CFLAGS) \
-        $(GAMEPAD_CFLAGS) \
-        $(GEOCLUE_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GSTREAMER_CFLAGS) \
-        $(LIBSECRET_CFLAGS) \
-        $(LIBSOUP_CFLAGS) \
-        $(LIBXML_CFLAGS) \
-        $(PANGO_CFLAGS) \
-        $(SQLITE3_CFLAGS) \
-        $(UNICODE_CFLAGS) \
-        $(XRENDER_CFLAGS) \
-        $(XT_CFLAGS)
-
-# We have a different library with only the files that require GTK+. It allows us
-# to build a common WebCore lib and two different gtk WebCore libs depending on
-# the gtk version. In WeKit2 gtk2 is not supported, but the plugin process needs to
-# be built using gtk2 because plugins like flash still use gtk2. For WebKit2, we build
-# the common libWebCore and two libWebCoreGtk, one using gtk3 and the other one using gtk2.
-noinst_LTLIBRARIES += \
-        libWebCoreGtk.la
-
-libWebCoreGtk_la_SOURCES = \
-        $(webcoregtk_sources)
-
-libWebCoreGtk_la_CXXFLAGS = \
-        -fvisibility-inlines-hidden \
-        $(global_cxxflags)
-
-libWebCoreGtk_la_CFLAGS = \
-        -fvisibility=hidden \
-        $(global_cflags)
-
-libWebCoreGtk_la_CPPFLAGS = \
-        -DBUILDING_WebCore \
-        -DBUILDING_WEBKIT \
-        $(global_cppflags) \
-        $(platform_cppflags) \
-        $(platformgtk_cppflags) \
-        $(webcore_cppflags) \
-        $(webcoregtk_cppflags) \
-        $(javascriptcore_cppflags) \
-        -fno-strict-aliasing \
-        $(CAIRO_CFLAGS) \
-        $(COVERAGE_CFLAGS) \
-        $(ENCHANT_CFLAGS) \
-        $(FREETYPE_CFLAGS) \
-        $(GAMEPAD_CFLAGS) \
-        $(GEOCLUE_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GSTREAMER_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(LIBSECRET_CFLAGS) \
-        $(LIBSOUP_CFLAGS) \
-        $(LIBXML_CFLAGS) \
-        $(SQLITE3_CFLAGS) \
-        $(UNICODE_CFLAGS) \
-        $(XCOMPOSITE_CFLAGS) \
-        $(XDAMAGE_CFLAGS) \
-        $(XRENDER_CFLAGS) \
-        $(XT_CFLAGS)
-
-EXTRA_DIST += \
-        $(wildcard $(srcdir)/Source/WebCore/Modules/battery/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/Modules/gamepad/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/Modules/geolocation/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/Modules/indexeddb/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/Modules/mediasource/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/Modules/mediastream/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/Modules/navigatorcontentutils/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/Modules/notifications/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/Modules/proximity/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/Modules/quota/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/Modules/webaudio/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/Modules/webdatabase/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/Modules/websockets/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/crypto/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/css/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/dom/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/fileapi/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/html/canvas/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/html/shadow/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/html/track/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/html/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/inspector/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/inspector/*.css) \
-        $(wildcard $(srcdir)/Source/WebCore/inspector/*.js) \
-        $(wildcard $(srcdir)/Source/WebCore/loader/appcache/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/page/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/plugins/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/storage/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/svg/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/testing/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/workers/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/xml/*.idl) \
-        $(wildcard $(srcdir)/Source/WebCore/inspector/protocol/*.json) \
-        Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm \
-        Source/WebCore/bindings/scripts/CodeGeneratorJS.pm \
-        Source/WebCore/bindings/scripts/CodeGenerator.pm \
-        Source/WebCore/bindings/scripts/Hasher.pm \
-        Source/WebCore/bindings/scripts/IDLAttributes.txt \
-        Source/WebCore/bindings/scripts/IDLParser.pm \
-        Source/WebCore/bindings/scripts/InFilesCompiler.pm \
-        Source/WebCore/bindings/scripts/InFilesParser.pm \
-        Source/WebCore/bindings/scripts/StaticString.pm \
-        Source/WebCore/bindings/scripts/generate-bindings.pl \
-        Source/WebCore/bindings/scripts/gobject-generate-headers.pl \
-        Source/WebCore/bindings/scripts/preprocessor.pm \
-        Source/WebCore/bindings/scripts/preprocess-idls.pl \
-        Source/WebCore/ChangeLog \
-        Source/WebCore/css/CSSGrammar.y.in \
-        Source/WebCore/css/CSSGrammar.y.includes \
-        Source/WebCore/css/CSSPropertyNames.in \
-        Source/WebCore/css/CSSValueKeywords.in \
-        Source/WebCore/dom/DOMExceptions.in \
-        Source/WebCore/css/fullscreen.css \
-        Source/WebCore/css/html.css \
-        Source/WebCore/css/make-css-file-arrays.pl \
-        Source/WebCore/css/makegrammar.pl \
-        Source/WebCore/css/makeprop.pl \
-        Source/WebCore/css/makevalues.pl \
-        Source/WebCore/css/mathml.css \
-        Source/WebCore/css/mediaControls.css \
-        Source/WebCore/css/mediaControlsGtk.css \
-        Source/WebCore/css/plugIns.css \
-        Source/WebCore/css/quirks.css \
-        Source/WebCore/css/svg.css \
-        Source/WebCore/css/SVGCSSPropertyNames.in \
-        Source/WebCore/css/SVGCSSValueKeywords.in \
-        Source/WebCore/css/WebKitFontFamilyNames.in \
-        Source/WebCore/dom/EventNames.in \
-        Source/WebCore/dom/EventTargetFactory.in \
-        Source/WebCore/dom/make_dom_exceptions.pl \
-        Source/WebCore/dom/make_event_factory.pl \
-        Source/WebCore/dom/make_names.pl \
-        Source/WebCore/html/HTMLAttributeNames.in \
-        Source/WebCore/html/HTMLTagNames.in \
-        Source/WebCore/html/parser/create-html-entity-table \
-        Source/WebCore/html/parser/HTMLEntityNames.in \
-        Source/WebCore/icu/LICENSE \
-        Source/WebCore/inspector/InspectorOverlayPage.html \
-        Source/WebCore/LICENSE-APPLE \
-        Source/WebCore/LICENSE-LGPL-2 \
-        Source/WebCore/LICENSE-LGPL-2.1 \
-        Source/WebCore/make-hash-tools.pl \
-        Source/WebCore/mathml/mathattrs.in \
-        Source/WebCore/mathml/mathtags.in \
-        Source/WebCore/page/make_settings.pl \
-        Source/WebCore/page/Settings.in \
-        Source/WebCore/platform/ColorData.gperf \
-        Source/WebCore/platform/text/mac/make-charset-table.pl \
-        Source/WebCore/Resources/plugIns.js \
-        Source/WebCore/svg/svgattrs.in \
-        Source/WebCore/svg/svgtags.in \
-        Source/WebCore/svg/xlinkattrs.in \
-        Source/WebCore/xml/xmlattrs.in \
-        Source/WebCore/xml/xmlnsattrs.in \
-        Source/WebCore/xml/XMLViewer.css \
-        Source/WebCore/xml/XMLViewer.js \
-        Source/WebCore/xml/XPathGrammar.y
-
-webresourcesdir = ${datadir}/webkitgtk-@WEBKITGTK_API_VERSION@/images
-dist_webresources_DATA = \
-        $(WebCore)/Resources/textAreaResizeCorner.png \
-        $(WebCore)/Resources/nullPlugin.png \
-        $(WebCore)/Resources/urlIcon.png \
-        $(WebCore)/Resources/missingImage.png \
-        $(WebCore)/Resources/panIcon.png \
-        $(WebCore)/Resources/deleteButton.png \
-        $(WebCore)/Resources/inputSpeech.png
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsgobjectGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/gobject/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/gobject/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WebCore/bindings/gobject/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,599 +0,0 @@
</span><del>-webkitgtk_gdom_built_sources += \
-        DerivedSources/webkitdom/WebKitDOMAttr.cpp \
-        DerivedSources/webkitdom/WebKitDOMAttrPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMBarProp.cpp \
-        DerivedSources/webkitdom/WebKitDOMBarPropPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMBatteryManager.cpp \
-        DerivedSources/webkitdom/WebKitDOMBatteryManagerPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMBlob.cpp \
-        DerivedSources/webkitdom/WebKitDOMBlobPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMCDATASection.cpp \
-        DerivedSources/webkitdom/WebKitDOMCDATASectionPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMCharacterData.cpp \
-        DerivedSources/webkitdom/WebKitDOMCharacterDataPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMComment.cpp \
-        DerivedSources/webkitdom/WebKitDOMCommentPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMCSSRule.cpp \
-        DerivedSources/webkitdom/WebKitDOMCSSRuleList.cpp \
-        DerivedSources/webkitdom/WebKitDOMCSSRuleListPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMCSSRulePrivate.h \
-        DerivedSources/webkitdom/WebKitDOMCSSStyleDeclaration.cpp \
-        DerivedSources/webkitdom/WebKitDOMCSSStyleDeclarationPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMCSSStyleSheet.cpp \
-        DerivedSources/webkitdom/WebKitDOMCSSStyleSheetPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMCSSValue.cpp \
-        DerivedSources/webkitdom/WebKitDOMCSSValuePrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDatabase.cpp \
-        DerivedSources/webkitdom/WebKitDOMDatabasePrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDocument.cpp \
-        DerivedSources/webkitdom/WebKitDOMDocumentFragment.cpp \
-        DerivedSources/webkitdom/WebKitDOMDocumentFragmentPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDocumentPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDocumentType.cpp \
-        DerivedSources/webkitdom/WebKitDOMDocumentTypePrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDOMApplicationCache.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMApplicationCachePrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDOMImplementation.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMImplementationPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDOMMimeTypeArray.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMMimeTypeArrayPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDOMMimeType.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMMimeTypePrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDOMNamedFlowCollection.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMPluginArray.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMPluginArrayPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDOMPlugin.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMPluginPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDOMSecurityPolicy.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMSecurityPolicyPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDOMSelection.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMSelectionPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDOMStringList.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMStringListPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDOMStringMap.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMStringMapPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDOMSettableTokenList.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMSettableTokenListPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDOMTokenList.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMTokenListPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDOMWindow.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMWindowCSS.cpp \
-        DerivedSources/webkitdom/WebKitDOMDOMWindowCSSPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMDOMWindowPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMEntityReference.cpp \
-        DerivedSources/webkitdom/WebKitDOMEntityReferencePrivate.h \
-        DerivedSources/webkitdom/WebKitDOMEvent.cpp \
-        DerivedSources/webkitdom/WebKitDOMEventPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMEventTargetPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMFile.cpp \
-        DerivedSources/webkitdom/WebKitDOMFileList.cpp \
-        DerivedSources/webkitdom/WebKitDOMFileListPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMFilePrivate.h \
-        DerivedSources/webkitdom/WebKitDOMGamepad.cpp \
-        DerivedSources/webkitdom/WebKitDOMGamepadList.cpp \
-        DerivedSources/webkitdom/WebKitDOMGamepadListPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMGamepadPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMGeolocation.cpp \
-        DerivedSources/webkitdom/WebKitDOMGeolocationPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHistory.cpp \
-        DerivedSources/webkitdom/WebKitDOMHistoryPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLAnchorElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLAnchorElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLAppletElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLAppletElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLAreaElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLAreaElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLBaseElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLBaseElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLBaseFontElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLBaseFontElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLBodyElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLBodyElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLBRElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLBRElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLButtonElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLButtonElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLCanvasElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLCanvasElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLCollection.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLCollectionPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLDetailsElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLDetailsElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLDirectoryElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLDirectoryElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLDivElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLDivElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLDListElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLDListElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLDocument.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLDocumentPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLEmbedElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLEmbedElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLFieldSetElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLFieldSetElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLFontElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLFontElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLFormElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLFormElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLFrameElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLFrameElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLFrameSetElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLFrameSetElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLHeadElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLHeadElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLHeadingElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLHeadingElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLHRElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLHRElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLHtmlElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLHtmlElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLIFrameElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLIFrameElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLImageElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLImageElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLInputElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLInputElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLKeygenElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLKeygenElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLLabelElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLLabelElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLLegendElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLLegendElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLLIElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLLIElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLLinkElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLLinkElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLMapElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLMapElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLMarqueeElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLMarqueeElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLMediaElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLMediaElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLMenuElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLMenuElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLMetaElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLMetaElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLModElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLModElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLObjectElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLObjectElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLOListElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLOListElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLOptGroupElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLOptGroupElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLOptionElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLOptionElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLOptionsCollection.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLOptionsCollectionPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLParagraphElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLParagraphElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLParamElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLParamElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLPreElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLPreElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLQuoteElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLQuoteElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLScriptElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLScriptElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLSelectElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLSelectElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLStyleElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLStyleElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableCaptionElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableCaptionElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableCellElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableCellElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableColElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableColElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableRowElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableRowElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableSectionElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableSectionElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTextAreaElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLTextAreaElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTitleElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLTitleElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLUListElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLUListElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMKeyboardEvent.cpp \
-        DerivedSources/webkitdom/WebKitDOMKeyboardEventPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMLocation.cpp \
-        DerivedSources/webkitdom/WebKitDOMLocationPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMMediaController.cpp \
-        DerivedSources/webkitdom/WebKitDOMMediaControllerPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMMediaError.cpp \
-        DerivedSources/webkitdom/WebKitDOMMediaErrorPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMMediaList.cpp \
-        DerivedSources/webkitdom/WebKitDOMMediaListPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMMediaQueryList.cpp \
-        DerivedSources/webkitdom/WebKitDOMMediaQueryListPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMMessagePort.cpp \
-        DerivedSources/webkitdom/WebKitDOMMessagePortPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMMouseEvent.cpp \
-        DerivedSources/webkitdom/WebKitDOMMouseEventPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMNamedNodeMap.cpp \
-        DerivedSources/webkitdom/WebKitDOMNamedNodeMapPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMNavigator.cpp \
-        DerivedSources/webkitdom/WebKitDOMNavigatorPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMNode.cpp \
-        DerivedSources/webkitdom/WebKitDOMNodeFilter.cpp \
-        DerivedSources/webkitdom/WebKitDOMNodeFilterPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMNodeIterator.cpp \
-        DerivedSources/webkitdom/WebKitDOMNodeIteratorPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMNodeList.cpp \
-        DerivedSources/webkitdom/WebKitDOMNodeListPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMNodePrivate.h \
-        DerivedSources/webkitdom/WebKitDOMPerformance.cpp \
-        DerivedSources/webkitdom/WebKitDOMPerformanceEntry.cpp \
-        DerivedSources/webkitdom/WebKitDOMPerformanceEntryList.cpp \
-        DerivedSources/webkitdom/WebKitDOMPerformanceEntryPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMPerformancePrivate.h \
-        DerivedSources/webkitdom/WebKitDOMPerformanceNavigation.cpp \
-        DerivedSources/webkitdom/WebKitDOMPerformanceNavigationPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMPerformanceTiming.cpp \
-        DerivedSources/webkitdom/WebKitDOMPerformanceTimingPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMProcessingInstruction.cpp \
-        DerivedSources/webkitdom/WebKitDOMProcessingInstructionPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMRange.cpp \
-        DerivedSources/webkitdom/WebKitDOMRangePrivate.h \
-        DerivedSources/webkitdom/WebKitDOMScreen.cpp \
-        DerivedSources/webkitdom/WebKitDOMScreenPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMStorage.cpp \
-        DerivedSources/webkitdom/WebKitDOMStorageInfo.cpp \
-        DerivedSources/webkitdom/WebKitDOMStorageInfoPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMStoragePrivate.h \
-        DerivedSources/webkitdom/WebKitDOMStorageQuota.cpp \
-        DerivedSources/webkitdom/WebKitDOMStorageQuotaPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMStyleMedia.cpp \
-        DerivedSources/webkitdom/WebKitDOMStyleMediaPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMStyleSheet.cpp \
-        DerivedSources/webkitdom/WebKitDOMStyleSheetList.cpp \
-        DerivedSources/webkitdom/WebKitDOMStyleSheetListPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMStyleSheetPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMText.cpp \
-        DerivedSources/webkitdom/WebKitDOMTextPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMTouch.cpp \
-        DerivedSources/webkitdom/WebKitDOMTouchPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMTimeRanges.cpp \
-        DerivedSources/webkitdom/WebKitDOMTimeRangesPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMTreeWalker.cpp \
-        DerivedSources/webkitdom/WebKitDOMTreeWalkerPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMUIEvent.cpp \
-        DerivedSources/webkitdom/WebKitDOMUIEventPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMValidityState.cpp \
-        DerivedSources/webkitdom/WebKitDOMValidityStatePrivate.h \
-        DerivedSources/webkitdom/WebKitDOMWebKitPoint.cpp \
-        DerivedSources/webkitdom/WebKitDOMWebKitPointPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMWebKitNamedFlow.cpp \
-        DerivedSources/webkitdom/WebKitDOMWheelEvent.cpp \
-        DerivedSources/webkitdom/WebKitDOMWheelEventPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMXPathExpression.cpp \
-        DerivedSources/webkitdom/WebKitDOMXPathExpressionPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMXPathNSResolver.cpp \
-        DerivedSources/webkitdom/WebKitDOMXPathNSResolverPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMXPathResult.cpp \
-        DerivedSources/webkitdom/WebKitDOMXPathResultPrivate.h
-
-webkitgtk_gdom_built_h_api += \
-        DerivedSources/webkitdom/WebKitDOMBatteryManager.h \
-        DerivedSources/webkitdom/WebKitDOMCSSRule.h \
-        DerivedSources/webkitdom/WebKitDOMCSSRuleList.h \
-        DerivedSources/webkitdom/WebKitDOMCSSStyleDeclaration.h \
-        DerivedSources/webkitdom/WebKitDOMCSSStyleSheet.h \
-        DerivedSources/webkitdom/WebKitDOMCSSValue.h \
-        DerivedSources/webkitdom/WebKitDOMMediaController.h \
-        DerivedSources/webkitdom/WebKitDOMMediaList.h \
-        DerivedSources/webkitdom/WebKitDOMMediaQueryList.h \
-        DerivedSources/webkitdom/WebKitDOMStyleMedia.h \
-        DerivedSources/webkitdom/WebKitDOMStyleSheet.h \
-        DerivedSources/webkitdom/WebKitDOMStyleSheetList.h \
-        DerivedSources/webkitdom/WebKitDOMAttr.h \
-        DerivedSources/webkitdom/WebKitDOMCDATASection.h \
-        DerivedSources/webkitdom/WebKitDOMCharacterData.h \
-        DerivedSources/webkitdom/WebKitDOMComment.h \
-        DerivedSources/webkitdom/WebKitDOMDocument.h \
-        DerivedSources/webkitdom/WebKitDOMDocumentFragment.h \
-        DerivedSources/webkitdom/WebKitDOMDocumentType.h \
-        DerivedSources/webkitdom/WebKitDOMDOMImplementation.h \
-        DerivedSources/webkitdom/WebKitDOMDOMNamedFlowCollection.h \
-        DerivedSources/webkitdom/WebKitDOMDOMSettableTokenList.h \
-        DerivedSources/webkitdom/WebKitDOMDOMSecurityPolicy.h \
-        DerivedSources/webkitdom/WebKitDOMDOMStringList.h \
-        DerivedSources/webkitdom/WebKitDOMDOMStringMap.h \
-        DerivedSources/webkitdom/WebKitDOMDOMTokenList.h \
-        DerivedSources/webkitdom/WebKitDOMElement.h \
-        DerivedSources/webkitdom/WebKitDOMEntityReference.h \
-        DerivedSources/webkitdom/WebKitDOMEvent.h \
-        DerivedSources/webkitdom/WebKitDOMKeyboardEvent.h \
-        DerivedSources/webkitdom/WebKitDOMMessagePort.h \
-        DerivedSources/webkitdom/WebKitDOMMouseEvent.h \
-        DerivedSources/webkitdom/WebKitDOMNamedNodeMap.h \
-        DerivedSources/webkitdom/WebKitDOMNode.h \
-        DerivedSources/webkitdom/WebKitDOMNodeFilter.h \
-        DerivedSources/webkitdom/WebKitDOMNodeIterator.h \
-        DerivedSources/webkitdom/WebKitDOMNodeList.h \
-        DerivedSources/webkitdom/WebKitDOMProcessingInstruction.h \
-        DerivedSources/webkitdom/WebKitDOMRange.h \
-        DerivedSources/webkitdom/WebKitDOMText.h \
-        DerivedSources/webkitdom/WebKitDOMTouch.h \
-        DerivedSources/webkitdom/WebKitDOMTreeWalker.h \
-        DerivedSources/webkitdom/WebKitDOMUIEvent.h \
-        DerivedSources/webkitdom/WebKitDOMBlob.h \
-        DerivedSources/webkitdom/WebKitDOMFile.h \
-        DerivedSources/webkitdom/WebKitDOMFileList.h \
-        DerivedSources/webkitdom/WebKitDOMGamepad.h \
-        DerivedSources/webkitdom/WebKitDOMGamepadList.h \
-        DerivedSources/webkitdom/WebKitDOMGeolocation.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLAnchorElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLAppletElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLAreaElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLBaseElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLBaseFontElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLBodyElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLBRElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLButtonElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLCanvasElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLCollection.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLDirectoryElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLDivElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLDListElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLDocument.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLDetailsElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLEmbedElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLFieldSetElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLFontElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLFormElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLFrameElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLFrameSetElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLHeadElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLHeadingElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLHRElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLHtmlElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLIFrameElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLImageElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLInputElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLKeygenElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLLabelElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLLegendElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLLIElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLLinkElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLMapElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLMarqueeElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLMediaElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLMenuElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLMetaElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLModElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLObjectElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLOListElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLOptGroupElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLOptionElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLOptionsCollection.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLParagraphElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLParamElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLPreElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLQuoteElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLScriptElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLSelectElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLStyleElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableCaptionElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableColElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableSectionElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableCellElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTextAreaElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTitleElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLTableRowElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLUListElement.h \
-        DerivedSources/webkitdom/WebKitDOMMediaError.h \
-        DerivedSources/webkitdom/WebKitDOMTimeRanges.h \
-        DerivedSources/webkitdom/WebKitDOMValidityState.h \
-        DerivedSources/webkitdom/WebKitDOMDOMApplicationCache.h \
-        DerivedSources/webkitdom/WebKitDOMBarProp.h \
-        DerivedSources/webkitdom/WebKitDOMCustom.h \
-        DerivedSources/webkitdom/WebKitDOMDeprecated.h \
-        DerivedSources/webkitdom/WebKitDOMDOMWindowCSS.h \
-        DerivedSources/webkitdom/WebKitDOMDOMWindow.h \
-        DerivedSources/webkitdom/WebKitDOMDOMSelection.h \
-        DerivedSources/webkitdom/WebKitDOMEventTarget.h \
-        DerivedSources/webkitdom/WebKitDOMHistory.h \
-        DerivedSources/webkitdom/WebKitDOMLocation.h \
-        DerivedSources/webkitdom/WebKitDOMObject.h \
-        DerivedSources/webkitdom/WebKitDOMNavigator.h \
-        DerivedSources/webkitdom/WebKitDOMScreen.h \
-        DerivedSources/webkitdom/WebKitDOMWebKitPoint.h \
-        DerivedSources/webkitdom/WebKitDOMWebKitNamedFlow.h \
-        DerivedSources/webkitdom/WebKitDOMDOMMimeType.h \
-        DerivedSources/webkitdom/WebKitDOMDOMMimeTypeArray.h \
-        DerivedSources/webkitdom/WebKitDOMDOMPlugin.h \
-        DerivedSources/webkitdom/WebKitDOMDOMPluginArray.h \
-        DerivedSources/webkitdom/WebKitDOMDatabase.h \
-        DerivedSources/webkitdom/WebKitDOMStorage.h \
-        DerivedSources/webkitdom/WebKitDOMStorageInfo.h \
-        DerivedSources/webkitdom/WebKitDOMStorageQuota.h \
-        DerivedSources/webkitdom/WebKitDOMXPathExpression.h \
-        DerivedSources/webkitdom/WebKitDOMXPathNSResolver.h \
-        DerivedSources/webkitdom/WebKitDOMXPathResult.h \
-        DerivedSources/webkitdom/WebKitDOMPerformance.h \
-        DerivedSources/webkitdom/WebKitDOMPerformanceEntry.h \
-        DerivedSources/webkitdom/WebKitDOMPerformanceEntryList.h \
-        DerivedSources/webkitdom/WebKitDOMPerformanceNavigation.h \
-        DerivedSources/webkitdom/WebKitDOMPerformanceTiming.h \
-        DerivedSources/webkitdom/WebKitDOMWheelEvent.h \
-        DerivedSources/webkitdom/webkitdom.h \
-        DerivedSources/webkitdom/webkitdomdefines.h
-
-if ENABLE_VIDEO
-webkitgtk_gdom_built_h_api += \
-        DerivedSources/webkitdom/WebKitDOMAudioTrack.h \
-        DerivedSources/webkitdom/WebKitDOMAudioTrackList.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLAudioElement.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLVideoElement.h \
-        DerivedSources/webkitdom/WebKitDOMTextTrack.h \
-        DerivedSources/webkitdom/WebKitDOMTextTrackList.h \
-        DerivedSources/webkitdom/WebKitDOMTextTrackCue.h \
-        DerivedSources/webkitdom/WebKitDOMTextTrackCueList.h \
-        DerivedSources/webkitdom/WebKitDOMTrackEvent.h \
-        DerivedSources/webkitdom/WebKitDOMVideoPlaybackQuality.h \
-        DerivedSources/webkitdom/WebKitDOMVideoTrack.h \
-        DerivedSources/webkitdom/WebKitDOMVideoTrackList.h
-webkitgtk_gdom_built_sources += \
-        DerivedSources/webkitdom/WebKitDOMHTMLAudioElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLAudioElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMHTMLVideoElement.cpp \
-        DerivedSources/webkitdom/WebKitDOMHTMLVideoElementPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMAudioTrack.cpp \
-        DerivedSources/webkitdom/WebKitDOMAudioTrackList.cpp \
-        DerivedSources/webkitdom/WebKitDOMTextTrack.cpp \
-        DerivedSources/webkitdom/WebKitDOMTextTrackPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMTextTrackList.cpp \
-        DerivedSources/webkitdom/WebKitDOMTextTrackListPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMTextTrackCue.cpp \
-        DerivedSources/webkitdom/WebKitDOMTextTrackCuePrivate.h \
-        DerivedSources/webkitdom/WebKitDOMTextTrackCueList.cpp \
-        DerivedSources/webkitdom/WebKitDOMTextTrackCueListPrivate.h \
-        DerivedSources/webkitdom/WebKitDOMVideoPlaybackQuality.cpp \
-        DerivedSources/webkitdom/WebKitDOMVideoTrack.cpp \
-        DerivedSources/webkitdom/WebKitDOMVideoTrackList.cpp \
-        DerivedSources/webkitdom/WebKitDOMTrackEvent.cpp \
-        DerivedSources/webkitdom/WebKitDOMTrackEventPrivate.h
-endif
-
-BUILT_SOURCES += \
-        $(webkitgtk_gdom_built_h_api) \
-        $(webkitgtk_gdom_built_sources)
-
-gdom_class_list := $(subst WebKitDOM,, $(filter-out %Private, $(basename $(notdir $(webkitgtk_gdom_built_sources)))))
-gdom_class_list += Custom EventTarget Object Deprecated
-DerivedSources/webkitdom/webkitdom.h: $(WebCore)/bindings/scripts/gobject-generate-headers.pl $(WebCore)/bindings/gobject/GNUmakefile.am
-        $(AM_V_GEN)echo $(gdom_class_list) | $(PERL) $&lt; gdom &gt; $@
-
-DerivedSources/webkitdom/webkitdomdefines.h: $(WebCore)/bindings/scripts/gobject-generate-headers.pl $(WebCore)/bindings/gobject/GNUmakefile.am
-        $(AM_V_GEN)echo $(gdom_class_list) | $(PERL) $&lt; defines &gt; $@
-
-gdom_symbol_files += $(patsubst %.h,%.symbols, $(filter DerivedSources/webkitdom/WebKitDOM%.h, $(webkitgtk_gdom_built_h_api)))
-
-$(top_builddir)/DerivedSources/webkitdom/WebKitDOMObject.symbols: $(WebCore)/bindings/gobject/WebKitDOMObject.symbols
-        $(AM_V_GEN)cp -f $&lt; $@
-
-$(top_builddir)/DerivedSources/webkitdom/WebKitDOMEventTarget.symbols: $(WebCore)/bindings/gobject/WebKitDOMEventTarget.symbols
-        $(AM_V_GEN)cp -f $&lt; $@
-
-$(top_builddir)/DerivedSources/webkitdom/WebKitDOMCustom.symbols: $(WebCore)/bindings/gobject/WebKitDOMCustom.symbols
-        $(AM_V_GEN)cp -f $&lt; $@
-
-$(top_builddir)/DerivedSources/webkitdom/WebKitDOMDeprecated.symbols: $(WebCore)/bindings/gobject/WebKitDOMDeprecated.symbols
-        $(AM_V_GEN)cp -f $&lt; $@
-
-DerivedSources/webkitdom/WebKitDOM%.symbols: DerivedSources/webkitdom/WebKitDOM%.h
-        @true
-
-EXTRA_DIST += \
-        $(WebCore)/bindings/gobject/WebKitDOMCustom.symbols \
-        $(WebCore)/bindings/gobject/WebKitDOMDeprecated.symbols \
-        $(WebCore)/bindings/gobject/WebKitDOMEventTarget.symbols \
-        $(WebCore)/bindings/gobject/WebKitDOMObject.symbols \
-        $(WebCore)/bindings/gobject/webkitdom.symbols
-
-CLEAN_FILES = \
-        $(gdom_symbol_files)
-
-# Because WebCore/bindings/gobject/WebKitDOMObject.h is static source but is also a distributed header
-# required by other distributed headers (both static and auto-generated), need to move this to the
-# DerivedSources/webkitdom directory.  The reason is that we want all header files distributed in the
-# include/webkit-x.y/webkitdom directory, but do not want to name the WebCore/bindings/gobject directory
-# &quot;webkitdom&quot;, as that's a bit presumptuous for a GTK binding.
-$(top_builddir)/DerivedSources/webkitdom/WebKitDOMObject.h: $(WebCore)/bindings/gobject/WebKitDOMObject.h
-        $(AM_V_GEN)cp -f $&lt; $@
-
-$(top_builddir)/DerivedSources/webkitdom/WebKitDOMEventTarget.h: $(WebCore)/bindings/gobject/WebKitDOMEventTarget.h
-        $(AM_V_GEN)cp -f $&lt; $@
-
-$(top_builddir)/DerivedSources/webkitdom/WebKitDOMEventTargetPrivate.h: $(WebCore)/bindings/gobject/WebKitDOMEventTargetPrivate.h
-        $(AM_V_GEN)cp -f $&lt; $@
-
-$(top_builddir)/DerivedSources/webkitdom/WebKitDOMCustom.h: $(WebCore)/bindings/gobject/WebKitDOMCustom.h
-        $(AM_V_GEN)cp -f $&lt; $@
-
-$(top_builddir)/DerivedSources/webkitdom/WebKitDOMDeprecated.h: $(WebCore)/bindings/gobject/WebKitDOMDeprecated.h
-        $(AM_V_GEN)cp -f $&lt; $@
-
-# Filter out SVG and IndexedDB for now
-gdom_feature_defines := $(filter-out ENABLE_INDEXED_DATABASE=1, $(feature_defines)) ENABLE_INDEXED_DATABASE=0
-DerivedSources/webkitdom/WebKitDOM%.cpp DerivedSources/webkitdom/WebKitDOM%.h DerivedSources/webkitdom/WebKitDOM%Private.h: %.idl $(SCRIPTS_FOR_GENERATE_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorGObject.pm $(WebCore)/bindings/gobject/GNUmakefile.am $(supplemental_dependency_file)
-        $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl --include $(WebCore)/Modules --include $(WebCore)/dom --include $(WebCore)/html --include $(WebCore)/css --include $(WebCore)/page --include $(WebCore)/fileapi --include $(WebCore)/xml --include $(WebCore)/svg --outputDir &quot;$(GENSOURCES_WEBKITDOM)&quot; --defines &quot;LANGUAGE_GOBJECT=1 $(gdom_feature_defines)&quot; --generator GObject --supplementalDependencyFile $(supplemental_dependency_file) $&lt;
-
-libwebkitdomincludedir = $(libwebkitgtkincludedir)/webkitdom
-nodist_libwebkitdominclude_HEADERS = \
-        $(webkitgtk_gdom_built_h_api)
-
-noinst_LTLIBRARIES += \
-        libGObjectDOMBindings.la
-
-nodist_libGObjectDOMBindings_la_SOURCES = \
-        $(webkitgtk_gdom_built_sources)
-
-libGObjectDOMBindings_la_SOURCES = \
-        Source/WebCore/bindings/gobject/ConvertToUTF8String.cpp \
-        Source/WebCore/bindings/gobject/ConvertToUTF8String.h \
-        Source/WebCore/bindings/gobject/DOMObjectCache.cpp \
-        Source/WebCore/bindings/gobject/DOMObjectCache.h \
-        Source/WebCore/bindings/gobject/GObjectEventListener.cpp \
-        Source/WebCore/bindings/gobject/GObjectEventListener.h \
-        Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp \
-        Source/WebCore/bindings/gobject/WebKitDOMCustom.h \
-        Source/WebCore/bindings/gobject/WebKitDOMDeprecated.cpp \
-        Source/WebCore/bindings/gobject/WebKitDOMDeprecated.h \
-        Source/WebCore/bindings/gobject/WebKitDOMEventTarget.cpp \
-        Source/WebCore/bindings/gobject/WebKitDOMEventTarget.h \
-        Source/WebCore/bindings/gobject/WebKitDOMEventTargetPrivate.h \
-        Source/WebCore/bindings/gobject/WebKitDOMHTMLPrivate.cpp \
-        Source/WebCore/bindings/gobject/WebKitDOMHTMLPrivate.h \
-        Source/WebCore/bindings/gobject/WebKitDOMObject.cpp \
-        Source/WebCore/bindings/gobject/WebKitDOMObject.h \
-        Source/WebCore/bindings/gobject/WebKitDOMPrivate.cpp \
-        Source/WebCore/bindings/gobject/WebKitDOMPrivate.h
-
-libGObjectDOMBindings_la_CXXFLAGS = \
-        -fvisibility-inlines-hidden \
-        $(global_cxxflags)
-
-libGObjectDOMBindings_la_CFLAGS = \
-        -fvisibility=hidden \
-        $(global_cflags)
-
-webkitgtk_gdom_include_dirs = \
-        -I$(WebCore)/bindings \
-        -I$(WebCore)/bindings/gobject \
-        -I$(GENSOURCES_WEBKITDOM)
-
-libGObjectDOMBindings_la_CPPFLAGS = \
-        -DBUILDING_WebCore \
-        -DBUILDING_WEBKIT \
-        $(webkitgtk_gdom_include_dirs) \
-        $(global_cppflags) \
-        $(platform_cppflags) \
-        $(platformgtk_cppflags) \
-        $(webcore_cppflags) \
-        $(webcoregtk_cppflags) \
-        $(javascriptcore_cppflags) \
-        $(CAIRO_CFLAGS) \
-        $(FREETYPE_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(LIBSOUP_CFLAGS)
-
-gtkdoc-webkitdom.cfg: $(WebCore)/bindings/gobject/GNUmakefile.am $(srcdir)/Tools/gtk/GNUmakefile.am
-        $(AM_V_GEN)echo &quot;[webkitdomgtk]&quot; &gt; $@ &amp;&amp; \
-        echo &quot;pkgconfig_file=$(webkitdom_pkgconfig_file)&quot; &gt;&gt; $@ &amp;&amp; \
-        echo &quot;namespace=webkit_dom&quot; &gt;&gt; $@ &amp;&amp; \
-        echo &quot;doc_dir=DerivedSources/webkitdom/docs&quot; &gt;&gt; $@ &amp;&amp; \
-        echo -e &quot;cflags=-I$(srcdir)/Source $(webkitgtk_gdom_include_dirs)&quot; &gt;&gt; $@ &amp;&amp; \
-        echo &quot;source_dirs=$(top_builddir)/DerivedSources/webkitdom $(srcdir)/Source/WebCore/bindings/gobject&quot; &gt;&gt; $@ &amp;&amp; \
-        echo &quot;headers=$(webkitgtk_gdom_built_h_api) DerivedSources/webkitdom/WebKitDOMDeprecated.h&quot; &gt;&gt; $@
-BUILT_SOURCES += gtkdoc-webkitdom.cfg
</del></span></pre></div>
<a id="trunkSourceWebCoreconfigh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/config.h (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/config.h        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WebCore/config.h        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -19,13 +19,9 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H
-#ifdef BUILDING_WITH_CMAKE
</del><ins>+#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H &amp;&amp; defined(BUILDING_WITH_CMAKE)
</ins><span class="cx"> #include &quot;cmakeconfig.h&quot;
</span><del>-#else
-#include &quot;autotoolsconfig.h&quot;
</del><span class="cx"> #endif
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Platform.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgtkpoChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/gtk/po/ChangeLog (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/gtk/po/ChangeLog        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WebCore/platform/gtk/po/ChangeLog        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-03-25  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
+        [GTK] Remove the autotools build
+        https://bugs.webkit.org/show_bug.cgi?id=130717
+
+        Reviewed by Anders Carlsson.
+
+        * GNUmakefile.am: Removed.
+
</ins><span class="cx"> 2014-03-19  Piotr DrÄ…g  &lt;piotrdrag@gmail.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [l10n] Updated Polish translation of WebKitGTK+
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgtkpoGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/platform/gtk/po/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/gtk/po/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WebCore/platform/gtk/po/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,244 +0,0 @@
</span><del>-# Gettext stuff; based on the contents of the Makefile.in.in file
-# distributed with GNU Gettext.
-#
-# The original copyright notice follows:
-#
-# Makefile for PO directory in any package using GNU gettext.
-# Copyright (C) 1995-1997, 2000-2007 by Ulrich Drepper &lt;drepper@gnu.ai.mit.edu&gt;
-#
-# This file can be copied and used freely without restrictions.  It can
-# be used in projects which are not available under the GNU General Public
-# License but which still want to provide support for the GNU gettext
-# functionality.
-# Please note that the actual code of GNU gettext is covered by the GNU
-# General Public License and is *not* in the public domain.
-#
-# Origin: gettext-0.17
-
-DOMAIN += $(GETTEXT_PACKAGE)
-
-MSGFMT := $(shell which msgfmt)
-
-XGETTEXT := $(shell which xgettext)
-
-MSGMERGE := $(shell which msgmerge)
-
-MSGMERGE_UPDATE := $(MSGMERGE) --update
-
-POFILES += $(shell ls $(srcdir)/Source/WebCore/platform/gtk/po/*.po)
-
-PO_LINGUAS += $(patsubst $(srcdir)/Source/WebCore/platform/gtk/po/%.po,%,$(POFILES))
-
-USER_LINGUAS += $(filter $(LINGUAS),$(PO_LINGUAS))
-
-USE_LINGUAS += $(shell if test -n &quot;$(USER_LINGUAS)&quot; -o -n &quot;$(LINGUAS)&quot;; then LLINGUAS=&quot;$(USER_LINGUAS)&quot;; else LLINGUAS=&quot;$(PO_LINGUAS)&quot;; fi; for lang in $$LLINGUAS; do printf &quot;$$lang &quot;; done)
-
-MOFILES += $(USE_LINGUAS:%=Source/WebCore/platform/gtk/po/%.mo)
-
-ALL_MOFILES += $(shell echo $(POFILES) | tr ' ' '\n' | sed &quot;s,^$(srcdir)/,,g&quot; | sed 's/\.po/.mo/g')
-
-.po.mo:
-        test -d Source/WebCore/platform/gtk/po/ || mkdir -p Source/WebCore/platform/gtk/po/
-        @echo &quot;$(MSGFMT) -c -o $@ $&lt;&quot;; \
-        $(MSGFMT) -c -o $@ $&lt;
-
-# $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
-# internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
-# we don't want to bother translators with empty POT files). We assume that
-# LINGUAS is empty in this case, i.e. $(POFILES) and $(MOFILES) are empty.
-# In this case, stamp-po is a nop (i.e. a phony target).
-
-# stamp-po is a timestamp denoting the last time at which the CATALOGS have
-# been loosely updated. Its purpose is that when a developer or translator
-# checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
-# &quot;make&quot; will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
-# invocations of &quot;make&quot; will do nothing. This timestamp would not be necessary
-# if updating the $(CATALOGS) would always touch them; however, the rule for
-# $(POFILES) has been designed to not touch files that don't need to be
-# changed.
-stamp-po: $(top_builddir)/Source/WebCore/platform/gtk/po/$(DOMAIN).pot $(MOFILES)
-        test ! -d $(top_builddir)/Source/WebCore/platform/gtk/po || \
-         mkdir -p $(top_builddir)/Source/WebCore/platform/gtk/po
-        test ! -f $(top_builddir)/Source/WebCore/platform/gtk/po/$(DOMAIN).pot || \
-          test -z &quot;$(MOFILES)&quot; || $(MAKE) $(MOFILES)
-        @test ! -f $(top_builddir)/Source/WebCore/platform/gtk/po/$(DOMAIN).pot || { \
-          echo &quot;touch stamp-po&quot; &amp;&amp; \
-          echo timestamp &gt; stamp-poT &amp;&amp; \
-          mv stamp-poT stamp-po; \
-        }
-
-# This target rebuilds $(DOMAIN).pot; it is an expensive operation.
-# Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
-$(DOMAIN).pot-update: $(POTFILES) $(top_builddir)/Source/WebCore/platform/gtk/po/POTFILES
-        test -d Source/WebCore/platform/gtk/po/ || mkdir -p Source/WebCore/platform/gtk/po/
-        package_gnu=''; \
-        if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \
-          msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \
-        else \
-          msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \
-        fi; \
-        case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
-          '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
-            $(XGETTEXT) \
-                --default-domain=$(DOMAIN) \
-                --directory=$(srcdir) \
-                --directory=$(srcdir)/Source/WebCore/platform/gtk \
-                --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
-                --files-from=$(top_builddir)/Source/WebCore/platform/gtk/po/POTFILES \
-                --copyright-holder='$(COPYRIGHT_HOLDER)' \
-                --msgid-bugs-address=&quot;$$msgid_bugs_address&quot; \
-                --keyword=_ \
-                --keyword=N_ \
-                -o $(top_builddir)/Source/WebCore/platform/gtk/po/$(DOMAIN).pot \
-            ;; \
-          *) \
-            $(XGETTEXT) \
-                --default-domain=$(DOMAIN) \
-                --directory=$(srcdir) \
-                --directory=$(srcdir)/Source/WebCore/platform/gtk \
-                --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
-                --files-from=$(top_builddir)/Source/WebCore/platform/gtk/po/POTFILES \
-                --copyright-holder='$(COPYRIGHT_HOLDER)' \
-                --package-name=&quot;$${package_gnu}@PACKAGE@&quot; \
-                --package-version='@VERSION@' \
-                --msgid-bugs-address=&quot;$$msgid_bugs_address&quot; \
-                --keyword=_ \
-                --keyword=N_ \
-                -o $(top_builddir)/Source/WebCore/platform/gtk/po/$(DOMAIN).pot \
-            ;; \
-        esac
-
-# This rule has no dependencies: we don't need to update $(DOMAIN).pot at
-# every &quot;make&quot; invocation, only create it when it is missing.
-# Only &quot;make $(DOMAIN).pot-update&quot; or &quot;make dist&quot; will force an update.
-$(top_builddir)/Source/WebCore/platform/gtk/po/$(DOMAIN).pot:
-        $(MAKE) $(DOMAIN).pot-update
-
-# This target rebuilds a PO file if $(DOMAIN).pot has changed.
-# Note that a PO file is not touched if it doesn't need to be changed.
-update-po-files: $(top_builddir)/Source/WebCore/platform/gtk/po/$(DOMAIN).pot
-        @for pofile in $(POFILES); do \
-          lang=`echo $$pofile | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
-          if test -f &quot;$(srcdir)/Source/WebCore/platform/gtk/po/$${lang}.po&quot;; then \
-            echo &quot;$${cdcmd}$(MSGMERGE_UPDATE) $(top_srcdir)/Source/WebCore/platform/gtk/po/$${lang}.po $(top_builddir)/Source/WebCore/platform/gtk/po/$(DOMAIN).pot&quot;; \
-            $(MSGMERGE_UPDATE) $(top_srcdir)/Source/WebCore/platform/gtk/po/$${lang}.po $(top_builddir)/Source/WebCore/platform/gtk/po/$(DOMAIN).pot; \
-          else \
-            $(MAKE) $${lang}.po-create; \
-          fi; \
-        done
-
-update-po: GNUmakefile
-        $(MAKE) $(DOMAIN).pot-update
-        $(MAKE) update-po-files
-        $(MAKE) $(MOFILES)
-
-.nop.po-create:
-        @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
-        echo &quot;File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'.&quot; 1&gt;&amp;2; \
-        exit 1
-
-# clean rules
-CLEANFILES += \
-        $(top_builddir)/stamp-po
-
-MAINTAINERCLEANFILES += \
-        $(ALL_MOFILES) \
-        $(top_builddir)/Source/WebCore/platform/gtk/po/$(DOMAIN).pot
-
-EXTRA_DIST += \
-        $(srcdir)/Source/WebCore/platform/gtk/po/ChangeLog \
-        $(srcdir)/Source/WebCore/platform/gtk/po/POTFILES.in \
-        $(srcdir)/Source/WebCore/platform/gtk/po/README \
-        $(wildcard $(srcdir)/Source/WebCore/platform/gtk/po/*.po)
-
-DISTCLEANFILES += \
-        $(ALL_MOFILES) \
-        $(top_builddir)/Source/WebCore/platform/gtk/po/$(DOMAIN).pot
-
-po-install-data-local: all
-        $(MKDIR_P) $(DESTDIR)$(datadir)
-        @catalogs='$(MOFILES)'; \
-        for cat in $$catalogs; do \
-          cat=`basename $$cat`; \
-          lang=`echo $$cat | sed -e 's/\.mo$$//'`; \
-          dir=$(localedir)/$$lang/LC_MESSAGES; \
-          $(MKDIR_P) $(DESTDIR)$$dir; \
-          if test -r Source/WebCore/platform/gtk/po/$$cat; then realcat=Source/WebCore/platform/gtk/po/$$cat; else realcat=$(srcdir)/$$cat; fi; \
-          $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
-          echo &quot;installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo&quot;; \
-          for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
-            if test -n &quot;$$lc&quot;; then \
-              if (cd $(DESTDIR)$(localedir)/$$lang &amp;&amp; LC_ALL=C ls -l -d $$lc 2&gt;/dev/null) | grep ' -&gt; ' &gt;/dev/null; then \
-                link=`cd $(DESTDIR)$(localedir)/$$lang &amp;&amp; LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -&gt; //'`; \
-                mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
-                mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
-                (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old &amp;&amp; \
-                 for file in *; do \
-                   if test -f $$file; then \
-                     ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
-                   fi; \
-                 done); \
-                rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
-              else \
-                if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
-                  :; \
-                else \
-                  rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
-                  mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
-                fi; \
-              fi; \
-              rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
-              ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2&gt;/dev/null || \
-              ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2&gt;/dev/null || \
-              cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
-              echo &quot;installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo&quot;; \
-            fi; \
-          done; \
-        done
-
-po-installdirs-data-local:
-        $(MKDIR_P) $(DESTDIR)$(datadir)
-        @catalogs='$(MOFILES)'; \
-        for cat in $$catalogs; do \
-          cat=`basename $$cat`; \
-          lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
-          dir=$(localedir)/$$lang/LC_MESSAGES; \
-          $(MKDIR_P) $(DESTDIR)$$dir; \
-          for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
-            if test -n &quot;$$lc&quot;; then \
-              if (cd $(DESTDIR)$(localedir)/$$lang &amp;&amp; LC_ALL=C ls -l -d $$lc 2&gt;/dev/null) | grep ' -&gt; ' &gt;/dev/null; then \
-                link=`cd $(DESTDIR)$(localedir)/$$lang &amp;&amp; LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -&gt; //'`; \
-                mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
-                mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
-                (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old &amp;&amp; \
-                 for file in *; do \
-                   if test -f $$file; then \
-                     ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
-                   fi; \
-                 done); \
-                rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
-              else \
-                if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
-                  :; \
-                else \
-                  rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
-                  mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
-                fi; \
-              fi; \
-            fi; \
-          done; \
-        done
-
-po-uninstall-local:
-        catalogs='$(MOFILES)'; \
-        for cat in $$catalogs; do \
-          cat=`basename $$cat`; \
-          lang=`echo $$cat | sed -e 's/\.mo$$//'`; \
-          for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
-            rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
-          done; \
-        done
-
-install-data-local: po-install-data-local
-installdirs-data-local: po-installdirs-data-local
-uninstall-local: po-uninstall-local
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WebInspectorUI/ChangeLog        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-03-25  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
+        [GTK] Remove the autotools build
+        https://bugs.webkit.org/show_bug.cgi?id=130717
+
+        Reviewed by Anders Carlsson.
+
+        * GNUmakefile.am: Removed.
+
</ins><span class="cx"> 2014-03-24  Timothy Hatcher  &lt;timothy@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Lazy load source code referred to from the source map, instead of when
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WebInspectorUI/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,48 +0,0 @@
</span><del>-${GENSOURCES_WEBINSPECTOR_UI}/GResourceBundle.xml: GNUmakefile \
-    $(GENSOURCES_JAVASCRIPTCORE)/InspectorJSBackendCommands.js \
-    $(GENSOURCES_WEBCORE)/InspectorWebBackendCommands.js \
-    $(WebInspectorUI)/UserInterface/*.html \
-    $(WebInspectorUI)/UserInterface/Base/*.js \
-    $(WebInspectorUI)/UserInterface/Controllers/*.css \
-    $(WebInspectorUI)/UserInterface/Controllers/*.js \
-    $(WebInspectorUI)/UserInterface/Models/*.js \
-    $(WebInspectorUI)/UserInterface/Protocol/*.js \
-    $(WebInspectorUI)/UserInterface/Views/*.css \
-    $(WebInspectorUI)/UserInterface/Views/*.js \
-    $(WebInspectorUI)/UserInterface/Images/*.png \
-    $(WebInspectorUI)/UserInterface/Images/*.svg \
-    $(WebInspectorUI)/UserInterface/External/CodeMirror/* \
-    $(WebInspectorUI)/Localizations/en.lproj/localizedStrings.js \
-        $(srcdir)/Tools/gtk/generate-inspector-gresource-manifest.py
-        $(AM_V_GEN)
-        $(AM_V_at)mkdir -p ${GENSOURCES_WEBINSPECTOR_UI}
-        $(AM_V_at)$(srcdir)/Tools/gtk/generate-inspector-gresource-manifest.py $@
-        $(AM_V_at)touch $@
-
-${GENSOURCES_WEBINSPECTOR_UI}/GResourceBundle.c: DerivedSources/WebInspectorUI/GResourceBundle.xml
-        $(AM_V_GEN)
-        $(AM_V_at)glib-compile-resources --generate --sourcedir=$(WebInspectorUI) \
-                --target=${GENSOURCES_WEBINSPECTOR_UI}/GResourceBundle.c ${GENSOURCES_WEBINSPECTOR_UI}/GResourceBundle.xml
-        $(AM_V_at)touch $@
-
-BUILT_SOURCES += \
-        DerivedSources/WebInspectorUI/GResourceBundle.xml
-
-webcore_built_sources += \
-        DerivedSources/WebInspectorUI/GResourceBundle.c
-
-EXTRA_DIST += \
-    $(WebInspectorUI)/Localizations/en.lproj/localizedStrings.js \
-    $(shell ls $(GENSOURCES_JAVASCRIPTCORE)/InspectorJSBackendCommands.js) \
-    $(shell ls $(GENSOURCES_WEBCORE)/InspectorWebBackendCommands.js) \
-    $(shell ls $(WebInspectorUI)/UserInterface/*.html) \
-    $(shell ls $(WebInspectorUI)/UserInterface/Base/*.js) \
-    $(shell ls $(WebInspectorUI)/UserInterface/Controllers/*.css) \
-    $(shell ls $(WebInspectorUI)/UserInterface/Controllers/*.js) \
-    $(shell ls $(WebInspectorUI)/UserInterface/Models/*.js) \
-    $(shell ls $(WebInspectorUI)/UserInterface/Protocol/*.js) \
-    $(shell ls $(WebInspectorUI)/UserInterface/Views/*.css) \
-    $(shell ls $(WebInspectorUI)/UserInterface/Views/*.js) \
-    $(shell ls $(WebInspectorUI)/UserInterface/Images/*.png) \
-    $(shell ls $(WebInspectorUI)/UserInterface/Images/*.svg) \
-    $(shell ls $(WebInspectorUI)/UserInterface/External/CodeMirror/*)
</del></span></pre></div>
<a id="trunkSourceWebKitgtkChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/gtk/ChangeLog (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/gtk/ChangeLog        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WebKit/gtk/ChangeLog        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-03-25  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
+        [GTK] Remove the autotools build
+        https://bugs.webkit.org/show_bug.cgi?id=130717
+
+        Reviewed by Anders Carlsson.
+
+        * GNUmakefile.am: Removed.
+
</ins><span class="cx"> 2014-03-18  Jae Hyun Park  &lt;jaepark@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         [GTK][CMake] Fix WebKit unused parameter warnings
</span></span></pre></div>
<a id="trunkSourceWebKitgtkGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit/gtk/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/gtk/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WebKit/gtk/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,423 +0,0 @@
</span><del>-if ENABLE_WEBKIT1
-lib_LTLIBRARIES += \
-        libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la
-endif
-
-nodist_libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOURCES = \
-        $(webkitgtk_built_sources)
-
-libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_ladir = $(libwebkitgtkincludedir)/webkit
-libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_HEADERS = \
-        $(webkitgtk_static_h_api)
-
-nodist_libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_HEADERS = \
-        $(webkitgtk_built_h_api) \
-        $(GENSOURCES_WEBKIT)/webkitenumtypes.h
-
-libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOURCES = \
-        $(webkitgtk_sources)
-
-libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CXXFLAGS = \
-        -fvisibility-inlines-hidden \
-        $(global_cxxflags)
-
-libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CFLAGS = \
-        -fvisibility=hidden \
-        $(global_cflags)
-
-if ENABLE_SPELLCHECK
-webkitgtk_sources += \
-        Source/WebKit/gtk/WebCoreSupport/TextCheckerClientGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/TextCheckerClientGtk.h
-endif
-
-# When building WebCore/WebKit, we want WebCore/config.h and NOT JavaScriptCore/config.h,
-# hence, it's important that WebCore/ should come first before JavaScriptCore in the
-# include path.
-libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CPPFLAGS = \
-        -DBUILDING_WEBKIT \
-        -DPACKAGE_LOCALE_DIR=\&quot;$(localedir)\&quot; \
-        -DDATA_DIR=\&quot;${datadir}\&quot; \
-        -I$(WebCore)/bindings \
-        -I$(WebCore)/bindings/gobject \
-        -I$(WebKit) \
-        -I$(WebKit)/WebCoreSupport \
-        -I$(WebKit)/webkit \
-        -I$(GENSOURCES_WEBKIT) \
-        -I$(GENSOURCES_WEBKITDOM) \
-        -ISource/WebKit/gtk/webkit \
-        $(global_cppflags) \
-        $(platform_cppflags) \
-        $(platformgtk_cppflags) \
-        $(platform_webcore_cppflags) \
-        $(webcore_cppflags) \
-        $(webcoregtk_cppflags) \
-        $(javascriptcore_cppflags) \
-        $(webkitgtk_cppflags) \
-        -fno-strict-aliasing \
-        $(COVERAGE_CFLAGS) \
-        $(ENCHANT_CFLAGS) \
-        $(FREETYPE_CFLAGS) \
-        $(GEOCLUE_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GSTREAMER_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(LIBSOUP_CFLAGS) \
-        $(LIBXML_CFLAGS) \
-        $(SQLITE3_CFLAGS) \
-        $(UNICODE_CFLAGS) \
-        $(XCOMPOSITE_CFLAGS) \
-        $(XDAMAGE_CFLAGS) \
-        $(XT_CFLAGS) \
-        $(ZLIB_CFLAGS)
-
-libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LDFLAGS := \
-        -version-info @LIBWEBKITGTK_VERSION@ \
-        $(no_undefined)
-
-if !ENABLE_DEVELOPER_MODE
-libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LDFLAGS += \
-        $(version_script)
-endif
-
-libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD := \
-        -lpthread \
-        libPlatform.la \
-        libPlatformGtk.la \
-        libWebCore.la \
-        libWebCorePlatform.la \
-        libWebCoreModules.la \
-        libGObjectDOMBindings.la \
-        libWebCoreGtk.la
-
-if ENABLE_INDEXED_DATABASE
-libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD += \
-        libLevelDB.la
-endif
-
-if USE_OPENGL
-libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD += \
-        libANGLE.la
-endif
-
-libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD += \
-        libWebCoreSVG.la
-
-libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD += \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        $(CAIRO_LIBS) \
-        $(COVERAGE_LDFLAGS) \
-        $(ENCHANT_LIBS) \
-        $(FREETYPE_LIBS) \
-        $(GAMEPAD_LIBS) \
-        $(GEOCLUE_LIBS) \
-        $(GLIB_LIBS) \
-        $(GSTREAMER_LIBS) \
-        $(GTK_LIBS) \
-        $(JPEG_LIBS) \
-        $(LIBSECRET_LIBS) \
-        $(LIBSOUP_LIBS) \
-        $(LIBXML_LIBS) \
-        $(LIBXSLT_LIBS) \
-        $(OPENGL_LIBS) \
-        $(PANGO_LIBS) \
-        $(PNG_LIBS) \
-        $(SQLITE3_LIBS) \
-        $(UNICODE_LIBS) \
-        $(UPOWER_GLIB_LIBS) \
-        $(WEBP_LIBS) \
-        $(XCOMPOSITE_LIBS) \
-        $(XDAMAGE_LIBS) \
-        $(XRENDER_LIBS) \
-        $(XT_LIBS) \
-        $(WINMM_LIBS) \
-        $(SHLWAPI_LIBS) \
-        $(OLE32_LIBS) \
-        $(ZLIB_LIBS)
-
-webkitgtk_static_h_api += \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkit.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitapplicationcache.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitdefines.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitdom.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitdownload.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkiterror.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitfavicondatabase.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitfilechooserrequest.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitgeolocationpolicydecision.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitglobals.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkithittestresult.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkiticondatabase.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitnetworkrequest.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitnetworkresponse.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitsecurityorigin.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitsoupauthdialog.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitspellchecker.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitviewportattributes.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitwebbackforwardlist.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitwebdatabase.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitwebdatasource.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitwebframe.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitwebhistoryitem.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitwebinspector.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitwebnavigationaction.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitwebplugin.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitwebplugindatabase.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitwebpolicydecision.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitwebresource.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitwebsettings.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitwebwindowfeatures.h \
-        $(srcdir)/Source/WebKit/gtk/webkit/webkitwebview.h
-
-webkitgtk_built_h_api += \
-        Source/WebKit/gtk/webkit/webkitversion.h
-
-webkitgtk_h_api += \
-        $(webkitgtk_built_h_api) \
-        $(webkitgtk_static_h_api)
-
-# webkitenumtypes.{h,cpp} cannot be in webkitgtk_built_h_api, because
-# the rule that builds it depends on webkitgtk_built_h_api (circular dependency).
-webkitgtk_built_sources += \
-        DerivedSources/webkit/webkitenumtypes.cpp \
-        DerivedSources/webkit/webkitenumtypes.h \
-        DerivedSources/webkit/webkitmarshal.cpp \
-        DerivedSources/webkit/webkitmarshal.h \
-        $(webkitgtk_built_h_api)
-
-BUILT_SOURCES += $(webkitgtk_built_sources)
-
-webkitgtk_sources += \
-        Source/WebKit/gtk/WebCoreSupport/AcceleratedCompositingContext.h \
-        Source/WebKit/gtk/WebCoreSupport/AcceleratedCompositingContextGL.cpp \
-        Source/WebKit/gtk/WebCoreSupport/BatteryClientGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/BatteryClientGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/ContextMenuClientGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/ContextMenuClientGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/DeviceMotionClientGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/DeviceMotionClientGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/DeviceOrientationClientGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/DeviceOrientationClientGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/DocumentLoaderGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/DocumentLoaderGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/DragClientGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/DragClientGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/EditorClientGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/FrameNetworkingContextGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/FrameNetworkingContextGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/GeolocationClientGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/GeolocationClientGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/GtkAdjustmentWatcher.cpp \
-        Source/WebKit/gtk/WebCoreSupport/GtkAdjustmentWatcher.h \
-        Source/WebKit/gtk/WebCoreSupport/InspectorClientGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/InspectorClientGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/NavigatorContentUtilsClientGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/NavigatorContentUtilsClientGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/PasteboardHelperGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/PlatformStrategiesGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/PlatformStrategiesGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/ProgressTrackerClientGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/ProgressTrackerClientGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/UserMediaClientGtk.cpp \
-        Source/WebKit/gtk/WebCoreSupport/UserMediaClientGtk.h \
-        Source/WebKit/gtk/WebCoreSupport/WebViewInputMethodFilter.cpp \
-        Source/WebKit/gtk/WebCoreSupport/WebViewInputMethodFilter.h \
-        Source/WebKit/gtk/webkit/webkitapplicationcache.cpp \
-        Source/WebKit/gtk/webkit/webkitauthenticationdialog.cpp \
-        Source/WebKit/gtk/webkit/webkitauthenticationdialog.h \
-        Source/WebKit/gtk/webkit/webkitdownload.cpp \
-        Source/WebKit/gtk/webkit/webkitdownloadprivate.h \
-        Source/WebKit/gtk/webkit/webkiterror.cpp \
-        Source/WebKit/gtk/webkit/webkitfavicondatabase.cpp \
-        Source/WebKit/gtk/webkit/webkitfavicondatabaseprivate.h \
-        Source/WebKit/gtk/webkit/webkitfilechooserrequest.cpp \
-        Source/WebKit/gtk/webkit/webkitfilechooserrequest.h \
-        Source/WebKit/gtk/webkit/webkitfilechooserrequestprivate.h \
-        Source/WebKit/gtk/webkit/webkitgeolocationpolicydecision.cpp \
-        Source/WebKit/gtk/webkit/webkitgeolocationpolicydecisionprivate.h \
-        Source/WebKit/gtk/webkit/webkitglobals.cpp \
-        Source/WebKit/gtk/webkit/webkitglobals.h \
-        Source/WebKit/gtk/webkit/webkitglobalsprivate.h \
-        Source/WebKit/gtk/webkit/webkithittestresult.cpp \
-        Source/WebKit/gtk/webkit/webkithittestresultprivate.h \
-        Source/WebKit/gtk/webkit/webkiticondatabase.cpp \
-        Source/WebKit/gtk/webkit/webkitnetworkrequest.cpp \
-        Source/WebKit/gtk/webkit/webkitnetworkrequestprivate.h \
-        Source/WebKit/gtk/webkit/webkitnetworkresponse.cpp \
-        Source/WebKit/gtk/webkit/webkitnetworkresponseprivate.h \
-        Source/WebKit/gtk/webkit/webkitsecurityorigin.cpp \
-        Source/WebKit/gtk/webkit/webkitsecurityoriginprivate.h \
-        Source/WebKit/gtk/webkit/webkitsoupauthdialog.cpp \
-        Source/WebKit/gtk/webkit/webkitspellchecker.cpp \
-        Source/WebKit/gtk/webkit/webkitspellcheckerenchant.cpp \
-        Source/WebKit/gtk/webkit/webkitspellcheckerenchant.h \
-        Source/WebKit/gtk/webkit/webkitversion.cpp \
-        Source/WebKit/gtk/webkit/webkitviewportattributes.cpp \
-        Source/WebKit/gtk/webkit/webkitviewportattributesprivate.h \
-        Source/WebKit/gtk/webkit/webkitwebbackforwardlist.cpp \
-        Source/WebKit/gtk/webkit/webkitwebbackforwardlistprivate.h \
-        Source/WebKit/gtk/webkit/webkitwebdatabase.cpp \
-        Source/WebKit/gtk/webkit/webkitwebdatasource.cpp \
-        Source/WebKit/gtk/webkit/webkitwebdatasourceprivate.h \
-        Source/WebKit/gtk/webkit/webkitwebframe.cpp \
-        Source/WebKit/gtk/webkit/webkitwebframeprivate.h \
-        Source/WebKit/gtk/webkit/webkitwebhistoryitem.cpp \
-        Source/WebKit/gtk/webkit/webkitwebhistoryitemprivate.h \
-        Source/WebKit/gtk/webkit/webkitwebinspector.cpp \
-        Source/WebKit/gtk/webkit/webkitwebinspectorprivate.h \
-        Source/WebKit/gtk/webkit/webkitwebnavigationaction.cpp \
-        Source/WebKit/gtk/webkit/webkitwebnavigationactionprivate.h \
-        Source/WebKit/gtk/webkit/webkitwebpolicydecision.cpp \
-        Source/WebKit/gtk/webkit/webkitwebpolicydecisionprivate.h \
-        Source/WebKit/gtk/webkit/webkitwebresource.cpp \
-        Source/WebKit/gtk/webkit/webkitwebresourceprivate.h \
-        Source/WebKit/gtk/webkit/webkitwebplugin.cpp \
-        Source/WebKit/gtk/webkit/webkitwebpluginprivate.h \
-        Source/WebKit/gtk/webkit/webkitwebplugindatabase.cpp \
-        Source/WebKit/gtk/webkit/webkitwebplugindatabaseprivate.h \
-        Source/WebKit/gtk/webkit/webkitwebsettings.cpp \
-        Source/WebKit/gtk/webkit/webkitwebsettingsprivate.h \
-        Source/WebKit/gtk/webkit/webkitwebview.cpp \
-        Source/WebKit/gtk/webkit/webkitwebviewprivate.h \
-        Source/WebKit/gtk/webkit/webkitwebwindowfeatures.cpp \
-        Source/WebKit/gtk/webkit/webkitwebwindowfeaturesprivate.h
-
-if ENABLE_WEBKIT1
-pkgconfig_DATA += Source/WebKit/gtk/@WEBKITGTK_PC_NAME@-@WEBKITGTK_API_VERSION@.pc
-
-if ENABLE_INTROSPECTION
-WebKit-@WEBKITGTK_API_VERSION@.gir: $(G_IR_SCANNER) JavaScriptCore-@WEBKITGTK_API_VERSION@.gir libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la
-        $(AM_V_GEN) \
-             CC=&quot;$(CC)&quot; \
-             CFLAGS=&quot;$(CFLAGS) -Wno-deprecated-declarations&quot; \
-             $(G_IR_SCANNER) \
-             --quiet \
-             --warn-all \
-             --symbol-prefix=webkit \
-             --identifier-prefix=WebKit \
-             --namespace=WebKit \
-             --nsversion=@WEBKITGTK_API_VERSION@ \
-             --include=GObject-2.0 \
-             --include=Gtk-@GTK_API_VERSION@ \
-             --include=JavaScriptCore-@WEBKITGTK_API_VERSION@ \
-             --include=Soup-2.4 \
-             --library=webkitgtk-@WEBKITGTK_API_VERSION@ \
-             --library=javascriptcoregtk-@WEBKITGTK_API_VERSION@ \
-             --libtool=&quot;$(LIBTOOL)&quot; \
-             --pkg=gobject-2.0 \
-             --pkg=gtk+-@GTK_API_VERSION@ \
-             --pkg=libsoup-2.4 \
-             --pkg-export=webkitgtk-@WEBKITGTK_API_VERSION@ \
-             --output=$@ \
-             --add-include-path=$(WebKit) \
-             --add-include-path=$(top_builddir) \
-             --c-include=&quot;webkit/webkit.h&quot; \
-             -DBUILDING_WEBKIT \
-             -I$(srcdir)/Source \
-             -I$(WebKit) \
-             -I$(GENSOURCES) \
-             -I$(GENSOURCES_WEBKITDOM) \
-             -I$(GENSOURCES_WEBKIT) \
-             -I$(top_builddir)/Source/WebKit/gtk \
-             -I$(top_srcdir)/Source/JavaScriptCore/ForwardingHeaders \
-             -I$(top_srcdir) \
-             $(GENSOURCES_WEBKIT)/webkitenumtypes.h \
-             $(webkitgtk_h_api) \
-             $(webkitgtk_gdom_built_h_api) \
-             $(WebKit)/webkit/*.cpp
-
-WebKit-@WEBKITGTK_API_VERSION@.typelib: WebKit-@WEBKITGTK_API_VERSION@.gir $(G_IR_COMPILER)
-        $(AM_V_GEN)$(G_IR_COMPILER) --includedir $(WebKit) --includedir $(top_builddir) $&lt; -o $@
-
-gir_DATA += WebKit-@WEBKITGTK_API_VERSION@.gir
-typelibs_DATA += WebKit-@WEBKITGTK_API_VERSION@.typelib
-CLEANFILES += WebKit-@WEBKITGTK_API_VERSION@.gir WebKit-@WEBKITGTK_API_VERSION@.typelib
-endif
-endif
-
-WEBKIT_MARSHAL_LIST = $(WebKit)/webkitmarshal.list
-$(GENSOURCES_WEBKIT)/webkitmarshal.cpp: stamp-webkitmarshal.cpp
-        @true
-$(GENSOURCES_WEBKIT)/webkitmarshal.h: stamp-webkitmarshal.h
-        @true
-
-stamp-webkitmarshal.cpp: $(WEBKIT_MARSHAL_LIST)
-        $(AM_V_GEN) echo &quot;extern \&quot;C\&quot; {&quot; &gt; $(GENSOURCES_WEBKIT)/webkitmarshal.cpp &amp;&amp; \
-        $(GLIB_GENMARSHAL) --prefix=webkit_marshal $(WEBKIT_MARSHAL_LIST) --body &gt;&gt; $(GENSOURCES_WEBKIT)/webkitmarshal.cpp &amp;&amp; \
-        echo '}' &gt;&gt; $(GENSOURCES_WEBKIT)/webkitmarshal.cpp &amp;&amp; \
-        echo timestamp &gt; $(@F)
-
-stamp-webkitmarshal.h: $(WEBKIT_MARSHAL_LIST)
-        $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=webkit_marshal $(WEBKIT_MARSHAL_LIST) --header &gt; $(GENSOURCES_WEBKIT)/webkitmarshal.h &amp;&amp; \
-        echo timestamp &gt; $(@F)
-
-$(GENSOURCES_WEBKIT)/webkitenumtypes.h: stamp-webkitenumtypes.h
-        @true
-stamp-webkitenumtypes.h: $(webkitgtk_h_api) $(WebKit)/GNUmakefile.am
-        $(AM_V_GEN)glib-mkenums --template $(srcdir)/Source/WebKit/gtk/webkit/webkitenumtypes.h.template $(webkitgtk_h_api) | \
-                sed 's,web_kit,webkit,' | \
-                sed 's,WEBKIT_TYPE_KIT,WEBKIT_TYPE,' \
-                &gt; xgen-gth \
-        &amp;&amp; (cmp -s xgen-gth $(GENSOURCES_WEBKIT)/webkitenumtypes.h || cp xgen-gth $(GENSOURCES_WEBKIT)/webkitenumtypes.h) \
-        &amp;&amp; rm -f xgen-gth \
-        &amp;&amp; echo timestamp &gt; $(@F)
-
-$(GENSOURCES_WEBKIT)/webkitenumtypes.cpp: $(webkitgtk_h_api) $(WebKit)/GNUmakefile.am
-        $(AM_V_GEN)glib-mkenums --template $(srcdir)/Source/WebKit/gtk/webkit/webkitenumtypes.cpp.template $(webkitgtk_h_api) | \
-                sed 's,web_kit,webkit,' \
-                &gt; xgen-gtc \
-        &amp;&amp; cp xgen-gtc $@ \
-        &amp;&amp; rm -f xgen-gtc
-
-if ENABLE_WEBKIT1
-gtkdoc-webkitgtk.cfg: $(WebKit)/GNUmakefile.am $(srcdir)/Tools/gtk/GNUmakefile.am
-        $(AM_V_GEN)echo &quot;[webkitgtk]&quot; &gt; $@ &amp;&amp; \
-        echo &quot;pkgconfig_file=$(webkit1_pkg_config_file)&quot; &gt;&gt; $@ &amp;&amp; \
-        echo &quot;namespace=webkit&quot; &gt;&gt; $@ &amp;&amp; \
-        echo -e &quot;cflags=$(libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CPPFLAGS)&quot; &gt;&gt; $@ &amp;&amp; \
-        echo &quot;doc_dir=$(srcdir)/Source/WebKit/gtk/docs&quot; &gt;&gt; $@ &amp;&amp; \
-        echo -e &quot;source_dirs=$(srcdir)/Source/WebKit/gtk/webkit\n \
-           Source/WebKit/gtk/webkit&quot; &gt;&gt; $@ &amp;&amp; \
-        echo -e &quot;headers=$(webkitgtk_static_h_api) Source/WebKit/gtk/webkit/webkitversion.h&quot; &gt;&gt; $@
-BUILT_SOURCES += gtkdoc-webkitgtk.cfg
-endif
-
-EXTRA_DIST += \
-        $(WebKit)/ChangeLog \
-        $(WebKit)/NEWS \
-        $(WebKit)/docs/webkitgtk-docs.sgml \
-        $(WebKit)/docs/webkitgtk-sections.txt \
-        $(WebKit)/docs/webkitgtk.types \
-        $(WebKit)/docs/webkitenvironment.xml \
-        $(WebKit)/docs/webkitgtk-overrides.txt \
-        $(WebKit)/webkitmarshal.list \
-        $(WebKit)/webkit/webkitenumtypes.cpp.template \
-        $(WebKit)/webkit/webkitenumtypes.h.template \
-        $(WebKit)/resources/*
-
-# extra resource files
-resourcesdir = ${datadir}/webkitgtk-@WEBKITGTK_API_VERSION@/resources
-dist_resources_DATA = \
-        $(shell ls $(srcdir)/Source/WebKit/gtk/resources/*.html)
-
-# Project-wide clean rules
-# Files that will be cleaned
-CLEANFILES += \
-        $(BUILT_SOURCES) \
-        $(top_builddir)/stamp-webkitmarshal.cpp \
-        $(top_builddir)/stamp-webkitmarshal.h \
-        $(top_builddir)/stamp-webkitenumtypes.cpp \
-        $(top_builddir)/stamp-webkitenumtypes.h \
-        $(top_builddir)/Programs/GtkLauncher
-
-DISTCLEANFILES += \
-        $(top_builddir)/Source/WebKit/gtk/@WEBKITGTK_PC_NAME@-@WEBKITGTK_API_VERSION@.pc \
-        $(top_builddir)/Source/WebKit/gtk/org.webkitgtk-@WEBKITGTK_API_VERSION@.gschema.xml \
-        $(top_builddir)/Source/WebKit/gtk/webkit/webkitversion.h
</del></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WebKit2/ChangeLog        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2014-03-25  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
+        [GTK] Remove the autotools build
+        https://bugs.webkit.org/show_bug.cgi?id=130717
+
+        Reviewed by Anders Carlsson.
+
+        * GNUmakefile.am: Removed.
+        * WebKit2Prefix.h: Removed references to the autotools configure file.
+        * config.h: Ditto.
+
</ins><span class="cx"> 2014-03-25  MichaÅ‚ PakuÅ‚a vel Rutka  &lt;m.pakula@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [EFL][WK2] Add NETWORK_PROCESS build option
</span></span></pre></div>
<a id="trunkSourceWebKit2GNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WebKit2/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,878 +0,0 @@
</span><del>-include $(srcdir)/Source/WebKit2/GNUmakefile.list.am
-
-if ENABLE_WEBKIT2
-# Shared libraries
-lib_LTLIBRARIES += \
-        libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la
-
-# Static libraries
-noinst_LTLIBRARIES += \
-        libWebKit2Platform.la
-
-# We need to make sure plugin process is always built with gtk2, because plugins like flash
-# still use gtk2. Since webcore was built with gtk3, we need to build webcoregtk sources again with gtk2
-noinst_LTLIBRARIES += \
-        libPlatformGtk2.la \
-        libWebCoreGtk2.la
-
-libexec_PROGRAMS += \
-        Programs/WebKitPluginProcess
-endif
-
-${GENSOURCES_WEBINSPECTOR_UI}/WebKit2GResourceBundle.c: \
-                $(WebKit2)/UIProcess/InspectorServer/front-end/inspectorPageIndex.html \
-                $(WebKit2)/UIProcess/API/gtk/WebKit2InspectorGResourceBundle.xml
-        $(AM_V_GEN)
-        $(AM_V_at)glib-compile-resources --generate --sourcedir=$(WebKit2)/UIProcess/InspectorServer/front-end \
-                --target=${GENSOURCES_WEBINSPECTOR_UI}/WebKit2GResourceBundle.c $(WebKit2)/UIProcess/API/gtk/WebKit2InspectorGResourceBundle.xml
-
-webkit2gtk_built_sources += \
-        DerivedSources/WebInspectorUI/WebKit2GResourceBundle.c
-
-# Platform
-libWebKit2Platform_la_SOURCES = \
-        $(webkit2platform_sources)
-
-libWebKit2Platform_la_CXXFLAGS = \
-        -fvisibility-inlines-hidden \
-        $(global_cxxflags)
-
-libWebKit2Platform_la_CFLAGS = \
-        -fvisibility=hidden \
-        $(global_cflags)
-
-libWebKit2Platform_la_CPPFLAGS = \
-        -DBUILDING_WEBKIT \
-        $(global_cppflags) \
-        -fno-strict-aliasing \
-        -include $(srcdir)/Source/WebKit2/WebKit2Prefix.h \
-        -I$(srcdir)/Source/WebKit2 \
-        -I$(srcdir)/Source \
-        -I$(srcdir)/Source/WTF \
-        -I$(srcdir)/Source/WebKit2/Platform \
-        -I$(srcdir)/Source/WebKit2/Platform/IPC/gtk \
-        -I$(srcdir)/Source/WebKit2/Platform/IPC \
-        -I$(srcdir)/Source/WebKit2/Platform/gtk \
-        -I$(top_builddir)/DerivedSources/WebKit2/include \
-        $(javascriptcore_cppflags) \
-        $(COVERAGE_CFLAGS) \
-        $(GLIB_CFLAGS)
-
-
-libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_HEADERS = \
-        $(webkit2gtk_ui_h_api) \
-        $(webkit2gtk_web_extension_h_api)
-
-nodist_libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_HEADERS = \
-        DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitEnumTypes.h \
-        DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitVersion.h
-
-nodist_libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOURCES = \
-        $(webkit2_built_sources) \
-        $(webkit2gtk_built_sources)
-
-libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOURCES = \
-        $(webkit2_sources)
-
-libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CPPFLAGS = \
-        -fno-strict-aliasing \
-        -DPACKAGE_LOCALE_DIR=\&quot;$(localedir)\&quot; \
-        $(global_cppflags) \
-        -include $(srcdir)/Source/WebKit2/WebKit2Prefix.h \
-        -I$(srcdir)/Source/WebKit/gtk \
-        -I$(srcdir)/Source/WebKit2 \
-        -I$(srcdir)/Source/WebKit2/gtk \
-        -I$(srcdir)/Source/WebKit2/NetworkProcess \
-        -I$(srcdir)/Source/WebKit2/NetworkProcess/FileAPI \
-        -I$(srcdir)/Source/WebKit2/Platform \
-        -I$(srcdir)/Source/WebKit2/Platform/IPC/gtk \
-        -I$(srcdir)/Source/WebKit2/Platform/IPC \
-        -I$(srcdir)/Source/WebKit2/Platform/gtk \
-        -I$(srcdir)/Source/WebKit2/PluginProcess \
-        -I$(srcdir)/Source/WebKit2/Shared \
-        -I$(srcdir)/Source/WebKit2/Shared/API \
-        -I$(srcdir)/Source/WebKit2/Shared/API/c \
-        -I$(srcdir)/Source/WebKit2/Shared/API/c/gtk \
-        -I$(srcdir)/Source/WebKit2/Shared/API/c/soup \
-        -I$(srcdir)/Source/WebKit2/Shared/Authentication \
-        -I$(srcdir)/Source/WebKit2/Shared/CoreIPCSupport \
-        -I$(srcdir)/Source/WebKit2/Shared/Downloads \
-        -I$(srcdir)/Source/WebKit2/Shared/Downloads/soup \
-        -I$(srcdir)/Source/WebKit2/Shared/FileAPI \
-        -I$(srcdir)/Source/WebKit2/Shared/Databases \
-        -I$(srcdir)/Source/WebKit2/Shared/Databases/IndexedDB \
-        -I$(srcdir)/Source/WebKit2/Shared/gtk \
-        -I$(srcdir)/Source/WebKit2/Shared/Network \
-        -I$(srcdir)/Source/WebKit2/Shared/Network/CustomProtocols \
-        -I$(srcdir)/Source/WebKit2/Shared/Network/CustomProtocols/soup \
-        -I$(srcdir)/Source/WebKit2/Shared/Plugins \
-        -I$(srcdir)/Source/WebKit2/Shared/Plugins/Netscape \
-        -I$(srcdir)/Source/WebKit2/Shared/Plugins/Netscape/x11 \
-        -I$(srcdir)/Source/WebKit2/Shared/soup \
-        -I$(srcdir)/Source/WebKit2/UIProcess \
-        -I$(srcdir)/Source/WebKit2/UIProcess/API \
-        -I$(srcdir)/Source/WebKit2/UIProcess/API/C \
-        -I$(srcdir)/Source/WebKit2/UIProcess/API/C/gtk \
-        -I$(srcdir)/Source/WebKit2/UIProcess/API/C/soup \
-        -I$(srcdir)/Source/WebKit2/UIProcess/API/cpp \
-        -I$(srcdir)/Source/WebKit2/UIProcess/API/gtk \
-        -I$(srcdir)/Source/WebKit2/UIProcess/Authentication \
-        -I$(srcdir)/Source/WebKit2/UIProcess/Downloads \
-        -I$(srcdir)/Source/WebKit2/UIProcess/gtk \
-        -I$(srcdir)/Source/WebKit2/UIProcess/Launcher \
-        -I$(srcdir)/Source/WebKit2/UIProcess/Launcher/gtk \
-        -I$(srcdir)/Source/WebKit2/UIProcess/Network \
-        -I$(srcdir)/Source/WebKit2/UIProcess/Network/CustomProtocols \
-        -I$(srcdir)/Source/WebKit2/UIProcess/Network/CustomProtocols/soup \
-        -I$(srcdir)/Source/WebKit2/UIProcess/Notifications \
-        -I$(srcdir)/Source/WebKit2/UIProcess/Plugins \
-        -I$(srcdir)/Source/WebKit2/UIProcess/Plugins/gtk \
-        -I$(srcdir)/Source/WebKit2/UIProcess/Plugins/unix \
-        -I$(srcdir)/Source/WebKit2/UIProcess/Storage \
-        -I$(srcdir)/Source/WebKit2/UIProcess/soup \
-        -I$(srcdir)/Source/WebKit2/UIProcess/InspectorServer \
-        -I$(srcdir)/Source/WebKit2/WebProcess \
-        -I$(srcdir)/Source/WebKit2/WebProcess/ApplicationCache \
-        -I$(srcdir)/Source/WebKit2/WebProcess/Battery \
-        -I$(srcdir)/Source/WebKit2/WebProcess/Cookies \
-        -I$(srcdir)/Source/WebKit2/WebProcess/Databases \
-        -I$(srcdir)/Source/WebKit2/WebProcess/Databases/IndexedDB \
-        -I$(srcdir)/Source/WebKit2/WebProcess/FileAPI \
-        -I$(srcdir)/Source/WebKit2/WebProcess/FullScreen \
-        -I$(srcdir)/Source/WebKit2/WebProcess/Geolocation \
-        -I$(srcdir)/Source/WebKit2/WebProcess/gtk \
-        -I$(srcdir)/Source/WebKit2/WebProcess/IconDatabase \
-        -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle \
-        -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle/API \
-        -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle/API/c \
-        -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle/API/gtk \
-        -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle/DOM \
-        -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle/gtk \
-        -I$(srcdir)/Source/WebKit2/WebProcess/KeyValueStorage \
-        -I$(srcdir)/Source/WebKit2/WebProcess/Launching \
-        -I$(srcdir)/Source/WebKit2/WebProcess/MediaCache \
-        -I$(srcdir)/Source/WebKit2/WebProcess/Network \
-        -I$(srcdir)/Source/WebKit2/WebProcess/NetworkInfo \
-        -I$(srcdir)/Source/WebKit2/WebProcess/Notifications \
-        -I$(srcdir)/Source/WebKit2/WebProcess/OriginData \
-        -I$(srcdir)/Source/WebKit2/WebProcess/ResourceCache \
-        -I$(srcdir)/Source/WebKit2/WebProcess/Storage \
-        -I$(srcdir)/Source/WebKit2/WebProcess/soup \
-        -I$(srcdir)/Source/WebKit2/WebProcess/Plugins \
-        -I$(srcdir)/Source/WebKit2/WebProcess/Plugins/Netscape \
-        -I$(srcdir)/Source/WebKit2/WebProcess/Plugins/Netscape/unix \
-        -I$(srcdir)/Source/WebKit2/WebProcess/WebCoreSupport \
-        -I$(srcdir)/Source/WebKit2/WebProcess/WebCoreSupport/gtk \
-        -I$(srcdir)/Source/WebKit2/WebProcess/WebCoreSupport/soup \
-        -I$(srcdir)/Source/WebKit2/WebProcess/WebPage \
-        -I$(srcdir)/Source/WebKit2/WebProcess/WebPage/atk \
-        -I$(srcdir)/Source/WebKit2/WebProcess/WebPage/gtk \
-        -I$(top_builddir)/DerivedSources/WebKit2 \
-        -I$(top_builddir)/DerivedSources/WebKit2/include \
-        -I$(top_builddir)/DerivedSources/WebKit2/webkit2gtk \
-        -I$(top_builddir)/DerivedSources/WebKit2/webkit2gtk/include \
-        -I$(top_builddir)/DerivedSources/WebKit2/webkit2gtk/webkit2 \
-        -I$(top_builddir)/DerivedSources/WebKit2/webkit2extension/include \
-        -I$(top_builddir)/DerivedSources/WebKit2/include/JavaScriptCore \
-        -I$(top_builddir)/DerivedSources/WebKit2/include/WebCore \
-        -I$(top_builddir)/DerivedSources/WebKit2/include/WebKit2 \
-        -I$(top_builddir)/DerivedSources/webkitdom \
-        -DLIBEXECDIR=\&quot;&quot;$(libexecdir)&quot;\&quot; \
-        -DLIBDIR=\&quot;&quot;$(libdir)&quot;\&quot; \
-        -DBUILDING_WEBKIT \
-        -DWEBKIT2_COMPILATION \
-        -DENABLE_PLUGIN_PROCESS=1 \
-        $(platform_cppflags) \
-        $(platformgtk_cppflags) \
-        $(webcore_cppflags) \
-        $(webcoregtk_cppflags) \
-        $(javascriptcore_cppflags) \
-        $(COVERAGE_CFLAGS) \
-        $(ENCHANT_CFLAGS) \
-        $(FREETYPE_CFLAGS) \
-        $(GEOCLUE_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(GTK_UNIX_PRINTING_CFLAGS) \
-        $(LIBSOUP_CFLAGS) \
-        $(UNICODE_CFLAGS) \
-        $(XCOMPOSITE_CFLAGS) \
-        $(XDAMAGE_CFLAGS) \
-        $(XT_CFLAGS)
-
-libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CXXFLAGS = \
-        $(global_cxxflags)
-
-libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CFLAGS = \
-        $(global_cflags)
-
-# Artificial dependency to make sure libwebkit2gtk and libwebkitgtk are not linked at the same time
-# The variable creation is to avoid having automake override the entire rule instead of adding the
-# dependency.
-if ENABLE_WEBKIT1
-webkit2gtk_lib_for_dep = libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la
-$(webkit2gtk_lib_for_dep): libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la
-endif
-
-libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_ladir = \
-        $(libwebkitgtkincludedir)/webkit2
-
-libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LDFLAGS := \
-        -version-info @LIBWEBKIT2GTK_VERSION@ \
-        $(no_undefined)
-
-if !ENABLE_DEVELOPER_MODE
-libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LDFLAGS += \
-        $(version_script)
-endif
-
-libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD := \
-        -lpthread \
-        libWebCore.la \
-        libWebCorePlatform.la \
-        libWebCoreModules.la
-
-if ENABLE_INDEXED_DATABASE
-libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD += \
-        libLevelDB.la
-endif
-
-if USE_OPENGL
-libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD += \
-        libANGLE.la
-endif
-
-libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD += \
-        libWebCoreSVG.la
-
-libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD += \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        libPlatform.la \
-        libPlatformGtk.la \
-        libGObjectDOMBindings.la \
-        libWebCoreGtk.la \
-        libWebKit2Platform.la \
-        $(CAIRO_LIBS) \
-        $(COVERAGE_LDFLAGS) \
-        $(ENCHANT_LIBS) \
-        $(FREETYPE_LIBS) \
-        $(GAMEPAD_LIBS) \
-        $(GEOCLUE_LIBS) \
-        $(GLIB_LIBS) \
-        $(GSTREAMER_LIBS) \
-        $(GTK_LIBS) \
-        $(GTK_UNIX_PRINTING_LIBS) \
-        $(JPEG_LIBS) \
-        $(LIBSECRET_LIBS) \
-        $(LIBSOUP_LIBS) \
-        $(LIBXML_LIBS) \
-        $(LIBXSLT_LIBS) \
-        $(OPENGL_LIBS) \
-        $(PANGO_LIBS) \
-        $(PNG_LIBS) \
-        $(SQLITE3_LIBS) \
-        $(UNICODE_LIBS) \
-        $(UPOWER_GLIB_LIBS) \
-        $(WEBP_LIBS) \
-        $(XRENDER_LIBS) \
-        $(XCOMPOSITE_LIBS) \
-        $(XDAMAGE_LIBS) \
-        $(XT_LIBS) \
-        $(ZLIB_LIBS)
-
-webkit2gtk_h_api += \
-        $(webkit2gtk_ui_h_api) \
-        $(webkit2gtk_web_extension_h_api)
-
-if ENABLE_WEBKIT2
-pkgconfig_DATA += \
-        Source/WebKit2/webkit2gtk-@WEBKITGTK_API_VERSION@.pc \
-        Source/WebKit2/webkit2gtk-web-extension-@WEBKITGTK_API_VERSION@.pc
-
-if ENABLE_INTROSPECTION
-
-WebKit2-@WEBKITGTK_API_VERSION@.gir: $(G_IR_SCANNER) libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la
-        $(AM_V_GEN) \
-             CC=&quot;$(CC)&quot; \
-             CFLAGS=&quot;$(CFLAGS) -Wno-deprecated-declarations&quot; \
-             $(G_IR_SCANNER) \
-             --quiet \
-             --warn-all \
-             --symbol-prefix=webkit \
-             --identifier-prefix=WebKit \
-             --namespace=WebKit2 \
-             --nsversion=@WEBKITGTK_API_VERSION@ \
-             --include=GObject-2.0 \
-             --include=Gtk-3.0 \
-             --include=JavaScriptCore-@WEBKITGTK_API_VERSION@ \
-             --include=Soup-2.4 \
-             --library=webkit2gtk-@WEBKITGTK_API_VERSION@ \
-             --library=javascriptcoregtk-@WEBKITGTK_API_VERSION@ \
-             --libtool=&quot;$(LIBTOOL)&quot; \
-             --pkg=gobject-2.0 \
-             --pkg=gtk+-@GTK_API_VERSION@ \
-             --pkg=libsoup-2.4 \
-             --pkg-export=webkit2gtk-@WEBKITGTK_API_VERSION@ \
-             --output=$@ \
-             --add-include-path=$(WebKit2) \
-             --add-include-path=$(top_builddir) \
-             --c-include=&quot;webkit2/webkit2.h&quot; \
-             -I$(srcdir)/Source \
-             -I$(WebKit2) \
-             -I$(GENSOURCES) \
-             -I$(GENSOURCES_WEBKIT2) \
-             -I$(top_builddir)/Source/WebKit2/UIProcess/API/gtk \
-             -I$(top_srcdir)/Source/JavaScriptCore/ForwardingHeaders \
-             -I$(top_srcdir) \
-             -I$(GENSOURCES_WEBKIT2)/webkit2gtk/include \
-             -I$(GENSOURCES_WEBKIT2)/webkit2gtk \
-             -DBUILDING_WEBKIT \
-             -DWEBKIT2_COMPILATION \
-             $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitEnumTypes.h \
-             $(webkit2gtk_ui_h_api) \
-             $(WebKit2)/UIProcess/API/gtk/*.cpp
-
-WebKit2-@WEBKITGTK_API_VERSION@.typelib: WebKit2-@WEBKITGTK_API_VERSION@.gir $(G_IR_COMPILER)
-        $(AM_V_GEN)$(G_IR_COMPILER) --includedir $(WebKit2) --includedir $(top_builddir) $&lt; -o $@
-
-gir_DATA += WebKit2-@WEBKITGTK_API_VERSION@.gir
-typelibs_DATA += WebKit2-@WEBKITGTK_API_VERSION@.typelib
-CLEANFILES += WebKit2-@WEBKITGTK_API_VERSION@.gir WebKit2-@WEBKITGTK_API_VERSION@.typelib
-
-WebKit2WebExtension-@WEBKITGTK_API_VERSION@.gir: $(G_IR_SCANNER) WebKit2-@WEBKITGTK_API_VERSION@.gir
-        $(AM_V_GEN) \
-             CC=&quot;$(CC)&quot; \
-             CFLAGS=&quot;$(CFLAGS) -Wno-deprecated-declarations&quot; \
-             $(G_IR_SCANNER) \
-             --quiet \
-             --warn-all \
-             --symbol-prefix=webkit \
-             --identifier-prefix=WebKit \
-             --namespace=WebKit2WebExtension \
-             --nsversion=@WEBKITGTK_API_VERSION@ \
-             --include=GObject-2.0 \
-             --include=Gtk-3.0 \
-             --include-uninstalled=JavaScriptCore-@WEBKITGTK_API_VERSION@.gir \
-             --library=webkit2gtk-@WEBKITGTK_API_VERSION@ \
-             --library=javascriptcoregtk-@WEBKITGTK_API_VERSION@ \
-             --libtool=&quot;$(LIBTOOL)&quot; \
-             --pkg=gobject-2.0 \
-             --pkg=gtk+-@GTK_API_VERSION@ \
-             --pkg=libsoup-2.4 \
-             --pkg-export=webkit2gtk-web-extension-@WEBKITGTK_API_VERSION@ \
-             --output=$@ \
-             --add-include-path=$(WebKit2) \
-             --add-include-path=$(top_builddir) \
-             --c-include=&quot;webkit2/webkit-web-extension.h&quot; \
-             -I$(srcdir)/Source \
-             -I$(WebKit2) \
-             -I$(GENSOURCES) \
-             -I$(GENSOURCES_WEBKITDOM) \
-             -I$(GENSOURCES_WEBKIT2) \
-             -I$(top_builddir)/Source/WebKit2/WebProcess/InjectedBundle/API/gtk \
-             -I$(top_srcdir)/Source/JavaScriptCore/ForwardingHeaders \
-             -I$(top_srcdir) \
-             -I$(GENSOURCES_WEBKIT2)/webkit2gtk/include \
-             -I$(GENSOURCES_WEBKIT2)/webkit2extension/include \
-             -I$(GENSOURCES_WEBKIT2)/webkit2gtk \
-             -DBUILDING_WEBKIT \
-             -DWEBKIT2_COMPILATION \
-             $(webkit2gtk_web_extension_h_api) \
-             $(webkitgtk_gdom_built_h_api) \
-             $(WebKit2)/UIProcess/API/gtk/WebKitURIRequest.h \
-             $(WebKit2)/UIProcess/API/gtk/WebKitURIResponse.h \
-             $(WebKit2)/WebProcess/InjectedBundle/API/gtk/*.cpp
-
-WebKit2WebExtension-@WEBKITGTK_API_VERSION@.typelib: WebKit2WebExtension-@WEBKITGTK_API_VERSION@.gir $(G_IR_COMPILER)
-        $(AM_V_GEN)$(G_IR_COMPILER) --includedir $(WebKit2) --includedir $(top_builddir) $&lt; -o $@
-
-gir_DATA += WebKit2WebExtension-@WEBKITGTK_API_VERSION@.gir
-typelibs_DATA += WebKit2WebExtension-@WEBKITGTK_API_VERSION@.typelib
-CLEANFILES += WebKit2WebExtension-@WEBKITGTK_API_VERSION@.gir WebKit2WebExtension-@WEBKITGTK_API_VERSION@.typelib
-
-endif
-endif
-
-stamp-webkit2-forwarding-headers: $(WebKit2)/Scripts/generate-forwarding-headers.pl $(webkit2_sources)
-        $(AM_V_GEN)$(PERL) $&lt; $(WebKit2) $(GENSOURCES_WEBKIT2)/include gtk \
-        &amp;&amp; $(PERL) $&lt; $(WebKit2) $(GENSOURCES_WEBKIT2)/include soup \
-        &amp;&amp; echo timestamp &gt; $(@F)
-
-BUILT_SOURCES += $(top_builddir)/stamp-webkit2-forwarding-headers
-
-$(GENSOURCES_WEBKIT2)/webkit2gtk/include/webkit2: $(webkit2gtk_h_api)
-        $(AM_V_GEN)mkdir -p $(GENSOURCES_WEBKIT2)/webkit2gtk/include \
-        &amp;&amp; rm -f $@ \
-        &amp;&amp; ln -n -s -f ${shell cd $(WebKit2)/UIProcess/API/gtk &amp;&amp; pwd} $@
-
-$(GENSOURCES_WEBKIT2)/webkit2extension/include/webkit2: $(webkit2gtk_h_api)
-        $(AM_V_GEN)mkdir -p $(GENSOURCES_WEBKIT2)/webkit2extension/include \
-        &amp;&amp; rm -f $@ \
-        &amp;&amp; ln -n -s -f ${shell cd $(WebKit2)/WebProcess/InjectedBundle/API/gtk &amp;&amp; pwd} $@
-
-BUILT_SOURCES += \
-        $(GENSOURCES_WEBKIT2)/webkit2extension/include/webkit2 \
-        $(GENSOURCES_WEBKIT2)/webkit2gtk/include/webkit2
-
-vpath %.messages.in = \
-        $(WebKit2)/NetworkProcess \
-        $(WebKit2)/PluginProcess \
-        $(WebKit2)/Shared \
-        $(WebKit2)/Shared/Authentication \
-        $(WebKit2)/Shared/Network/CustomProtocols \
-        $(WebKit2)/Shared/Plugins \
-        $(WebKit2)/UIProcess \
-        $(WebKit2)/UIProcess/ApplicationCache \
-        $(WebKit2)/UIProcess/Downloads \
-        $(WebKit2)/UIProcess/Geolocation \
-        $(WebKit2)/UIProcess/Network \
-        $(WebKit2)/UIProcess/Network/CustomProtocols \
-        $(WebKit2)/UIProcess/Plugins \
-        $(WebKit2)/UIProcess/ResourceCache \
-        $(WebKit2)/UIProcess/Storage \
-        $(WebKit2)/WebProcess \
-        $(WebKit2)/WebProcess/ApplicationCache \
-        $(WebKit2)/WebProcess/Battery \
-        $(WebKit2)/WebProcess/Cookies \
-        $(WebKit2)/WebProcess/FullScreen \
-        $(WebKit2)/WebProcess/Geolocation \
-        $(WebKit2)/WebProcess/IconDatabase \
-        $(WebKit2)/WebProcess/MediaCache \
-        $(WebKit2)/WebProcess/Network \
-        $(WebKit2)/WebProcess/NetworkInfo \
-        $(WebKit2)/WebProcess/Notifications \
-        $(WebKit2)/WebProcess/OriginData \
-        $(WebKit2)/WebProcess/Plugins \
-        $(WebKit2)/WebProcess/ResourceCache \
-        $(WebKit2)/WebProcess/Storage \
-        $(WebKit2)/WebProcess/WebCoreSupport \
-        $(WebKit2)/WebProcess/WebPage \
-        $(WebKit2)/WebProcess/soup
-
-message_gen_scripts = \
-        $(WebKit2)/Scripts/generate-message-receiver.py \
-        $(WebKit2)/Scripts/generate-messages-header.py \
-        $(WebKit2)/Scripts/webkit2/__init__.py \
-        $(WebKit2)/Scripts/webkit2/messages.py \
-        $(WebKit2)/Scripts/webkit2/model.py \
-        $(WebKit2)/Scripts/webkit2/parser.py
-
-# Message header generation
-DerivedSources/WebKit2/%MessageReceiver.cpp: %.messages.in $(message_gen_scripts)
-        $(AM_V_GEN)$(PYTHON) $(WebKit2)/Scripts/generate-message-receiver.py $&lt; &gt; $@
-
-DerivedSources/WebKit2/%Messages.h: %.messages.in $(message_gen_scripts)
-        $(AM_V_GEN)$(PYTHON) $(WebKit2)/Scripts/generate-messages-header.py $&lt; &gt; $@
-
-webkit2gtk_built_headers_dir := $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2
-$(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitEnumTypes.h: stamp-webkit2enumtypes
-        @true
-
-stamp-webkit2enumtypes: $(webkit2gtk_h_api) $(WebKit2)/GNUmakefile.am
-        $(AM_V_GEN)mkdir -p $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2 \
-        &amp;&amp; glib-mkenums --template $(WebKit2)/UIProcess/API/gtk/WebKitEnumTypes.h.template $(webkit2gtk_h_api) | \
-                sed 's,web_kit,webkit,' | \
-                sed 's,WEBKIT_TYPE_KIT,WEBKIT_TYPE,' \
-                &gt; wk2-xgen-gth \
-        &amp;&amp; (cmp -s wk2-xgen-gth $(webkit2gtk_built_headers_dir)/WebKitEnumTypes.h || cp wk2-xgen-gth $(webkit2gtk_built_headers_dir)/WebKitEnumTypes.h) \
-        &amp;&amp; rm -f wk2-xgen-gth \
-        &amp;&amp; echo timestamp &gt; $(@F)
-
-$(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitEnumTypes.cpp: $(webkit2gtk_h_api) $(WebKit2)/GNUmakefile.am
-        $(AM_V_GEN)mkdir -p $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2 \
-        &amp;&amp; glib-mkenums --template $(WebKit2)/UIProcess/API/gtk/WebKitEnumTypes.cpp.template $(webkit2gtk_h_api) | \
-                sed 's,web_kit,webkit,' \
-                &gt; wk2-xgen-gtc \
-        &amp;&amp; cp wk2-xgen-gtc $@ \
-        &amp;&amp; rm -f wk2-xgen-gtc
-
-WEBKIT2_MARSHAL_LIST = $(WebKit2)/UIProcess/API/gtk/webkit2marshal.list
-
-$(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitMarshal.cpp: stamp-webkit2marshal.cpp
-        @true
-$(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitMarshal.h: stamp-webkit2marshal.h
-        @true
-
-stamp-webkit2marshal.cpp: $(WEBKIT2_MARSHAL_LIST)
-        $(AM_V_GEN) echo &quot;extern \&quot;C\&quot; {&quot; &gt; $(webkit2gtk_built_headers_dir)/WebKitMarshal.cpp &amp;&amp; \
-        $(GLIB_GENMARSHAL) --prefix=webkit_marshal $(WEBKIT2_MARSHAL_LIST) --body &gt;&gt; $(webkit2gtk_built_headers_dir)/WebKitMarshal.cpp &amp;&amp; \
-        echo '}' &gt;&gt; $(webkit2gtk_built_headers_dir)/WebKitMarshal.cpp &amp;&amp; \
-        echo timestamp &gt; $(@F)
-
-stamp-webkit2marshal.h: $(WEBKIT2_MARSHAL_LIST)
-        $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=webkit_marshal $(WEBKIT2_MARSHAL_LIST) --header &gt; $(webkit2gtk_built_headers_dir)/WebKitMarshal.h &amp;&amp; \
-        echo timestamp &gt; $(@F)
-
-CLEANFILES += \
-        $(BUILT_SOURCES) \
-        $(top_builddir)/stamp-webkit2enumtypes \
-        $(top_builddir)/stamp-webkit2marshal.cpp \
-        $(top_builddir)/stamp-webkit2marshal.h \
-        $(top_builddir)/Programs/WebKitNetworkProcess \
-        $(top_builddir)/Programs/WebKitWebProcess
-
-DISTCLEANFILES += \
-        $(top_builddir)/WebKit2/webkit2gtk-@WEBKITGTK_API_VERSION@.pc
-
-if ENABLE_WEBKIT2
-libexec_PROGRAMS += \
-        Programs/WebKitNetworkProcess
-endif
-
-Programs_WebKitNetworkProcess_CPPFLAGS = \
-        -include $(srcdir)/Source/WebKit2/WebKit2Prefix.h \
-        -I$(srcdir)/Source/WebKit2 \
-        -I$(srcdir)/Source/WebKit2/UIProcess/API/C \
-        -I$(srcdir)/Source/WebKit2/NetworkProcess/unix \
-        -I$(top_builddir)/DerivedSources/WebKit2 \
-        -I$(top_builddir)/DerivedSources/WebKit2/include \
-        -I$(top_builddir)/DerivedSources/WebKit2/include/WebCore \
-        $(global_cppflags) \
-        $(javascriptcore_cppflags)
-
-Programs_WebKitNetworkProcess_CFLAGS = \
-        $(global_cflags) \
-        $(GLIB_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(LIBSOUP_CFLAGS)
-
-Programs_WebKitNetworkProcess_SOURCES = \
-        Source/WebKit2/unix/NetworkMainUnix.cpp
-
-Programs_WebKitNetworkProcess_LDADD = \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        $(GLIB_LIBS) \
-        $(GTK_LIBS) \
-        $(LIBSOUP_LIBS)
-
-
-if ENABLE_WEBKIT2
-libexec_PROGRAMS += \
-        Programs/WebKitWebProcess
-endif
-
-Programs_WebKitWebProcess_CPPFLAGS = \
-        -include $(srcdir)/Source/WebKit2/WebKit2Prefix.h \
-        -I$(srcdir)/Source/WebKit2 \
-        -I$(srcdir)/Source/WebKit2/UIProcess/API/C \
-        -I$(srcdir)/Source/WebKit2/WebProcess/gtk \
-        -I$(top_builddir)/DerivedSources/WebKit2 \
-        -I$(top_builddir)/DerivedSources/WebKit2/include \
-        -I$(top_builddir)/DerivedSources/WebKit2/include/WebCore \
-        $(global_cppflags) \
-        $(javascriptcore_cppflags)
-
-Programs_WebKitWebProcess_CFLAGS = \
-        $(global_cflags) \
-        $(CAIRO_CFLAGS) \
-        $(FREETYPE_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(GTK_UNIX_PRINTING_CFLAGS) \
-        $(LIBSOUP_CFLAGS) \
-        $(ZLIB_CFLAGS)
-
-Programs_WebKitWebProcess_SOURCES = \
-        Source/WebKit2/gtk/MainGtk.cpp
-
-Programs_WebKitWebProcess_LDADD = \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        $(FREETYPE_LIBS) \
-        $(GLIB_LIBS) \
-        $(GTK_LIBS) \
-        $(GTK_UNIX_PRINTING_LIBS) \
-        $(LIBSOUP_LIBS)
-
-libWebCoreGtk2_la_SOURCES = \
-        $(webcoregtk_sources)
-
-libWebCoreGtk2_la_CXXFLAGS = \
-        -fvisibility-inlines-hidden \
-        $(global_cxxflags)
-
-libWebCoreGtk2_la_CFLAGS = \
-        -fvisibility=hidden \
-        $(global_cflags)
-
-libWebCoreGtk2_la_CPPFLAGS = \
-        -DBUILDING_WEBKIT \
-        -DGTK_API_VERSION_2=1 \
-        $(global_cppflags) \
-        $(platform_cppflags) \
-        $(platformgtk_cppflags) \
-        $(webcore_cppflags) \
-        $(webcoregtk_cppflags) \
-        $(javascriptcore_cppflags) \
-        -fno-strict-aliasing \
-        $(COVERAGE_CFLAGS) \
-        $(ENCHANT_CFLAGS) \
-        $(GEOCLUE_CFLAGS) \
-        $(FREETYPE_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GSTREAMER_CFLAGS) \
-        $(GTK2_CFLAGS) \
-        $(LIBSECRET_CFLAGS) \
-        $(LIBSOUP_CFLAGS) \
-        $(LIBXML_CFLAGS) \
-        $(SQLITE3_CFLAGS) \
-        $(UNICODE_CFLAGS) \
-        $(XRENDER_CFLAGS) \
-        $(XT_CFLAGS)
-
-libPlatformGtk2_la_SOURCES = \
-        $(platformgtk_sources)
-
-libPlatformGtk2_la_CXXFLAGS = \
-        -fvisibility-inlines-hidden \
-        $(global_cxxflags)
-
-libPlatformGtk2_la_CFLAGS = \
-        -fvisibility=hidden \
-        $(global_cflags)
-
-libPlatformGtk2_la_CPPFLAGS = \
-        -DBUILDING_WEBKIT \
-        -DGTK_API_VERSION_2=1 \
-        $(global_cppflags) \
-        $(platform_cppflags) \
-        $(platformgtk_cppflags) \
-        $(platform_webcore_cppflags) \
-        $(javascriptcore_cppflags) \
-        -fno-strict-aliasing \
-        $(FREETYPE_CFLAGS) \
-        $(GSTREAMER_CFLAGS) \
-        $(GTK2_CFLAGS) \
-        $(LIBSECRET_CFLAGS) \
-        $(LIBSOUP_CFLAGS)
-
-# Injected Bundle
-injectedbundledir = $(libdir)/webkit2gtk-3.0/injected-bundle
-if ENABLE_WEBKIT2
-injectedbundle_LTLIBRARIES = libwebkit2gtkinjectedbundle.la
-endif
-
-libwebkit2gtkinjectedbundle_la_SOURCES = \
-        Source/WebKit2/WebProcess/gtk/WebGtkInjectedBundleMain.cpp
-
-libwebkit2gtkinjectedbundle_la_LDFLAGS = \
-        $(no_undefined) \
-        -module \
-        -avoid-version
-
-libwebkit2gtkinjectedbundle_la_CPPFLAGS = \
-        -fno-strict-aliasing \
-        -I$(srcdir)/Source/WebKit2/Platform \
-        -I$(srcdir)/Source/WebKit2/Shared \
-        -I$(srcdir)/Source/WebKit2/Shared/API/c \
-        -I$(srcdir)/Source/WebKit2/UIProcess/API/C \
-        -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle \
-        -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle/API/c \
-        -I$(top_builddir)/DerivedSources/InjectedBundle \
-        -I$(top_builddir)/DerivedSources/WebKit2/include \
-        $(global_cppflags) \
-        $(javascriptcore_cppflags) \
-        $(GLIB_CFLAGS)
-
-# Serialize linking of the plugin process with both webkit libraries.
-plugin_process_for_dep = Programs/WebKitPluginProcess
-plugin_process_for_dep_list = libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la
-if ENABLE_WEBKIT1
-plugin_process_for_dep_list += \
-        libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la
-endif
-$(plugin_process_for_dep): $(plugin_process_for_dep_list)
-
-webcore_layer_gtk2_deps = \
-        libPlatform.la \
-        libPlatformGtk2.la \
-        libWebCorePlatform.la \
-        libWebCoreGtk2.la \
-        libWebCore.la \
-        libWebCoreModules.la
-
-webcore_layer_gtk2_deps += \
-        libWebCoreSVG.la
-
-if ENABLE_INDEXED_DATABASE
-webcore_layer_gtk2_deps += \
-        libLevelDB.la
-endif
-if USE_OPENGL
-webcore_layer_gtk2_deps += \
-        libANGLE.la
-endif
-
-webcore_layer_gtk2_archives = $(foreach lib, $(webcore_layer_gtk2_deps), $(shell echo $(lib) | sed &quot;s/\(.*\)\.la/.libs\/\1.a/&quot;))
-
-libWebCoreLayerGtk2.a: $(webcore_layer_gtk2_deps)
-        $(AM_V_GEN)
-        $(AM_V_at)$(shell rm -f $@)
-        $(AM_V_at)$(shell find . -name &quot;*.o&quot; &gt; objects_list)
-        $(AM_V_at)$(foreach archive, $(webcore_layer_gtk2_archives), $(shell $(AR) t $(archive) | xargs -n1 basename | xargs -I obj_file grep -F obj_file objects_list | xargs -n50 $(AR) $(AR_FLAGS) $@))
-        $(AM_V_at)$(shell rm -f objects_list)
-
-DISTCLEANFILES += \
-        $(top_builddir)/libWebCoreLayerGtk2.a
-
-Programs_WebKitPluginProcess_CPPFLAGS = \
-        -include $(srcdir)/Source/WebKit2/WebKit2Prefix.h \
-        -I$(srcdir)/Source/WebKit2 \
-        -I$(srcdir)/Source/WebKit2/Platform \
-        -I$(srcdir)/Source/WebKit2/Platform/IPC \
-        -I$(srcdir)/Source/WebKit2/PluginProcess/ \
-        -I$(srcdir)/Source/WebKit2/PluginProcess/unix \
-        -I$(srcdir)/Source/WebKit2/Shared \
-        -I$(srcdir)/Source/WebKit2/Shared/Plugins \
-        -I$(srcdir)/Source/WebKit2/Shared/Plugins/Netscape/ \
-        -I$(srcdir)/Source/WebKit2/UIProcess/Plugins/ \
-        -I$(srcdir)/Source/WebKit2/UIProcess/Launcher \
-        -I$(srcdir)/Source/WebKit2/WebProcess/Plugins/ \
-        -I$(srcdir)/Source/WebKit2/WebProcess/Plugins/Netscape/ \
-        -I$(srcdir)/Source/WebKit2/Shared/soup \
-        -I$(top_builddir)/DerivedSources/WebKit2 \
-        -I$(top_builddir)/DerivedSources/WebKit2/include \
-        -I$(top_builddir)/DerivedSources/WebKit2/include/JavaScriptCore \
-        -I$(top_builddir)/DerivedSources/WebKit2/include/WebCore \
-        -I$(top_builddir)/DerivedSources/WebKit2/include/WebKit2 \
-        -DBUILDING_WEBKIT \
-        -DGTK_API_VERSION_2=1 \
-        -DENABLE_PLUGIN_PROCESS=1 \
-        -DLIBEXECDIR=\&quot;&quot;$(libexecdir)&quot;\&quot; \
-        $(global_cppflags) \
-        $(platform_cppflags) \
-        $(platformgtk_cppflags) \
-        $(webcore_cppflags) \
-        $(webcoregtk_cppflags) \
-        $(javascriptcore_cppflags) \
-        -fno-strict-aliasing \
-        $(CAIRO_CFLAGS) \
-        $(FREETYPE_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GSTREAMER_CFLAGS) \
-        $(GTK2_CFLAGS) \
-        $(LIBSOUP_CFLAGS) \
-        $(UNICODE_CFLAGS)
-
-Programs_WebKitPluginProcess_CFLAGS = \
-        -fvisibility-inlines-hidden \
-        $(global_cflags) \
-        $(CAIRO_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GSTREAMER_CFLAGS) \
-        $(GTK2_CFLAGS) \
-        $(LIBSOUP_CFLAGS) \
-        $(UNICODE_CFLAGS)
-
-nodist_Programs_WebKitPluginProcess_SOURCES = \
-        $(webkit2_plugin_process_built_sources)
-
-Programs_WebKitPluginProcess_SOURCES = \
-        $(webkit2_plugin_process_sources)
-
-Programs_WebKitPluginProcess_LDADD = \
-        -lpthread \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        libWebCoreLayerGtk2.a \
-        libWebKit2Platform.la \
-        $(CAIRO_LIBS) \
-        $(COVERAGE_LDFLAGS) \
-        $(FREETYPE_LIBS) \
-        $(GAMEPAD_LIBS) \
-        $(GEOCLUE_LIBS) \
-        $(GLIB_LIBS) \
-        $(GSTREAMER_LIBS) \
-        $(GTK2_LIBS) \
-        $(JPEG_LIBS) \
-        $(LIBSECRET_LIBS) \
-        $(LIBSOUP_LIBS) \
-        $(LIBXML_LIBS) \
-        $(LIBXSLT_LIBS) \
-        $(OLE32_LIBS) \
-        $(OPENGL_LIBS) \
-        $(PANGO_LIBS) \
-        $(PNG_LIBS) \
-        $(SHLWAPI_LIBS) \
-        $(SHM_LIBS) \
-        $(SQLITE3_LIBS) \
-        $(UNICODE_LIBS) \
-        $(WEBP_LIBS) \
-        $(XRENDER_LIBS) \
-        $(XT_LIBS) \
-        $(WINMM_LIBS) \
-        $(ZLIB_LIBS)
-
-Programs_WebKitPluginProcess_CXXFLAGS = \
-        -fvisibility-inlines-hidden \
-        $(global_cxxflags)
-
-if ENABLE_WEBKIT2
-# It would be nice to use the CPPFLAGS from the WebKit2 library here, but the prefix
-# header doesn't seem to play nicely with the gtkdoc tools.
-gtkdoc-webkit2gtk.cfg: $(WebKit2)/GNUmakefile.am $(WebKit2)/GNUmakefile.list.am
-        $(AM_V_GEN)echo &quot;[webkit2gtk]&quot; &gt; $@ &amp;&amp; \
-        echo &quot;pkgconfig_file=$(webkit2_pkg_config_file)&quot; &gt;&gt; $@ &amp;&amp; \
-        echo &quot;namespace=webkit&quot; &gt;&gt; $@ &amp;&amp; \
-        echo -e &quot;cflags=-I$(srcdir)/Source\n \
-       -I$(WebKit2)/UIProcess/API/gtk\n \
-       -IDerivedSources/webkit2gtk/include\n \
-       -IDerivedSources/WebKit2/webkit2gtk\n&quot; &gt;&gt; $@ &amp;&amp; \
-        echo &quot;doc_dir=$(WebKit2)/UIProcess/API/gtk/docs&quot; &gt;&gt; $@ &amp;&amp; \
-        echo -e &quot;source_dirs=$(WebKit2)/UIProcess/API/gtk\n \
-           $(WebKit2)/WebProcess/InjectedBundle/API/gtk\n \
-           DerivedSources/WebKit2/webkit2gtk/webkit2\n&quot; &gt;&gt; $@ &amp;&amp; \
-        echo -e &quot;headers=$(webkit2gtk_ui_h_api)\n \
-         $(webkit2gtk_web_extension_h_api)\n \
-         DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitVersion.h&quot; &gt;&gt; $@
-BUILT_SOURCES += gtkdoc-webkit2gtk.cfg
-endif
-
-EXTRA_DIST += \
-        $(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml \
-        $(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk-sections.txt \
-        $(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk.types \
-        $(WebKit2)/Scripts/generate-message-receiver.py \
-        $(WebKit2)/Scripts/generate-messages-header.py \
-        $(WebKit2)/Scripts/webkit2/__init__.py \
-        $(WebKit2)/Scripts/webkit2/messages.py \
-        $(WebKit2)/Scripts/webkit2/model.py \
-        $(WebKit2)/Scripts/webkit2/parser.py \
-        $(WebKit2)/UIProcess/API/gtk/webkit2marshal.list \
-        $(WebKit2)/UIProcess/API/gtk/WebKitEnumTypes.h.template \
-        $(WebKit2)/UIProcess/API/gtk/WebKitEnumTypes.cpp.template \
-        $(WebKit2)/UIProcess/API/gtk/WebKit2InspectorGResourceBundle.xml \
-        $(WebKit2)/UIProcess/InspectorServer/front-end/inspectorPageIndex.html \
-        $(WebKit2)/Scripts/generate-forwarding-headers.pl \
-        $(shell ls $(WebKit2)/NetworkProcess/*.in) \
-        $(shell ls $(WebKit2)/PluginProcess/*.in) \
-        $(shell ls $(WebKit2)/Shared/*.in) \
-        $(shell ls $(WebKit2)/Shared/Authentication/*.in) \
-        $(shell ls $(WebKit2)/Shared/Network/CustomProtocols/*.in) \
-        $(shell ls $(WebKit2)/Shared/Plugins/*.in) \
-        $(shell ls $(WebKit2)/UIProcess/*.in) \
-        $(shell ls $(WebKit2)/UIProcess/Downloads/*.in) \
-        $(shell ls $(WebKit2)/UIProcess/Network/*.in) \
-        $(shell ls $(WebKit2)/UIProcess/Network/CustomProtocols/*.in) \
-        $(shell ls $(WebKit2)/UIProcess/Plugins/*.in) \
-        $(shell ls $(WebKit2)/UIProcess/Storage/*.in) \
-        $(shell ls $(WebKit2)/UIProcess/soup/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/ApplicationCache/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/Battery/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/Cookies/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/FullScreen/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/Geolocation/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/IconDatabase/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/MediaCache/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/Network/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/NetworkInfo/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/Notifications/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/OriginData/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/Plugins/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/ResourceCache/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/Storage/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/WebCoreSupport/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/WebPage/*.in) \
-        $(shell ls $(WebKit2)/WebProcess/soup/*.in)
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebKit2Prefixh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebKit2Prefix.h (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebKit2Prefix.h        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WebKit2/WebKit2Prefix.h        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -24,13 +24,9 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H
-#ifdef BUILDING_WITH_CMAKE
</del><ins>+#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H &amp;&amp; defined(BUILDING_WITH_CMAKE)
</ins><span class="cx"> #include &quot;cmakeconfig.h&quot;
</span><del>-#else
-#include &quot;autotoolsconfig.h&quot;
</del><span class="cx"> #endif
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Platform.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2configh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/config.h (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/config.h        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Source/WebKit2/config.h        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -24,10 +24,8 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */ 
</span><span class="cx"> 
</span><del>-#if defined(BUILDING_WITH_CMAKE)
</del><ins>+#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H &amp;&amp; defined(BUILDING_WITH_CMAKE)
</ins><span class="cx"> #include &quot;cmakeconfig.h&quot;
</span><del>-#elif defined(BUILDING_GTK__)
-#include &quot;autotoolsconfig.h&quot;
</del><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Platform.h&gt;
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/ChangeLog        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,3 +1,36 @@
</span><ins>+2014-03-25  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
+        [GTK] Remove the autotools build
+        https://bugs.webkit.org/show_bug.cgi?id=130717
+
+        Reviewed by Anders Carlsson.
+
+        * DumpRenderTree/config.h: Remove references to the autotools configure file.
+        * GNUmakefile.am: Removed.
+        * GtkLauncher/GNUmakefile.am: Removed.
+        * GtkLauncher/main.c: Remove references to the autotools configure file.
+        * MiniBrowser/gtk/BrowserDownloadsBar.c: Ditto.
+        * MiniBrowser/gtk/BrowserSearchBar.c: Ditto.
+        * MiniBrowser/gtk/BrowserWindow.c: Ditto.
+        * MiniBrowser/gtk/GNUmakefile.am: Removed.
+        * MiniBrowser/gtk/main.c: Remove references to the autotools configure file.
+        * Scripts/build-webkit: No longer handle autotools.
+        * Scripts/run-gtk-tests: Ditto.
+        (TestRunner._setup_testing_environment):
+        * Scripts/run-launcher: Ditto.
+        * Scripts/webkitdirs.pm: Ditto.
+        * Scripts/webkitpy/common/config/contributionareas.py: Remove autotools as a contribution area.
+        * Scripts/webkitpy/common/config/contributors.json: Ditto.
+        * Scripts/webkitpy/port/gtk.py: No longer handle autotools.
+        * Scripts/webkitpy/style/checker.py:
+        * TestWebKitAPI/GNUmakefile.am: Removed.
+        * TestWebKitAPI/config.h: Remove references to the autotools configure file.
+        * WebKitTestRunner/GNUmakefile.am: Removed.
+        * WebKitTestRunner/WebKitTestRunnerPrefix.h: Ditto.
+        * gtk/GNUmakefile.am: Removed.
+        * gtk/common.py: Remove checks for the autotools build.
+        * gtk/symbols.filter: Renamed from Source/autotools/symbols.filter.
+
</ins><span class="cx"> 2014-03-25  László Langó  &lt;llango.u-szeged@partner.samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         prepare-ChangeLog throws false positive warnings for modified files.
</span></span></pre></div>
<a id="trunkToolsDumpRenderTreeconfigh"></a>
<div class="modfile"><h4>Modified: trunk/Tools/DumpRenderTree/config.h (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/config.h        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/DumpRenderTree/config.h        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -20,13 +20,9 @@
</span><span class="cx"> 
</span><span class="cx"> #define Config_H
</span><span class="cx"> 
</span><del>-#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H
-#if defined(BUILDING_WITH_CMAKE)
</del><ins>+#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H &amp;&amp; defined(BUILDING_WITH_CMAKE)
</ins><span class="cx"> #include &quot;cmakeconfig.h&quot;
</span><del>-#else
-#include &quot;autotoolsconfig.h&quot;
</del><span class="cx"> #endif
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Platform.h&gt;
</span><span class="cx"> #include &lt;wtf/ExportMacros.h&gt;
</span></span></pre></div>
<a id="trunkToolsGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,277 +0,0 @@
</span><del>-noinst_PROGRAMS += \
-        Programs/ImageDiff
-
-if ENABLE_WEBKIT1
-noinst_PROGRAMS += \
-        Programs/DumpRenderTree
-endif
-
-# libWebCoreInternals
-# We must split off the window.internals implementation into a separate
-# convenience library because it requires a different include path order
-# to prefer the WebCore config.h over the DumpRenderTree config.h
-noinst_LTLIBRARIES += libWebCoreInternals.la
-libWebCoreInternals_la_SOURCES = \
-        Source/WebCore/bindings/js/JSDOMWrapper.cpp \
-        Source/WebCore/bindings/js/JSDOMWrapper.h \
-        Source/WebCore/testing/MallocStatistics.h \
-        Source/WebCore/testing/MemoryInfo.h \
-        Source/WebCore/testing/Internals.cpp \
-        Source/WebCore/testing/Internals.h \
-        Source/WebCore/testing/InternalSettings.cpp \
-        Source/WebCore/testing/InternalSettings.h \
-        Source/WebCore/testing/TypeConversions.h \
-        Source/WebCore/testing/js/WebCoreTestSupport.cpp \
-        Source/WebCore/testing/js/WebCoreTestSupport.h
-
-libwebcoreinternals_built_sources += \
-        DerivedSources/WebCore/InternalSettingsGenerated.cpp \
-        DerivedSources/WebCore/InternalSettingsGenerated.h   \
-        DerivedSources/WebCore/JSMallocStatistics.cpp \
-        DerivedSources/WebCore/JSMallocStatistics.h   \
-        DerivedSources/WebCore/JSMemoryInfo.cpp \
-        DerivedSources/WebCore/JSMemoryInfo.h \
-        DerivedSources/WebCore/JSInternals.cpp \
-        DerivedSources/WebCore/JSInternals.h   \
-        DerivedSources/WebCore/JSInternalSettings.cpp \
-        DerivedSources/WebCore/JSInternalSettings.h   \
-        DerivedSources/WebCore/JSInternalSettingsGenerated.cpp \
-        DerivedSources/WebCore/JSInternalSettingsGenerated.h \
-        DerivedSources/WebCore/JSTypeConversions.cpp \
-        DerivedSources/WebCore/JSTypeConversions.h
-
-nodist_libWebCoreInternals_la_SOURCES = $(libwebcoreinternals_built_sources)
-BUILT_SOURCES += $(libwebcoreinternals_built_sources)
-
-libWebCoreInternals_la_CPPFLAGS = \
-        $(global_cppflags) \
-        $(platform_cppflags) \
-        $(platformgtk_cppflags) \
-        $(webcore_cppflags) \
-        $(webcoregtk_cppflags) \
-        $(javascriptcore_cppflags) \
-        $(CAIRO_CFLAGS) \
-        $(FREETYPE_CFLAGS) \
-        $(LIBSOUP_CFLAGS) \
-        $(PANGO_CFLAGS) \
-        -I$(top_builddir)/DerivedSources \
-        -I$(top_builddir)/DerivedSources/WebCore
-
-libWebCoreInternals_la_CXXFLAGS = \
-        $(global_cxxflags) \
-        $(libWebCoreInternals_la_CFLAGS)
-
-libWebCoreInternals_la_CFLAGS = \
-        -fno-strict-aliasing \
-        $(javascriptcore_cflags)
-
-# DumpRenderTree
-Programs_DumpRenderTree_CPPFLAGS = \
-        $(global_cppflags) \
-        -DTOP_LEVEL_DIR=\&quot;${shell pwd}/${srcdir}\&quot; \
-        -I$(srcdir)/Tools/DumpRenderTree \
-        -I$(srcdir)/Tools/DumpRenderTree/atk \
-        -I$(srcdir)/Tools/DumpRenderTree/cairo \
-        -I$(srcdir)/Tools/DumpRenderTree/gtk \
-        -I$(srcdir)/Source/WebKit/gtk \
-        -I$(srcdir)/Source/WebCore/platform/gtk \
-        -I$(srcdir)/Source/WebCore/testing/js \
-        -I$(top_builddir)/DerivedSources \
-        -I$(top_builddir)/Source/WebKit/gtk \
-        $(javascriptcore_cppflags) \
-        $(platform_cppflags) \
-        $(platformgtk_cppflags) \
-        $(webcore_cppflags)
-
-if TARGET_X11_OR_WAYLAND
-Programs_DumpRenderTree_CPPFLAGS += \
-        -DTEST_PLUGIN_DIR=\&quot;${shell pwd}/${top_builddir}/TestNetscapePlugin/.libs\&quot; \
-        -DFONTS_CONF_DIR=\&quot;${shell pwd}/${srcdir}/Tools/DumpRenderTree/gtk/fonts\&quot;
-endif
-
-Programs_DumpRenderTree_SOURCES = \
-        Source/WebCore/platform/gtk/GtkVersioning.c \
-        Tools/DumpRenderTree/DumpRenderTree.h \
-        Tools/DumpRenderTree/DumpRenderTreeCommon.cpp \
-        Tools/DumpRenderTree/DumpRenderTreePrefix.h \
-        Tools/DumpRenderTree/AccessibilityController.cpp \
-        Tools/DumpRenderTree/AccessibilityController.h \
-        Tools/DumpRenderTree/AccessibilityTextMarker.cpp \
-        Tools/DumpRenderTree/AccessibilityTextMarker.h \
-        Tools/DumpRenderTree/AccessibilityUIElement.cpp \
-        Tools/DumpRenderTree/AccessibilityUIElement.h \
-        Tools/DumpRenderTree/CyclicRedundancyCheck.cpp \
-        Tools/DumpRenderTree/CyclicRedundancyCheck.h \
-        Tools/DumpRenderTree/GCController.cpp \
-        Tools/DumpRenderTree/GCController.h \
-        Tools/DumpRenderTree/JavaScriptThreading.h \
-        Tools/DumpRenderTree/TestRunner.cpp \
-        Tools/DumpRenderTree/TestRunner.h \
-        Tools/DumpRenderTree/PixelDumpSupport.cpp \
-        Tools/DumpRenderTree/PixelDumpSupport.h \
-        Tools/DumpRenderTree/WorkQueue.cpp \
-        Tools/DumpRenderTree/WorkQueue.h \
-        Tools/DumpRenderTree/WorkQueueItem.h \
-        Tools/DumpRenderTree/config.h \
-        Tools/DumpRenderTree/atk/AccessibilityCallbacks.h \
-        Tools/DumpRenderTree/atk/AccessibilityCallbacksAtk.cpp \
-        Tools/DumpRenderTree/atk/AccessibilityControllerAtk.cpp \
-        Tools/DumpRenderTree/atk/AccessibilityNotificationHandlerAtk.cpp \
-        Tools/DumpRenderTree/atk/AccessibilityNotificationHandlerAtk.h \
-        Tools/DumpRenderTree/atk/AccessibilityUIElementAtk.cpp \
-        Tools/DumpRenderTree/cairo/PixelDumpSupportCairo.cpp \
-        Tools/DumpRenderTree/cairo/PixelDumpSupportCairo.h \
-        Tools/DumpRenderTree/gtk/AccessibilityControllerGtk.cpp \
-        Tools/DumpRenderTree/gtk/DumpRenderTree.cpp \
-        Tools/DumpRenderTree/gtk/DumpRenderTreeGtk.h \
-        Tools/DumpRenderTree/gtk/EditingCallbacks.h \
-        Tools/DumpRenderTree/gtk/EditingCallbacks.cpp \
-        Tools/DumpRenderTree/gtk/EventSender.h \
-        Tools/DumpRenderTree/gtk/EventSender.cpp \
-        Tools/DumpRenderTree/gtk/GCControllerGtk.cpp \
-        Tools/DumpRenderTree/gtk/TestRunnerGtk.cpp \
-        Tools/DumpRenderTree/gtk/PixelDumpSupportGtk.cpp \
-        Tools/DumpRenderTree/gtk/SelfScrollingWebKitWebView.cpp \
-        Tools/DumpRenderTree/gtk/SelfScrollingWebKitWebView.h \
-        Tools/DumpRenderTree/gtk/TextInputController.h \
-        Tools/DumpRenderTree/gtk/TextInputController.cpp \
-        Tools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp
-
-Programs_DumpRenderTree_CXXFLAGS = \
-        $(global_cxxflags) \
-        $(Programs_DumpRenderTree_CFLAGS)
-
-Programs_DumpRenderTree_CFLAGS = \
-        -fno-strict-aliasing \
-        $(global_cflags) \
-        $(CAIRO_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(LIBSOUP_CFLAGS)
-
-Programs_DumpRenderTree_LDADD = \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        libPlatform.la \
-        libPlatformGtk.la \
-        libWebCorePlatform.la \
-        libWebCoreModules.la \
-        libWebCoreInternals.la \
-        $(CAIRO_LIBS) \
-        $(GTK_LIBS) \
-        $(GLIB_LIBS) \
-        $(LIBSOUP_LIBS) \
-        $(FREETYPE_LIBS) \
-        $(WINMM_LIBS) \
-        $(XRENDER_LIBS) \
-        $(XT_LIBS)
-
-Programs_DumpRenderTree_LDFLAGS = \
-        -no-install
-
-# ImageDiff
-Programs_ImageDiff_CPPFLAGS = $(global_cppflags)
-
-Programs_ImageDiff_SOURCES = \
-   Tools/ImageDiff/gtk/ImageDiff.cpp
-
-Programs_ImageDiff_CXXFLAGS = \
-   $(global_cxxflags) \
-   $(global_cppflags) \
-   $(Programs_ImageDiff_CFLAGS)
-
-Programs_ImageDiff_CFLAGS = \
-   -fno-strict-aliasing \
-   $(global_cflags) \
-   $(GTK_CFLAGS)
-
-Programs_ImageDiff_LDADD = \
-   $(GTK_LIBS)
-
-Programs_ImageDiff_LDFLAGS = \
-   -no-install
-
-# clean target
-CLEANFILES += \
-        Programs/DumpRenderTree \
-        Programs/GtkLauncher \
-        Programs/ImageDiff
-
-if TARGET_X11
-
-# Build TestNetscapePlugin only for X11
-# since we don't support plugins for non-X11 builds at the moment.
-noinst_LTLIBRARIES += \
-        TestNetscapePlugin/libTestNetscapePlugin.la
-
-TestNetscapePlugin_libTestNetscapePlugin_la_CPPFLAGS = \
-        -I$(srcdir)/Tools/DumpRenderTree \
-        -I$(srcdir)/Source/WebCore \
-        -I$(srcdir)/Source/WebCore/bridge \
-        -I$(srcdir)/Source/WebCore/plugins \
-        -I$(srcdir)/Tools/DumpRenderTree/TestNetscapePlugIn \
-        -I$(srcdir)/Tools/DumpRenderTree/TestNetscapePlugIn/unix/ForwardingHeaders \
-        $(global_cppflags) \
-        $(javascriptcore_cppflags) \
-        -Wno-missing-format-attribute
-
-# For the Gtk port we want to use XP_UNIX both on X11 and Mac
-if !TARGET_WIN32
-TestNetscapePlugin_libTestNetscapePlugin_la_CPPFLAGS += -DXP_UNIX
-endif
-
-# Add MOZ_X11 only for X11 targets
-if TARGET_X11
-TestNetscapePlugin_libTestNetscapePlugin_la_CPPFLAGS += -DMOZ_X11
-endif
-
-TestNetscapePlugin_libTestNetscapePlugin_la_SOURCES = \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/DocumentOpenInDestroyStream.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/EvaluateJSAfterRemovingPluginElement.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/FormValue.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/GetURLWithJavaScriptURL.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/GetURLWithJavaScriptURLDestroyingPlugin.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NPDeallocateCalledBeforeNPShutdown.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NPPNewFails.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NPPSetWindowCalledDuringDestruction.cpp \
-    Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeCallsWithNullNPP.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NullNPPGetValuePointer.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/PassDifferentNPPStruct.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/PrivateBrowsing.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/ToStringAndValueOfObject.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/x11/CallInvalidateRectWithNullNPPArgument.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.h \
-        Tools/DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp \
-        Tools/DumpRenderTree/TestNetscapePlugIn/PluginObject.h \
-        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
-
-TestNetscapePlugin_libTestNetscapePlugin_la_LDFLAGS = \
-        -rpath ${shell pwd}/$(top_builddir)/../unix/TestNetscapePlugin/.libs \
-        $(no_undefined) \
-        -avoid-version \
-        -module
-
-CLEANFILES += TestNetscapePlugin/libTestNetscapePlugin.la
-endif
-
-check-local:
-        $(top_srcdir)/Tools/Scripts/run-gtk-tests --timeout=-1
-        $(top_srcdir)/Tools/gtk/check-for-webkitdom-api-breaks
-
-EXTRA_DIST += \
-        Tools/jhbuild/jhbuildutils.py \
-        Tools/Scripts/VCSUtils.pm \
-        Tools/Scripts/run-gtk-tests \
-        Tools/Scripts/webkit-build-directory \
-        Tools/Scripts/webkitdirs.pm
</del></span></pre></div>
<a id="trunkToolsGtkLauncherGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/GtkLauncher/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/GtkLauncher/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/GtkLauncher/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,42 +0,0 @@
</span><del>-if ENABLE_WEBKIT1
-noinst_PROGRAMS += \
-        Programs/GtkLauncher
-endif
-
-# GtkLauncher
-Programs_GtkLauncher_CPPFLAGS = \
-        -I$(srcdir)/Source/WebKit/gtk \
-        -I$(srcdir)/Source/WebCore/platform/network/soup/cache/ \
-        -I$(top_builddir)/Source/WebKit/gtk \
-        -I$(top_builddir)/DerivedSources \
-        -DWEBKIT_EXEC_PATH=\&quot;${shell pwd}/$(top_builddir)/Programs/\&quot; \
-        $(global_cppflags) \
-        $(javascriptcore_cppflags)
-
-Programs_GtkLauncher_SOURCES = \
-        Tools/GtkLauncher/LauncherInspectorWindow.c \
-        Tools/GtkLauncher/LauncherInspectorWindow.h \
-        Tools/GtkLauncher/main.c
-
-Programs_GtkLauncher_CFLAGS = \
-        -ansi \
-        -fno-strict-aliasing \
-        $(global_cflags) \
-        $(FREETYPE_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(LIBSOUP_CFLAGS) \
-        $(GSTREAMER_CFLAGS)
-
-Programs_GtkLauncher_LDADD = \
-        libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        $(FREETYPE_LIBS) \
-        $(GTK_LIBS) \
-        $(GLIB_LIBS) \
-        $(LIBSOUP_LIBS) \
-        $(WINMM_LIBS) \
-        $(GSTREAMER_LIBS)
-
-Programs_GtkLauncher_LDFLAGS = \
-        -no-install
-
</del></span></pre></div>
<a id="trunkToolsGtkLaunchermainc"></a>
<div class="modfile"><h4>Modified: trunk/Tools/GtkLauncher/main.c (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/GtkLauncher/main.c        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/GtkLauncher/main.c        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -25,14 +25,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H
-#ifdef BUILDING_WITH_CMAKE
</del><span class="cx"> #include &quot;cmakeconfig.h&quot;
</span><del>-#else
-#include &quot;autotoolsconfig.h&quot;
-#endif
-#endif
-
</del><span class="cx"> #include &quot;LauncherInspectorWindow.h&quot;
</span><span class="cx"> #include &lt;errno.h&gt;
</span><span class="cx"> #include &lt;gdk/gdkkeysyms.h&gt;
</span></span></pre></div>
<a id="trunkToolsMiniBrowsergtkBrowserDownloadsBarc"></a>
<div class="modfile"><h4>Modified: trunk/Tools/MiniBrowser/gtk/BrowserDownloadsBar.c (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/gtk/BrowserDownloadsBar.c        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/MiniBrowser/gtk/BrowserDownloadsBar.c        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -23,13 +23,7 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H
-#ifdef BUILDING_WITH_CMAKE
</del><span class="cx"> #include &quot;cmakeconfig.h&quot;
</span><del>-#else
-#include &quot;autotoolsconfig.h&quot;
-#endif
-#endif
</del><span class="cx"> #include &quot;BrowserDownloadsBar.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &lt;glib/gi18n.h&gt;
</span></span></pre></div>
<a id="trunkToolsMiniBrowsergtkBrowserSearchBarc"></a>
<div class="modfile"><h4>Modified: trunk/Tools/MiniBrowser/gtk/BrowserSearchBar.c (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/gtk/BrowserSearchBar.c        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/MiniBrowser/gtk/BrowserSearchBar.c        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -23,16 +23,9 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H
-#ifdef BUILDING_WITH_CMAKE
</del><span class="cx"> #include &quot;cmakeconfig.h&quot;
</span><del>-#else
-#include &quot;autotoolsconfig.h&quot;
-#endif
-#endif
</del><span class="cx"> #include &quot;BrowserSearchBar.h&quot;
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> static const char *searchEntryFailedStyle = &quot;GtkEntry#searchEntry {background-color: #ff6666;}&quot;;
</span><span class="cx"> 
</span><span class="cx"> struct _BrowserSearchBar {
</span></span></pre></div>
<a id="trunkToolsMiniBrowsergtkBrowserWindowc"></a>
<div class="modfile"><h4>Modified: trunk/Tools/MiniBrowser/gtk/BrowserWindow.c (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/gtk/BrowserWindow.c        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/MiniBrowser/gtk/BrowserWindow.c        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -25,13 +25,9 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H
-#ifdef BUILDING_WITH_CMAKE
</del><ins>+#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H &amp;&amp; defined(BUILDING_WITH_CMAKE)
</ins><span class="cx"> #include &quot;cmakeconfig.h&quot;
</span><del>-#else
-#include &quot;autotoolsconfig.h&quot;
</del><span class="cx"> #endif
</span><del>-#endif
</del><span class="cx"> #include &quot;BrowserWindow.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;BrowserDownloadsBar.h&quot;
</span></span></pre></div>
<a id="trunkToolsMiniBrowsergtkGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/MiniBrowser/gtk/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/gtk/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/MiniBrowser/gtk/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,75 +0,0 @@
</span><del>-if ENABLE_WEBKIT2
-noinst_PROGRAMS += \
-        Programs/MiniBrowser
-endif
-
-Programs_MiniBrowser_CPPFLAGS = \
-        -I$(srcdir)/Source \
-        -I$(top_builddir)/DerivedSources/WebKit2 \
-        -I$(top_builddir)/DerivedSources/WebKit2/webkit2gtk \
-        -I$(top_builddir)/DerivedSources/WebKit2/webkit2gtk/include \
-        -DWEBKIT_EXEC_PATH=\&quot;${shell pwd}/$(top_builddir)/Programs/\&quot; \
-        -DWEBKIT_INJECTED_BUNDLE_PATH=\&quot;${shell pwd}/$(top_builddir)/.libs\&quot; \
-        -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_6 \
-        $(global_cppflags) \
-        $(javascriptcore_cppflags) \
-        $(FREETYPE_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(LIBSOUP_CFLAGS)
-
-Programs_MiniBrowser_SOURCES = \
-        Tools/MiniBrowser/gtk/BrowserCellRendererVariant.h \
-        Tools/MiniBrowser/gtk/BrowserCellRendererVariant.c \
-        Tools/MiniBrowser/gtk/BrowserDownloadsBar.h \
-        Tools/MiniBrowser/gtk/BrowserDownloadsBar.c \
-        Tools/MiniBrowser/gtk/BrowserSearchBar.h \
-        Tools/MiniBrowser/gtk/BrowserSearchBar.c \
-        Tools/MiniBrowser/gtk/BrowserSettingsDialog.h \
-        Tools/MiniBrowser/gtk/BrowserSettingsDialog.c \
-        Tools/MiniBrowser/gtk/BrowserWindow.h \
-        Tools/MiniBrowser/gtk/BrowserWindow.c \
-        Tools/MiniBrowser/gtk/main.c
-
-minibrowser_built_sources += \
-        DerivedSources/WebKit2/BrowserMarshal.h \
-        DerivedSources/WebKit2/BrowserMarshal.c
-nodist_Programs_MiniBrowser_SOURCES = \
-        $(minibrowser_built_sources)
-
-Programs_MiniBrowser_LDADD = \
-        libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        $(FREETYPE_LIBS) \
-        $(GLIB_LIBS) \
-        $(GTK_LIBS) \
-        $(LIBSOUP_LIBS)
-
-Programs_MiniBrowser_LDFLAGS = \
-        -no-install
-
-CLEANFILES += \
-        $(top_builddir)/Programs/MiniBrowser \
-        $(minibrowser_built_sources) \
-        $(top_builddir)/stamp-mini-browser-marshal.h \
-        $(top_builddir)/stamp-mini-browser-marshal.c
-
-BUILT_SOURCES += $(minibrowser_built_sources)
-
-minibrowser_marshal_list = $(srcdir)/Tools/MiniBrowser/gtk/browser-marshal.list
-
-$(GENSOURCES_WEBKIT2)/BrowserMarshal.h: stamp-mini-browser-marshal.h
-        @true
-$(GENSOURCES_WEBKIT2)/BrowserMarshal.c: stamp-mini-browser-marshal.c
-        @true
-
-stamp-mini-browser-marshal.c: $(minibrowser_marshal_list)
-        $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=browser_marshal $(minibrowser_marshal_list) --body &gt; $(GENSOURCES_WEBKIT2)/BrowserMarshal.c &amp;&amp; \
-        echo timestamp &gt; $(@F)
-
-stamp-mini-browser-marshal.h: $(minibrowser_marshal_list)
-        $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=browser_marshal $(minibrowser_marshal_list) --header &gt; $(GENSOURCES_WEBKIT2)/BrowserMarshal.h &amp;&amp; \
-        echo timestamp &gt; $(@F)
-
-EXTRA_DIST += \
-        $(srcdir)/Tools/MiniBrowser/gtk/browser-marshal.list
-
</del></span></pre></div>
<a id="trunkToolsMiniBrowsergtkmainc"></a>
<div class="modfile"><h4>Modified: trunk/Tools/MiniBrowser/gtk/main.c (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/gtk/main.c        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/MiniBrowser/gtk/main.c        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -25,13 +25,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H
-#ifdef BUILDING_WITH_CMAKE
</del><span class="cx"> #include &quot;cmakeconfig.h&quot;
</span><del>-#else
-#include &quot;autotoolsconfig.h&quot;
-#endif
-#endif
</del><span class="cx"> 
</span><span class="cx"> #include &quot;BrowserWindow.h&quot;
</span><span class="cx"> #include &lt;errno.h&gt;
</span></span></pre></div>
<a id="trunkToolsScriptsbuildwebkit"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/build-webkit (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/build-webkit        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/Scripts/build-webkit        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -287,17 +287,9 @@
</span><span class="cx">     chdir $dir or die;
</span><span class="cx">     $result = 0;
</span><span class="cx"> 
</span><del>-    # For Gtk the WebKit project builds all others
-    if (isGtkAutotools() &amp;&amp; $dir ne &quot;Source/WebKit&quot;) {
-        chdirWebKit();
-        next;
-    }
-
</del><span class="cx">     my $project = basename($dir);
</span><span class="cx">     my $baseProductDir = baseProductDir();
</span><del>-    if (isGtkAutotools()) {
-        $result = buildGtkProject($project, $clean, $prefixPath, $makeArgs, $noWebKit1, $noWebKit2, @features);
-    } elsif (isAppleMacWebKit()) {
</del><ins>+    if (isAppleMacWebKit()) {
</ins><span class="cx">         my @local_options = @options;
</span><span class="cx">         push @local_options, XcodeCoverageSupportOptions() if $coverageSupport;
</span><span class="cx">         my $projectPath = $project =~ /gtest/ ? &quot;xcode/gtest&quot; : $project;
</span></span></pre></div>
<a id="trunkToolsScriptsrungtktests"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/run-gtk-tests (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/run-gtk-tests        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/Scripts/run-gtk-tests        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -196,7 +196,7 @@
</span><span class="cx">         self._test_env = os.environ
</span><span class="cx">         self._test_env['GSETTINGS_BACKEND'] = 'memory'
</span><span class="cx">         self._test_env[&quot;TEST_WEBKIT_API_WEBKIT2_RESOURCES_PATH&quot;] = common.top_level_path(&quot;Tools&quot;, &quot;TestWebKitAPI&quot;, &quot;Tests&quot;, &quot;WebKit2&quot;)
</span><del>-        self._test_env[&quot;TEST_WEBKIT_API_WEBKIT2_INJECTED_BUNDLE_PATH&quot;] = common.tests_library_build_path()
</del><ins>+        self._test_env[&quot;TEST_WEBKIT_API_WEBKIT2_INJECTED_BUNDLE_PATH&quot;] = common.library_build_path()
</ins><span class="cx">         self._test_env[&quot;WEBKIT_EXEC_PATH&quot;] = self._programs_path
</span><span class="cx"> 
</span><span class="cx">         if not self._run_xvfb():
</span></span></pre></div>
<a id="trunkToolsScriptsrunlauncher"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/run-launcher (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/run-launcher        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/Scripts/run-launcher        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -45,25 +45,13 @@
</span><span class="cx"> checkFrameworks();
</span><span class="cx"> 
</span><span class="cx"> # Set paths according to the build system used
</span><del>-if (isGtk()) {
-    if (isGtkAutotools()) {
-        $launcherPath = catdir($productDir, &quot;Programs&quot;);
-    } else {
-        $launcherPath = catdir($productDir, &quot;bin&quot;);
-    }
-
</del><ins>+if (isGtk() || isEfl()) {
</ins><span class="cx">     if (isWK2()) {
</span><del>-        $launcherPath = catdir($launcherPath, &quot;MiniBrowser&quot;);
-    } else {
-        $launcherPath = catdir($launcherPath, &quot;GtkLauncher&quot;);
-    }
-}
-
-if (isEfl()) {
-    if (isWK2()) {
</del><span class="cx">         $launcherPath = catdir($productDir, &quot;bin&quot;, &quot;MiniBrowser&quot;);
</span><del>-    } else {
</del><ins>+    } elif (isEfl()) {
</ins><span class="cx">         $launcherPath = catdir($productDir, &quot;bin&quot;, &quot;EWebLauncher&quot;);
</span><ins>+    } elif (isGtk()) {
+        $launcherPath = catdir($productDir, &quot;bin&quot;, &quot;GtkLauncher&quot;);
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsScriptswebkitdirspm"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitdirs.pm (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitdirs.pm        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/Scripts/webkitdirs.pm        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -92,8 +92,7 @@
</span><span class="cx"> my $nmPath;
</span><span class="cx"> my $osXVersion;
</span><span class="cx"> my $generateDsym;
</span><del>-my $isGtkAutotools;
-my $isGtkCMake;
</del><ins>+my $isGtk;
</ins><span class="cx"> my $isWinCE;
</span><span class="cx"> my $isWinCairo;
</span><span class="cx"> my $isWin64;
</span><span class="lines">@@ -287,14 +286,7 @@
</span><span class="cx">     determineBaseProductDir();
</span><span class="cx">     determineXcodeSDK();
</span><span class="cx"> 
</span><del>-    if (isGtkAutotools()) {
-        determineConfigurationProductDir();
-        my $host_triple = `grep -E '^host = ' $configurationProductDir/GNUmakefile 2&gt; /dev/null`;
-        if ($host_triple =~ m/^host = ([^-]+)-/) {
-            # We have a configured build tree; use it.
-            $architecture = $1;
-        }
-    } elsif (isAppleMacWebKit()) {
</del><ins>+    if (isAppleMacWebKit()) {
</ins><span class="cx">         if (open ARCHITECTURE, &quot;$baseProductDir/Architecture&quot;) {
</span><span class="cx">             $architecture = &lt;ARCHITECTURE&gt;;
</span><span class="cx">             close ARCHITECTURE;
</span><span class="lines">@@ -312,7 +304,7 @@
</span><span class="cx">                 $architecture = 'armv7';
</span><span class="cx">             }
</span><span class="cx">         }
</span><del>-    } elsif (isEfl() || isGtkCMake()) {
</del><ins>+    } elsif (isEfl() || isGtk()) {
</ins><span class="cx">         my $host_processor = &quot;&quot;;
</span><span class="cx">         $host_processor = `cmake --system-information | grep CMAKE_SYSTEM_PROCESSOR`;
</span><span class="cx">         if ($host_processor =~ m/^CMAKE_SYSTEM_PROCESSOR \&quot;([^&quot;]+)\&quot;/) {
</span><span class="lines">@@ -385,8 +377,7 @@
</span><span class="cx">     push(@args, '--release') if ($configuration =~ &quot;^Release&quot;);
</span><span class="cx">     push(@args, '--32-bit') if ($architecture ne &quot;x86_64&quot; and !isWin64());
</span><span class="cx">     push(@args, '--64-bit') if (isWin64());
</span><del>-    push(@args, '--gtkautotools') if isGtkAutotools();
-    push(@args, '--gtk') if isGtkCMake();
</del><ins>+    push(@args, '--gtk') if isGtk();
</ins><span class="cx">     push(@args, '--efl') if isEfl();
</span><span class="cx">     push(@args, '--wincairo') if isWinCairo();
</span><span class="cx">     push(@args, '--wince') if isWinCE();
</span><span class="lines">@@ -551,8 +542,7 @@
</span><span class="cx"> sub jscProductDir
</span><span class="cx"> {
</span><span class="cx">     my $productDir = productDir();
</span><del>-    $productDir .= &quot;/bin&quot; if (isEfl() || isGtkCMake());
-    $productDir .= &quot;/Programs&quot; if isGtkAutotools();
</del><ins>+    $productDir .= &quot;/bin&quot; if (isEfl() || isGtk());
</ins><span class="cx"> 
</span><span class="cx">     return $productDir;
</span><span class="cx"> }
</span><span class="lines">@@ -802,12 +792,8 @@
</span><span class="cx">         # WebKitGTK+ for GTK2, WebKitGTK+ for GTK3, and WebKit2 respectively.
</span><span class="cx">         my @libraries = (&quot;libwebkitgtk-1.0&quot;, &quot;libwebkitgtk-3.0&quot;, &quot;libwebkit2gtk-3.0&quot;);
</span><span class="cx">         my $extension = isDarwin() ? &quot;.dylib&quot; : &quot;.so&quot;;
</span><ins>+        my $builtLibraryPath = &quot;$configurationProductDir/lib/&quot;;
</ins><span class="cx"> 
</span><del>-        my $builtLibraryPath = &quot;$configurationProductDir/.libs/&quot;;
-        if (isGtkCMake()) {
-            $builtLibraryPath = &quot;$configurationProductDir/lib/&quot;;
-        }
-
</del><span class="cx">         foreach $libraryName (@libraries) {
</span><span class="cx">             my $libraryPath = &quot;$builtLibraryPath&quot; . $libraryName . $extension;
</span><span class="cx">             return $libraryPath if -e $libraryPath;
</span><span class="lines">@@ -959,35 +945,18 @@
</span><span class="cx">     return $isEfl;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-sub determineIsGtkCMake()
</del><ins>+sub determineIsGtk()
</ins><span class="cx"> {
</span><del>-    return if defined($isGtkCMake);
-    $isGtkCMake = checkForArgumentAndRemoveFromARGV(&quot;--gtk&quot;);
</del><ins>+    return if defined($isGtk);
+    $isGtk = checkForArgumentAndRemoveFromARGV(&quot;--gtk&quot;);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-sub isGtkCMake()
-{
-    determineIsGtkCMake();
-    return $isGtkCMake;
-}
-
-sub isGtkAutotools()
-{
-    determineIsGtkAutotools();
-    return $isGtkAutotools;
-}
-
</del><span class="cx"> sub isGtk()
</span><span class="cx"> {
</span><del>-    return isGtkCMake() || isGtkAutotools();
</del><ins>+    determineIsGtk();
+    return $isGtk;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-sub determineIsGtkAutotools()
-{
-    return if defined($isGtkAutotools);
-    $isGtkAutotools = checkForArgumentAndRemoveFromARGV(&quot;--gtkautotools&quot;);
-}
-
</del><span class="cx"> sub isWinCE()
</span><span class="cx"> {
</span><span class="cx">     determineIsWinCE();
</span><span class="lines">@@ -1691,78 +1660,6 @@
</span><span class="cx">     return system @command;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-sub autotoolsFlag($$)
-{
-    my ($flag, $feature) = @_;
-    my $prefix = $flag ? &quot;--enable&quot; : &quot;--disable&quot;;
-
-    return $prefix . '-' . $feature;
-}
-
-sub runAutogenForAutotoolsProjectIfNecessary($@)
-{
-    my ($dir, $prefix, $sourceDir, $project, $joinedOverridableFeatures, @buildArgs) = @_;
-
-    # Always enable introspection when building WebKitGTK+.
-    unshift(@buildArgs, &quot;--enable-introspection&quot;);
-
-    # Also, always enable developer mode for developer/test builds.
-    unshift(@buildArgs, &quot;--enable-developer-mode&quot;);
-
-    # Optimize for running WebKit inside the build tree
-    unshift(@buildArgs, &quot;--disable-fast-install&quot;);
-
-    my $joinedBuildArgs = join(&quot; &quot;, @buildArgs);
-
-    if (-e &quot;GNUmakefile&quot;) {
-        # Just assume that build-jsc will never be used to reconfigure JSC. Later
-        # we can go back and make this more complicated if the demand is there.
-        if ($project ne &quot;WebKit&quot;) {
-            return;
-        }
-
-        # Run autogen.sh again if either the features overrided by build-webkit or build arguments have changed.
-        if (!isCachedArgumentfileOutOfDate(&quot;WebKitFeatureOverrides.txt&quot;, $joinedOverridableFeatures)
-            &amp;&amp; !isCachedArgumentfileOutOfDate(&quot;previous-autogen-arguments.txt&quot;, $joinedBuildArgs)) {
-            return;
-        }
-    }
-
-    print &quot;Calling autogen.sh in &quot; . $dir . &quot;\n\n&quot;;
-    print &quot;Installation prefix directory: $prefix\n&quot; if(defined($prefix));
-
-    # Only for WebKit, write the autogen.sh arguments to a file so that we can detect
-    # when they change and automatically re-run it.
-    if ($project eq 'WebKit') {
-        open(OVERRIDABLE_FEATURES, &quot;&gt;WebKitFeatureOverrides.txt&quot;);
-        print OVERRIDABLE_FEATURES $joinedOverridableFeatures;
-        close(OVERRIDABLE_FEATURES);
-
-        open(AUTOTOOLS_ARGUMENTS, &quot;&gt;previous-autogen-arguments.txt&quot;);
-        print AUTOTOOLS_ARGUMENTS $joinedBuildArgs;
-        close(AUTOTOOLS_ARGUMENTS);
-    }
-
-    # Make the path relative since it will appear in all -I compiler flags.
-    # Long argument lists cause bizarre slowdowns in libtool.
-    my $relSourceDir = File::Spec-&gt;abs2rel($sourceDir) || &quot;.&quot;;
-
-    # Compiler options to keep floating point values consistent
-    # between 32-bit and 64-bit architectures. The options are also
-    # used on Chromium build.
-    determineArchitecture();
-    if ($architecture ne &quot;x86_64&quot; &amp;&amp; !isARM() &amp;&amp; !isCrossCompilation()) {
-        $ENV{'CXXFLAGS'} = &quot;-march=pentium4 -msse2 -mfpmath=sse &quot; . ($ENV{'CXXFLAGS'} || &quot;&quot;);
-    }
-
-    # Prefix the command with jhbuild run.
-    unshift(@buildArgs, &quot;$relSourceDir/autogen.sh&quot;);
-    unshift(@buildArgs, jhbuildWrapperPrefixIfNeeded());
-    if (system(@buildArgs) ne 0) {
-        die &quot;Calling autogen.sh failed!\n&quot;;
-    }
-}
-
</del><span class="cx"> sub getJhbuildPath()
</span><span class="cx"> {
</span><span class="cx">     my @jhbuildPath = File::Spec-&gt;splitdir(baseProductDir());
</span><span class="lines">@@ -1795,125 +1692,6 @@
</span><span class="cx">     return 0;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-sub buildAutotoolsProject($@)
-{
-    my ($project, $clean, $prefix, $makeArgs, $noWebKit1, $noWebKit2, @features) = @_;
-
-    my $make =  $ENV{'MAKE'} //= 'make';
-    my $dir = productDir();
-    my $config = passedConfiguration() || configuration();
-
-    # Use rm to clean the build directory since distclean may miss files
-    if ($clean &amp;&amp; -d $dir) {
-        system &quot;rm&quot;, &quot;-rf&quot;, &quot;$dir&quot;;
-    }
-
-    if (! -d $dir) {
-        File::Path::mkpath($dir) or die &quot;Failed to create build directory &quot; . $dir
-    }
-    chdir $dir or die &quot;Failed to cd into &quot; . $dir . &quot;\n&quot;;
-
-    if ($clean) {
-        return 0;
-    }
-
-    my @buildArgs = @ARGV;
-    if ($noWebKit1) {
-        unshift(@buildArgs, &quot;--disable-webkit1&quot;);
-    }
-    if ($noWebKit2) {
-        unshift(@buildArgs, &quot;--disable-webkit2&quot;);
-    }
-
-    # Configurable features listed here should be kept in sync with the
-    # features for which there exists a configuration option in configure.ac.
-    my %configurableFeatures = (
-        &quot;battery-status&quot; =&gt; 1,
-        &quot;gamepad&quot; =&gt; 1,
-        &quot;geolocation&quot; =&gt; 1,
-        &quot;svg&quot; =&gt; 1,
-        &quot;svg-fonts&quot; =&gt; 1,
-        &quot;video&quot; =&gt; 1,
-        &quot;webgl&quot; =&gt; 1,
-        &quot;web-audio&quot; =&gt; 1,
-    );
-
-    # These features are ones which build-webkit cannot control, typically because
-    # they can only be active when we have the proper dependencies.
-    my %unsetFeatures = (
-        &quot;accelerated-2d-canvas&quot; =&gt; 1,
-    );
-
-    my @overridableFeatures = ();
-    foreach (@features) {
-        if ($configurableFeatures{$_-&gt;{option}}) {
-            push @buildArgs, autotoolsFlag(${$_-&gt;{value}}, $_-&gt;{option});;
-        } elsif (!$unsetFeatures{$_-&gt;{option}}) {
-            push @overridableFeatures, $_-&gt;{define} . &quot;=&quot; . (${$_-&gt;{value}} ? &quot;1&quot; : &quot;0&quot;);
-        }
-    }
-
-    $makeArgs = $makeArgs || &quot;&quot;;
-    $makeArgs = $makeArgs . &quot; &quot; . $ENV{&quot;WebKitMakeArguments&quot;} if $ENV{&quot;WebKitMakeArguments&quot;};
-
-    # Automatically determine the number of CPUs for make only
-    # if make arguments haven't already been specified.
-    if ($makeArgs eq &quot;&quot;) {
-        $makeArgs = &quot;-j&quot; . numberOfCPUs();
-    }
-
-    # WebKit is the default target, so we don't need to specify anything.
-    if ($project eq &quot;JavaScriptCore&quot;) {
-        $makeArgs .= &quot; jsc&quot;;
-    } elsif ($project eq &quot;WTF&quot;) {
-        $makeArgs .= &quot; libWTF.la&quot;;
-    }
-
-    $prefix = $ENV{&quot;WebKitInstallationPrefix&quot;} if !defined($prefix);
-    push @buildArgs, &quot;--prefix=&quot; . $prefix if defined($prefix);
-
-    # Check if configuration is Debug.
-    my $debug = $config =~ m/debug/i;
-    if ($debug) {
-        push @buildArgs, &quot;--enable-debug&quot;;
-    } else {
-        push @buildArgs, &quot;--disable-debug&quot;;
-    }
-
-    if (checkForArgumentAndRemoveFromArrayRef(&quot;--update-gtk&quot;, \@buildArgs)) {
-        # Force autogen to run, to catch the possibly updated libraries.
-        system(&quot;rm -f previous-autogen-arguments.txt&quot;);
-
-        system(&quot;perl&quot;, &quot;$sourceDir/Tools/Scripts/update-webkitgtk-libs&quot;) == 0 or die $!;
-    }
-
-    # If GNUmakefile exists, don't run autogen.sh unless its arguments
-    # have changed. The makefile should be smart enough to track autotools
-    # dependencies and re-run autogen.sh when build files change.
-    my $joinedOverridableFeatures = join(&quot; &quot;, @overridableFeatures);
-    runAutogenForAutotoolsProjectIfNecessary($dir, $prefix, $sourceDir, $project, $joinedOverridableFeatures, @buildArgs);
-
-    my $runWithJhbuild = join(&quot; &quot;, jhbuildWrapperPrefixIfNeeded());
-    if (system(&quot;$runWithJhbuild $make $makeArgs&quot;) ne 0) {
-        die &quot;\nFailed to build WebKit using '$make'!\n&quot;;
-    }
-
-    chdir &quot;..&quot; or die;
-
-    if (!checkForArgumentAndRemoveFromARGV(&quot;--disable-gtk-doc&quot;)) {
-        if ($project eq 'WebKit' &amp;&amp; !isCrossCompilation() &amp;&amp; !($noWebKit1 &amp;&amp; $noWebKit2)) {
-            my @docGenerationOptions = (&quot;$sourceDir/Tools/gtk/generate-gtkdoc&quot;, &quot;--skip-html&quot;);
-            unshift(@docGenerationOptions, jhbuildWrapperPrefixIfNeeded());
-
-            if (system(@docGenerationOptions)) {
-                die &quot;\n gtkdoc did not build without warnings\n&quot;;
-            }
-        }
-    }
-
-    return 0;
-}
-
</del><span class="cx"> sub jhbuildWrapperPrefixIfNeeded()
</span><span class="cx"> {
</span><span class="cx">     if (-e getJhbuildPath()) {
</span><span class="lines">@@ -2128,13 +1906,13 @@
</span><span class="cx"> {
</span><span class="cx">     return &quot;Efl&quot; if isEfl();
</span><span class="cx">     return &quot;WinCE&quot; if isWinCE();
</span><del>-    return &quot;GTK&quot; if isGtkCMake();
</del><ins>+    return &quot;GTK&quot; if isGtk();
</ins><span class="cx">     return &quot;&quot;;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> sub isCMakeBuild()
</span><span class="cx"> {
</span><del>-    return isEfl() || isWinCE() || isGtkCMake();
</del><ins>+    return isEfl() || isWinCE() || isGtk();
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> sub promptUser
</span><span class="lines">@@ -2146,17 +1924,6 @@
</span><span class="cx">     return $input ? $input : $default;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-sub buildGtkProject
-{
-    my ($project, $clean, $prefix, $makeArgs, $noWebKit1, $noWebKit2, @features) = @_;
-
-    if ($project ne &quot;WebKit&quot; and $project ne &quot;JavaScriptCore&quot; and $project ne &quot;WTF&quot;) {
-        die &quot;Unsupported project: $project. Supported projects: WebKit, JavaScriptCore, WTF\n&quot;;
-    }
-
-    return buildAutotoolsProject($project, $clean, $prefix, $makeArgs, $noWebKit1, $noWebKit2, @features);
-}
-
</del><span class="cx"> sub appleApplicationSupportPath
</span><span class="cx"> {
</span><span class="cx">     if (isWin64()) {
</span><span class="lines">@@ -2340,13 +2107,6 @@
</span><span class="cx"> {
</span><span class="cx">     if (isAppleMacWebKit()) {
</span><span class="cx">         return runMacWebKitApp(File::Spec-&gt;catfile(productDir(), &quot;WebKitTestRunner&quot;));
</span><del>-    } elsif (isGtk()) {
-        my $productDir = productDir();
-        my $injectedBundlePath = &quot;$productDir/Libraries/.libs/libTestRunnerInjectedBundle&quot;;
-        print &quot;Starting WebKitTestRunner with TEST_RUNNER_INJECTED_BUNDLE_FILENAME set to point to $injectedBundlePath.\n&quot;;
-        $ENV{TEST_RUNNER_INJECTED_BUNDLE_FILENAME} = $injectedBundlePath;
-        my @args = (&quot;$productDir/Programs/WebKitTestRunner&quot;, @ARGV);
-        return system {$args[0] } @args;
</del><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     return 1;
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpycommonconfigcontributionareaspy"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/common/config/contributionareas.py (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/common/config/contributionareas.py        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributionareas.py        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -72,7 +72,6 @@
</span><span class="cx">     _Area('Android port', ['android']),
</span><span class="cx">     _Area('Animation', ['animation', 'animator']),
</span><span class="cx">     _Area('Apple\'s Windows port', ['win', 'windows']),  # FIXME: need to exclude chromium...
</span><del>-    _Area('Autotools Build', ['autotools']),
</del><span class="cx">     _Area('Basic types and data structures (WTF)', ['wtf']),
</span><span class="cx"> # FIXME: 'Bidirectional text'
</span><span class="cx"> # FIXME: 'Build/test infrastructure (stuff under Tools/Scripts)'
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpycommonconfigcontributorsjson"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/common/config/contributors.json (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -3870,7 +3870,7 @@
</span><span class="cx">             &quot;jmalonzo@gmail.com&quot;,
</span><span class="cx">             &quot;jmalonzo@webkit.org&quot;
</span><span class="cx">          ],
</span><del>-         &quot;expertise&quot; : &quot;The WebKitGtk Port, Autotools Build&quot;,
</del><ins>+         &quot;expertise&quot; : &quot;The WebKitGtk Port&quot;,
</ins><span class="cx">          &quot;nicks&quot; : [
</span><span class="cx">             &quot;janm&quot;
</span><span class="cx">          ]
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpyportgtkpy"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/port/gtk.py (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/port/gtk.py        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/Scripts/webkitpy/port/gtk.py        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -53,31 +53,17 @@
</span><span class="cx">             if not self.get_option(&quot;wrapper&quot;):
</span><span class="cx">                 raise ValueError('use --wrapper=\&quot;valgrind\&quot; for memory leak detection on GTK')
</span><span class="cx"> 
</span><del>-    def _is_cmake_build(self):
-        # Look for the autotools config.log file, which means that we
-        # assume a CMake build (--gtk) when lacking evidence of either.
-        return not os.path.exists(self._build_path('config.log'))
-
</del><span class="cx">     def _built_executables_path(self, *path):
</span><del>-        if self._is_cmake_build():
-            return self._build_path(*(('bin',) + path))
-        else:
-            return self._build_path(*(('Programs',) + path))
</del><ins>+        return self._build_path(*(('bin',) + path))
</ins><span class="cx"> 
</span><span class="cx">     def _built_libraries_path(self, *path):
</span><del>-        if self._is_cmake_build():
-            return self._build_path(*(('lib',) + path))
-        else:
-            return self._build_path(*(('.libs',) + path))
</del><ins>+        return self._build_path(*(('lib',) + path))
</ins><span class="cx"> 
</span><span class="cx">     def warn_if_bug_missing_in_test_expectations(self):
</span><span class="cx">         return not self.get_option('webkit_test_runner')
</span><span class="cx"> 
</span><span class="cx">     def _port_flag_for_scripts(self):
</span><del>-        if self._is_cmake_build():
-            return &quot;--gtk&quot;
-        else:
-            return &quot;--gtkautotools&quot;
</del><ins>+        return &quot;--gtk&quot;
</ins><span class="cx"> 
</span><span class="cx">     @memoized
</span><span class="cx">     def _driver_class(self):
</span><span class="lines">@@ -114,12 +100,8 @@
</span><span class="cx">         environment = super(GtkPort, self).setup_environ_for_server(server_name)
</span><span class="cx">         environment['GSETTINGS_BACKEND'] = 'memory'
</span><span class="cx">         environment['LIBOVERLAY_SCROLLBAR'] = '0'
</span><del>-        if self._is_cmake_build():
-            environment['TEST_RUNNER_INJECTED_BUNDLE_FILENAME'] = self._build_path('lib', 'libTestRunnerInjectedBundle.so')
-            environment['TEST_RUNNER_TEST_PLUGIN_PATH'] = self._build_path('lib')
-        else:
-            environment['TEST_RUNNER_INJECTED_BUNDLE_FILENAME'] = self._build_path('Libraries', 'libTestRunnerInjectedBundle.la')
-            environment['TEST_RUNNER_TEST_PLUGIN_PATH'] = self._build_path('TestNetscapePlugin', '.libs')
</del><ins>+        environment['TEST_RUNNER_INJECTED_BUNDLE_FILENAME'] = self._build_path('lib', 'libTestRunnerInjectedBundle.so')
+        environment['TEST_RUNNER_TEST_PLUGIN_PATH'] = self._build_path('lib')
</ins><span class="cx">         environment['AUDIO_RESOURCES_PATH'] = self.path_from_webkit_base('Source', 'WebCore', 'platform', 'audio', 'resources')
</span><span class="cx">         self._copy_value_from_environ_if_set(environment, 'WEBKIT_OUTPUTDIR')
</span><span class="cx">         if self.get_option(&quot;leaks&quot;):
</span><span class="lines">@@ -216,10 +198,7 @@
</span><span class="cx"> 
</span><span class="cx">     def build_webkit_command(self, build_style=None):
</span><span class="cx">         command = super(GtkPort, self).build_webkit_command(build_style)
</span><del>-        if self._is_cmake_build():
-            command.extend([&quot;--gtk&quot;, &quot;--update-gtk&quot;])
-        else:
-            command.extend([&quot;--gtkautotools&quot;, &quot;--update-gtk&quot;])
</del><ins>+        command.extend([&quot;--gtk&quot;, &quot;--update-gtk&quot;])
</ins><span class="cx"> 
</span><span class="cx">         if self.get_option('webkit_test_runner'):
</span><span class="cx">             command.append(&quot;--no-webkit1&quot;)
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpystylecheckerpy"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/style/checker.py (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/style/checker.py        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/Scripts/webkitpy/style/checker.py        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -146,8 +146,7 @@
</span><span class="cx">       &quot;Source/WebCore/css/CSSParser.cpp&quot;],
</span><span class="cx">      [&quot;-readability/naming&quot;]),
</span><span class="cx"> 
</span><del>-    ([# The GTK+ port uses the autotoolsconfig.h header in some C sources
-      # to serve the same purpose of config.h.
</del><ins>+    ([# The GTK+ port uses the cmakeconfig.h header directly in some C sources.
</ins><span class="cx">       &quot;Tools/GtkLauncher/main.c&quot;],
</span><span class="cx">      [&quot;-build/include_order&quot;]),
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPIGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/TestWebKitAPI/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/TestWebKitAPI/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,966 +0,0 @@
</span><del>-noinst_LTLIBRARIES += \
-        Libraries/libTestWebKitAPIMain.la
-
-if ENABLE_WEBKIT2
-noinst_LTLIBRARIES += \
-        Libraries/libTestWebKit2GtkAPI.la
-endif
-
-Libraries_libTestWebKitAPIMain_la_SOURCES = \
-        Tools/TestWebKitAPI/Test.h \
-        Tools/TestWebKitAPI/TestsController.cpp \
-        Tools/TestWebKitAPI/TestsController.h \
-        Tools/TestWebKitAPI/gtk/main.cpp
-
-# Use -isystem gcc flag so that gcc considers gtest headers as system headers.
-# We need this to avoid a lot of compile warnings due to -Wundef.
-# See http://code.google.com/p/googletest/issues/detail?id=258
-Libraries_libTestWebKitAPIMain_la_CPPFLAGS = \
-        -isystem $(srcdir)/Source/ThirdParty/gtest/include \
-        -I$(srcdir)/Tools/TestWebKitAPI \
-        -I$(srcdir)/Source/ThirdParty/gtest/include \
-        -I$(top_builddir)/DerivedSources/WebCore/include \
-        -I$(top_builddir)/DerivedSources/WebKit2/include \
-        $(global_cppflags) \
-        $(javascriptcore_cppflags) \
-        $(GTK_CFLAGS)
-
-webkitgtk_tests_cflags = \
-        -fno-strict-aliasing \
-        -DTEST_PLUGIN_DIR=\&quot;${shell pwd}/${top_builddir}/TestNetscapePlugin/.libs\&quot; \
-        -I$(srcdir)/Source/JavaScriptCore/ForwardingHeaders \
-        -I$(WebKit) \
-        -I$(GENSOURCES) \
-        -I$(top_builddir)/Source/WebKit/gtk \
-        -I$(top_srcdir)/Source/WebCore/bindings \
-        -I$(top_srcdir)/Source/WebCore/bindings/gobject \
-        $(global_cppflags) \
-        $(global_cflags) \
-        $(javascriptcore_cppflags) \
-        $(FREETYPE_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(LIBSOUP_CFLAGS) \
-        $(XRENDER_CFLAGS) \
-        $(XT_CFLAGS)
-
-webkitgtk_tests_ldadd = \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        $(FREETYPE_LIBS) \
-        $(GTK_LIBS) \
-        $(GLIB_LIBS) \
-        $(LIBSOUP_LIBS) \
-        $(XRENDER_LIBS)
-
-webkitgtk_tests_ldflags = \
-        -no-install
-
-
-webkit2gtk_tests_cppflags = \
-        -DWEBKIT_EXEC_PATH=\&quot;${shell pwd}/$(top_builddir)/Programs\&quot; \
-        -DWEBKIT_SRC_DIR=\&quot;${shell pwd}/${srcdir}\&quot; \
-        -DWEBKIT_DERIVED_SRC_DIR=\&quot;${shell pwd}/${top_builddir}/DerivedSources\&quot; \
-        -DWEBKIT_TEST_PLUGIN_DIR=\&quot;${shell pwd}/${top_builddir}/TestNetscapePlugin/.libs\&quot; \
-        -DWEBKIT_TEST_WEB_EXTENSIONS_DIR=\&quot;${shell pwd}/${top_builddir}/Libraries/WebExtensions/.libs\&quot; \
-        -DWEBKIT_INJECTED_BUNDLE_PATH=\&quot;${shell pwd}/$(top_builddir)/.libs\&quot; \
-        $(javascriptcore_cppflags) \
-        -I$(srcdir)/Source \
-        -I$(srcdir)/Source/WebKit2 \
-        -I$(srcdir)/Source/JavaScriptCore \
-        -I$(srcdir)/Tools/TestWebKitAPI/gtk/WebKit2Gtk \
-        -I$(top_builddir)/DerivedSources/WebKit2/include \
-        -I$(top_builddir)/DerivedSources/WebKit2/webkit2gtk \
-        -I$(top_builddir)/DerivedSources/WebKit2/webkit2gtk/include \
-        -I$(srcdir)/Source/WebKit2/UIProcess/API/gtk \
-        $(global_cppflags) \
-        $(FREETYPE_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(LIBSOUP_CFLAGS)
-
-webkit2gtk_tests_ldadd = \
-        Libraries/libTestWebKit2GtkAPI.la \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        $(FREETYPE_LIBS) \
-        $(GEOCLUE_LIBS) \
-        $(GLIB_LIBS) \
-        $(GTK_LIBS) \
-        $(LIBSOUP_LIBS)
-
-webkit2gtk_tests_ldflags = \
-        -no-install
-
-Libraries_libTestWebKit2GtkAPI_la_SOURCES = \
-        Tools/TestWebKitAPI/gtk/WebKit2Gtk/LoadTrackingTest.cpp \
-        Tools/TestWebKitAPI/gtk/WebKit2Gtk/LoadTrackingTest.h \
-        Tools/TestWebKitAPI/gtk/WebKit2Gtk/WebKitTestBus.cpp \
-        Tools/TestWebKitAPI/gtk/WebKit2Gtk/WebKitTestBus.h \
-        Tools/TestWebKitAPI/gtk/WebKit2Gtk/WebKitTestServer.cpp \
-        Tools/TestWebKitAPI/gtk/WebKit2Gtk/WebKitTestServer.h \
-        Tools/TestWebKitAPI/gtk/WebKit2Gtk/WebProcessTestRunner.cpp \
-        Tools/TestWebKitAPI/gtk/WebKit2Gtk/WebProcessTestRunner.h \
-        Tools/TestWebKitAPI/gtk/WebKit2Gtk/TestMain.cpp \
-        Tools/TestWebKitAPI/gtk/WebKit2Gtk/TestMain.h \
-        Tools/TestWebKitAPI/gtk/WebKit2Gtk/WebViewTest.cpp \
-        Tools/TestWebKitAPI/gtk/WebKit2Gtk/WebViewTest.h
-
-Libraries_libTestWebKit2GtkAPI_la_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-
-
-noinst_PROGRAMS += \
-        Programs/TestWebKitAPI/WTF/TestWTF \
-        Programs/TestWebKitAPI/JavaScriptCore/TestJavaScriptCore \
-        Programs/TestWebKitAPI/WebCore/TestWebCore \
-        Programs/TestWebKitAPI/WebCoreGtk/TestWebCoreGtk
-
-if ENABLE_WEBKIT1
-noinst_PROGRAMS += \
-        Programs/TestWebKitAPI/WebKitGtk/testapplicationcache \
-        Programs/TestWebKitAPI/WebKitGtk/testcontextmenu \
-        Programs/TestWebKitAPI/WebKitGtk/testdomdocument \
-        Programs/TestWebKitAPI/WebKitGtk/testdomdomwindow \
-        Programs/TestWebKitAPI/WebKitGtk/testdomnode \
-        Programs/TestWebKitAPI/WebKitGtk/testhttpbackend \
-        Programs/TestWebKitAPI/WebKitGtk/testfavicondatabase \
-        Programs/TestWebKitAPI/WebKitGtk/testloading \
-        Programs/TestWebKitAPI/WebKitGtk/testglobals \
-        Programs/TestWebKitAPI/WebKitGtk/testmimehandling \
-        Programs/TestWebKitAPI/WebKitGtk/testnetworkrequest \
-        Programs/TestWebKitAPI/WebKitGtk/testnetworkresponse \
-        Programs/TestWebKitAPI/WebKitGtk/testwebframe \
-        Programs/TestWebKitAPI/WebKitGtk/testwebbackforwardlist \
-        Programs/TestWebKitAPI/WebKitGtk/testwebhistoryitem \
-        Programs/TestWebKitAPI/WebKitGtk/testwindow \
-        Programs/TestWebKitAPI/WebKitGtk/testdownload \
-        Programs/TestWebKitAPI/WebKitGtk/testatk \
-        Programs/TestWebKitAPI/WebKitGtk/testatkroles \
-        Programs/TestWebKitAPI/WebKitGtk/testhittestresult \
-        Programs/TestWebKitAPI/WebKitGtk/testwebinspector \
-        Programs/TestWebKitAPI/WebKitGtk/testwebsettings \
-        Programs/TestWebKitAPI/WebKitGtk/testwebresource \
-        Programs/TestWebKitAPI/WebKitGtk/testwebdatasource \
-        Programs/TestWebKitAPI/WebKitGtk/testwebplugindatabase \
-        Programs/TestWebKitAPI/WebKitGtk/testwebview \
-        Programs/TestWebKitAPI/WebKitGtk/testkeyevents \
-        Programs/TestWebKitAPI/WebKitGtk/testcopyandpaste
-endif
-
-if ENABLE_WEBKIT2
-noinst_PROGRAMS += \
-        Programs/TestWebKitAPI/WebKit2/TestWebKit2 \
-        Programs/TestWebKitAPI/WebKit2Gtk/InspectorTestServer \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestAuthentication \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestBackForwardList \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestContextMenu \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestCookieManager \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestDOMNode \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestDownloads \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestFrame \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestInspector \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestInspectorServer \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestLoaderClient \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestMultiprocess \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestPrinting \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestResources \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestSSL \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestUIClient \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestWebExtensions \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestWebKitVersion \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestWebKitFaviconDatabase \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestWebKitFindController \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestWebKitPolicyClient \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestWebKitSettings \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestWebKitWebContext \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestWebKitWebView \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestWebKitWebViewGroup \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestWebViewEditor
-
-if HAVE_ATSPI2
-noinst_PROGRAMS += \
-        Programs/TestWebKitAPI/WebKit2Gtk/AccessibilityTestServer \
-        Programs/TestWebKitAPI/WebKit2Gtk/TestWebKitAccessibility
-endif
-endif # ENABLE_WEBKIT2
-
-Programs_TestWebKitAPI_WTF_TestWTF_CPPFLAGS = \
-        $(Libraries_libTestWebKitAPIMain_la_CPPFLAGS) \
-        $(GLIB_LIBS) \
-        $(CAIRO_CFLAGS)
-
-Programs_TestWebKitAPI_WTF_TestWTF_CXXFLAGS = \
-        -DGTEST_HAS_RTTI=0 \
-        $(global_cxxflags)
-
-Programs_TestWebKitAPI_WTF_TestWTF_LDADD = \
-        Libraries/libTestWebKitAPIMain.la \
-        Libraries/libgtest.la \
-        libWTF.la \
-        $(GTK_LIBS) \
-        $(GLIB_LIBS)
-
-Programs_TestWebKitAPI_WTF_TestWTF_LDFLAGS = \
-        -no-install
-
-Programs_TestWebKitAPI_WTF_TestWTF_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WTF/AtomicString.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/CString.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/CheckedArithmeticOperations.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/Functional.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/HashMap.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/HashSet.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/IntegerToStringConversion.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/ListHashSet.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/MD5.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/MathExtras.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/MediaTime.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/MetaAllocator.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/MoveOnly.h \
-        Tools/TestWebKitAPI/Tests/WTF/RedBlackTree.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/Ref.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/RefLogger.h \
-        Tools/TestWebKitAPI/Tests/WTF/RefPtr.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/SHA1.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/SaturatedArithmeticOperations.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/StringBuilder.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/StringHasher.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/StringImpl.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/StringOperators.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/TemporaryChange.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/Vector.cpp \
-        Tools/TestWebKitAPI/Tests/WTF/gobject/GUniquePtr.cpp \
-        Tools/TestWebKitAPI/WTFStringUtilities.h
-
-Programs_TestWebKitAPI_JavaScriptCore_TestJavaScriptCore_CPPFLAGS = \
-        $(Libraries_libTestWebKitAPIMain_la_CPPFLAGS)
-
-Programs_TestWebKitAPI_JavaScriptCore_TestJavaScriptCore_CXXFLAGS = \
-        -DGTEST_HAS_RTTI=0 \
-        $(global_cxxflags)
-
-Programs_TestWebKitAPI_JavaScriptCore_TestJavaScriptCore_LDADD = \
-        Libraries/libTestWebKitAPIMain.la \
-        Libraries/libgtest.la \
-        libWTF.la \
-        $(GTK_LIBS)
-
-Programs_TestWebKitAPI_JavaScriptCore_TestJavaScriptCore_LDFLAGS = \
-        -no-install
-
-Programs_TestWebKitAPI_JavaScriptCore_TestJavaScriptCore_SOURCES = \
-        Tools/TestWebKitAPI/Tests/JavaScriptCore/VMInspector.cpp
-
-webcore_layer_deps = \
-        libPlatform.la \
-        libPlatformGtk.la \
-        libWebCorePlatform.la \
-        libWebCoreGtk.la \
-        libWebCore.la \
-        libWebCoreModules.la
-
-webcore_layer_deps += \
-        libWebCoreSVG.la
-
-if ENABLE_INDEXED_DATABASE
-webcore_layer_deps += \
-        libLevelDB.la
-endif
-if USE_OPENGL
-webcore_layer_deps += \
-        libANGLE.la
-endif
-
-webcore_layer_archives = $(foreach lib, $(webcore_layer_deps), $(shell echo $(lib) | sed &quot;s/\(.*\)\.la/.libs\/\1.a/&quot;))
-
-libWebCoreLayer.a: $(webcore_layer_deps)
-        $(AM_V_GEN)
-        $(AM_V_at)$(shell rm -f $@)
-        $(AM_V_at)$(shell find . -name &quot;*.o&quot; &gt; objects_list)
-        $(AM_V_at)$(foreach archive, $(webcore_layer_archives), $(shell $(AR) t $(archive) | xargs -n1 basename | xargs -I obj_file grep -F obj_file objects_list | xargs -n50 $(AR) $(AR_FLAGS) $@))
-        $(AM_V_at)$(shell rm -f objects_list)
-
-DISTCLEANFILES += \
-        $(top_builddir)/libWebCoreLayer.a
-
-Programs_TestWebKitAPI_WebCore_TestWebCore_CPPFLAGS = \
-        $(Libraries_libTestWebKitAPIMain_la_CPPFLAGS) \
-        -I$(srcdir)/Source/WebCore/platform/network/soup \
-        -I$(top_builddir)/DerivedSources/WebCore/include \
-        $(LIBSOUP_CFLAGS)
-
-Programs_TestWebKitAPI_WebCore_TestWebCore_CXXFLAGS = \
-        -DGTEST_HAS_RTTI=0 \
-        $(global_cxxflags)
-
-Programs_TestWebKitAPI_WebCore_TestWebCore_LDADD = \
-        Libraries/libTestWebKitAPIMain.la \
-        Libraries/libgtest.la \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        libWTF.la \
-        libWebCoreLayer.a \
-        $(CAIRO_LIBS) \
-        $(FREETYPE_LIBS) \
-        $(GAMEPAD_LIBS) \
-        $(GEOCLUE_LIBS) \
-        $(GLIB_LIBS) \
-        $(GSTREAMER_LIBS) \
-        $(GTK_LIBS) \
-        $(JPEG_LIBS) \
-        $(LIBSECRET_LIBS) \
-        $(LIBSOUP_LIBS) \
-        $(LIBXML_LIBS) \
-        $(OPENGL_LIBS) \
-        $(PANGO_LIBS) \
-        $(PNG_LIBS) \
-        $(SQLITE3_LIBS) \
-        $(UNICODE_LIBS) \
-        $(WEBP_LIBS) \
-        $(XRENDER_LIBS) \
-        $(XT_LIBS) \
-        $(ZLIB_LIBS)
-
-Programs_TestWebKitAPI_WebCore_TestWebCore_LDFLAGS = \
-        -no-install
-
-Programs_TestWebKitAPI_WebCore_TestWebCore_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebCore/URL.cpp \
-        Tools/TestWebKitAPI/Tests/WebCore/LayoutUnit.cpp
-
-Programs_TestWebKitAPI_WebCoreGtk_TestWebCoreGtk_CPPFLAGS = \
-        $(Programs_TestWebKitAPI_WTF_TestWTF_CPPFLAGS) \
-        $(platform_cppflags) \
-        $(platformgtk_cppflags) \
-        $(webcore_cppflags) \
-        $(webcoregtk_cppflags) \
-        $(FREETYPE_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(LIBSOUP_CFLAGS)
-
-Programs_TestWebKitAPI_WebCoreGtk_TestWebCoreGtk_CXXFLAGS = \
-        -DGTEST_HAS_RTTI=0 \
-        $(global_cxxflags)
-
-Programs_TestWebKitAPI_WebCoreGtk_TestWebCoreGtk_LDADD = \
-        Libraries/libTestWebKitAPIMain.la \
-        Libraries/libgtest.la \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        libPlatformGtk.la \
-        libWebCore.la \
-        libWebCoreGtk.la \
-        $(FREETYPE_LIBS) \
-        $(GLIB_LIBS) \
-        $(GTK_LIBS) \
-        $(LIBSOUP_LIBS)
-
-Programs_TestWebKitAPI_WebCoreGtk_TestWebCoreGtk_LDFLAGS = \
-        $(Programs_TestWebKitAPI_WTF_TestWTF_LDFLAGS)
-
-Programs_TestWebKitAPI_WebCoreGtk_TestWebCoreGtk_SOURCES = \
-        Source/WebCore/platform/graphics/IntPoint.cpp \
-        Source/WebCore/platform/graphics/IntRect.cpp \
-        Source/WebCore/platform/graphics/IntSize.cpp \
-        Source/WebCore/platform/graphics/cairo/IntRectCairo.cpp \
-        Source/WebCore/platform/graphics/gtk/IntRectGtk.cpp \
-        Source/WebCore/platform/gtk/GtkInputMethodFilter.cpp \
-        Tools/TestWebKitAPI/config.h \
-        Tools/TestWebKitAPI/Tests/gtk/InputMethodFilter.cpp
-
-Programs_TestWebKitAPI_WebKitGtk_testapplicationcache_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testapplicationcache.c
-Programs_TestWebKitAPI_WebKitGtk_testapplicationcache_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testapplicationcache_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testapplicationcache_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testcontextmenu_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testcontextmenu.c
-Programs_TestWebKitAPI_WebKitGtk_testcontextmenu_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testcontextmenu_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testcontextmenu_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testdomdocument_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testdomdocument.c
-Programs_TestWebKitAPI_WebKitGtk_testdomdocument_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testdomdocument_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testdomdocument_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testdomdomwindow_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testdomdomwindow.c
-Programs_TestWebKitAPI_WebKitGtk_testdomdomwindow_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testdomdomwindow_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testdomdomwindow_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testdomnode_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testdomnode.c
-Programs_TestWebKitAPI_WebKitGtk_testdomnode_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testdomnode_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testdomnode_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testhttpbackend_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testhttpbackend.c
-Programs_TestWebKitAPI_WebKitGtk_testhttpbackend_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testhttpbackend_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testhttpbackend_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testfavicondatabase_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testfavicondatabase.c \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/test_utils.c
-Programs_TestWebKitAPI_WebKitGtk_testfavicondatabase_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testfavicondatabase_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testfavicondatabase_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testglobals_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testglobals.c
-Programs_TestWebKitAPI_WebKitGtk_testglobals_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testglobals_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testglobals_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testloading_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testloading.c
-Programs_TestWebKitAPI_WebKitGtk_testloading_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testloading_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testloading_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testmimehandling_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testmimehandling.c \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/test_utils.c
-Programs_TestWebKitAPI_WebKitGtk_testmimehandling_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testmimehandling_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testmimehandling_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testnetworkrequest_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testnetworkrequest.c
-Programs_TestWebKitAPI_WebKitGtk_testnetworkrequest_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testnetworkrequest_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testnetworkrequest_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testnetworkresponse_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testnetworkresponse.c
-Programs_TestWebKitAPI_WebKitGtk_testnetworkresponse_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testnetworkresponse_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testnetworkresponse_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testwebframe_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testwebframe.c
-Programs_TestWebKitAPI_WebKitGtk_testwebframe_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testwebframe_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testwebframe_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testwebplugindatabase_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testwebplugindatabase.c
-Programs_TestWebKitAPI_WebKitGtk_testwebplugindatabase_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testwebplugindatabase_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testwebplugindatabase_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testwebbackforwardlist_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testwebbackforwardlist.c
-Programs_TestWebKitAPI_WebKitGtk_testwebbackforwardlist_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testwebbackforwardlist_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testwebbackforwardlist_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testwebhistoryitem_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testwebhistoryitem.c
-Programs_TestWebKitAPI_WebKitGtk_testwebhistoryitem_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testwebhistoryitem_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testwebhistoryitem_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testwindow_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testwindow.c
-Programs_TestWebKitAPI_WebKitGtk_testwindow_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testwindow_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testwindow_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testdownload_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testdownload.c
-Programs_TestWebKitAPI_WebKitGtk_testdownload_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testdownload_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testdownload_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testatk_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testatk.c
-Programs_TestWebKitAPI_WebKitGtk_testatk_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testatk_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testatk_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testatkroles_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testatkroles.c
-Programs_TestWebKitAPI_WebKitGtk_testatkroles_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testatkroles_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testatkroles_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testwebinspector_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testwebinspector.c \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/test_utils.c
-Programs_TestWebKitAPI_WebKitGtk_testwebinspector_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testwebinspector_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testwebinspector_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testwebsettings_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testwebsettings.c
-Programs_TestWebKitAPI_WebKitGtk_testwebsettings_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testwebsettings_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testwebsettings_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testwebresource_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testwebresource.c
-Programs_TestWebKitAPI_WebKitGtk_testwebresource_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testwebresource_LDADD = $(webkitgtk_tests_ldadd)
-
-Programs_TestWebKitAPI_WebKitGtk_testwebdatasource_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testwebdatasource.c
-Programs_TestWebKitAPI_WebKitGtk_testwebdatasource_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testwebdatasource_LDADD = $(webkitgtk_tests_ldadd)
-
-Programs_TestWebKitAPI_WebKitGtk_testwebview_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testwebview.c Tools/TestWebKitAPI/Tests/WebKitGtk/test_utils.c
-Programs_TestWebKitAPI_WebKitGtk_testwebview_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testwebview_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testwebview_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testhittestresult_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testhittestresult.c
-Programs_TestWebKitAPI_WebKitGtk_testhittestresult_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testhittestresult_LDADD = $(webkitgtk_tests_ldadd)
-
-Programs_TestWebKitAPI_WebKitGtk_testkeyevents_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testkeyevents.c
-Programs_TestWebKitAPI_WebKitGtk_testkeyevents_CFLAGS = $(webkitgtk_tests_cflags)
-Programs_TestWebKitAPI_WebKitGtk_testkeyevents_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testkeyevents_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKitGtk_testcopyandpaste_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/testcopyandpaste.c \
-        Source/WebCore/platform/gtk/GtkVersioning.c
-Programs_TestWebKitAPI_WebKitGtk_testcopyandpaste_CFLAGS = \
-        $(webkitgtk_tests_cflags) \
-        -I$(srcdir)/Source/WebCore/platform/gtk \
-        -I$(srcdir)/Source/WebCore
-Programs_TestWebKitAPI_WebKitGtk_testcopyandpaste_LDADD = $(webkitgtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKitGtk_testcopyandpaste_LDFLAGS = $(webkitgtk_tests_ldflags)
-
-
-Programs_TestWebKitAPI_WebKit2_TestWebKit2_CPPFLAGS = \
-        $(Programs_TestWebKitAPI_WTF_TestWTF_CPPFLAGS) \
-        -I$(top_builddir)/DerivedSources/WebKit2/include \
-        $(FREETYPE_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(LIBSOUP_CFLAGS)
-
-Programs_TestWebKitAPI_WebKit2_TestWebKit2_CXXFLAGS = \
-        -DGTEST_HAS_RTTI=0 \
-        $(global_cxxflags)
-
-Programs_TestWebKitAPI_WebKit2_TestWebKit2_LDADD = \
-        Libraries/libTestWebKitAPIMain.la \
-        Libraries/libgtest.la \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        $(FREETYPE_LIBS) \
-        $(GLIB_LIBS) \
-        $(GTK_LIBS) \
-        $(LIBSOUP_LIBS)
-
-Programs_TestWebKitAPI_WebKit2_TestWebKit2_LDFLAGS = \
-        $(Programs_TestWebKitAPI_WTF_TestWTF_LDFLAGS)
-
-Programs_TestWebKitAPI_WebKit2_TestWebKit2_SOURCES = \
-        Tools/TestWebKitAPI/config.h \
-        Tools/TestWebKitAPI/gtk/PlatformUtilitiesGtk.cpp \
-        Tools/TestWebKitAPI/gtk/PlatformWebViewGtk.cpp \
-        Tools/TestWebKitAPI/JavaScriptTest.cpp \
-        Tools/TestWebKitAPI/JavaScriptTest.h \
-        Tools/TestWebKitAPI/PlatformUtilities.cpp \
-        Tools/TestWebKitAPI/PlatformUtilities.h \
-        Tools/TestWebKitAPI/PlatformWebView.h \
-        Tools/TestWebKitAPI/Tests/WebKit2/AboutBlankLoad.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/CanHandleRequest.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/CloseThenTerminate.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/CookieManager.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/DidAssociateFormControls.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/DidNotHandleKeyDown.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/DocumentStartUserScriptAlertCrash.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/DOMWindowExtensionBasic.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/DOMWindowExtensionNoCache.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/DownloadDecideDestinationCrash.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/EvaluateJavaScript.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/FailedLoad.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/Find.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/ForceRepaint.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/FrameMIMETypeHTML.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/FrameMIMETypePNG.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/Geolocation.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/GetInjectedBundleInitializationUserDataCallback.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/HitTestResultNodeHandle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/InjectedBundleBasic.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/InjectedBundleFrameHitTest.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/InjectedBundleInitializationUserDataCallbackWins.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/LayoutMilestonesWithAllContentInFrame.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/LoadAlternateHTMLStringWithNonDirectoryURL.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/LoadCanceledNoServerRedirectCallback.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/LoadPageOnCrash.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/MouseMoveAfterCrash.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayout.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayoutFails.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayoutForImages.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayoutFrames.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/PageLoadBasic.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/PageLoadDidChangeLocationWithinPageForFrame.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/ParentFrame.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/PreventEmptyUserAgent.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/PrivateBrowsingPushStateNoHistoryCallback.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/ReloadPageAfterCrash.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/ResizeReversePaginatedWebView.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/ResizeWindowAfterCrash.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/ResponsivenessTimerDoesntFireEarly.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/RestoreSessionStateContainingFormData.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/ScrollPinningBehaviors.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/ShouldGoToBackForwardListItem.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/SpacebarScrolling.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/TerminateTwice.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/UserMessage.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/WillLoad.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/WillSendSubmitEvent.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/WKPageGetScaleFactorNotZero.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/WKPreferences.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/WKString.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/WKStringJSString.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/WKURL.cpp
-
-if ENABLE_WEBKIT2
-noinst_LTLIBRARIES += \
-        Libraries/libTestWebKitAPIInjectedBundle.la
-endif # ENABLE_WEBKIT2
-
-Libraries_libTestWebKitAPIInjectedBundle_la_SOURCES = \
-        Tools/TestWebKitAPI/InjectedBundleController.cpp \
-        Tools/TestWebKitAPI/InjectedBundleController.h \
-        Tools/TestWebKitAPI/InjectedBundleMain.cpp \
-        Tools/TestWebKitAPI/InjectedBundleTest.h \
-        Tools/TestWebKitAPI/PlatformUtilities.cpp \
-        Tools/TestWebKitAPI/PlatformUtilities.h \
-        Tools/TestWebKitAPI/Tests/WebKit2/CanHandleRequest_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/DidAssociateFormControls_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/DocumentStartUserScriptAlertCrash_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/DOMWindowExtensionBasic_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/DOMWindowExtensionNoCache_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/GetInjectedBundleInitializationUserDataCallback_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/HitTestResultNodeHandle_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/InjectedBundleBasic_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/InjectedBundleFrameHitTest_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/InjectedBundleInitializationUserDataCallbackWins_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/LoadCanceledNoServerRedirectCallback_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/MouseMoveAfterCrash_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayout_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayoutFails_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayoutForImages_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayoutFrames_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/ParentFrame_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/ResponsivenessTimerDoesntFireEarly_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/ShouldGoToBackForwardListItem_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/UserMessage_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/WillLoad_Bundle.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2/WillSendSubmitEvent_Bundle.cpp \
-        Tools/TestWebKitAPI/gtk/InjectedBundleControllerGtk.cpp \
-        Tools/TestWebKitAPI/gtk/PlatformUtilitiesGtk.cpp
-
-Libraries_libTestWebKitAPIInjectedBundle_la_LDFLAGS = \
-        -rpath ${shell pwd}/$(top_builddir)/Libraries/.libs \
-        $(no_undefined) \
-        -avoid-version \
-        -module
-
-Libraries_libTestWebKitAPIInjectedBundle_la_CPPFLAGS = \
-        $(Libraries_libTestWebKitAPIMain_la_CPPFLAGS) \
-        -I$(top_builddir)/DerivedSources/InjectedBundle \
-        $(GTK_CFLAGS)
-
-Libraries_libTestWebKitAPIInjectedBundle_la_CXXFLAGS = \
-        -DGTEST_HAS_RTTI=0 \
-        $(global_cxxflags)
-
-Libraries_libTestWebKitAPIInjectedBundle_la_CFLAGS = \
-        $(global_cflags)
-
-
-if ENABLE_WEBKIT2
-noinst_LTLIBRARIES += Libraries/WebExtensions/libWebExtensionTest.la
-endif
-
-Libraries_WebExtensions_libWebExtensionTest_la_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/WebExtensionTest.cpp
-
-Libraries_WebExtensions_libWebExtensionTest_la_LDFLAGS = \
-        -rpath ${shell pwd}/$(top_builddir)/Libraries/WebExtensions/.libs \
-        $(no_undefined) \
-        -avoid-version \
-        -module
-
-Libraries_WebExtensions_libWebExtensionTest_la_CPPFLAGS = \
-        -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle/API/gtk \
-        -I$(top_builddir)/DerivedSources \
-        -I$(top_builddir)/DerivedSources/WebKit2/webkit2extension/include \
-        -DWEBKIT2_COMPILATION \
-        $(webkit2gtk_tests_cppflags)
-
-Libraries_WebExtensions_libWebExtensionTest_la_CXXFLAGS = \
-        $(global_cxxflags)
-
-Libraries_WebExtensions_libWebExtensionTest_la_CFLAGS = \
-        $(global_cflags)
-
-
-if ENABLE_WEBKIT2
-noinst_LTLIBRARIES += Libraries/WebExtensions/libWebProcessTest.la
-endif
-
-Libraries_WebExtensions_libWebProcessTest_la_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/DOMNodeTest.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/FrameTest.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/WebProcessTest.cpp \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/WebProcessTest.h
-
-Libraries_WebExtensions_libWebProcessTest_la_LDFLAGS = \
-        -rpath ${shell pwd}/$(top_builddir)/Libraries/WebExtensions/.libs \
-        $(no_undefined) \
-        -avoid-version \
-        -module
-
-Libraries_WebExtensions_libWebProcessTest_la_CPPFLAGS = \
-        -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle/API/gtk \
-        -I$(top_builddir)/DerivedSources \
-        -I$(top_builddir)/DerivedSources/WebKit2/webkit2extension/include \
-        -DWEBKIT2_COMPILATION \
-        $(webkit2gtk_tests_cppflags)
-
-Libraries_WebExtensions_libWebProcessTest_la_CXXFLAGS = \
-        $(global_cxxflags)
-
-Libraries_WebExtensions_libWebProcessTest_la_CFLAGS = \
-        $(global_cflags)
-
-
-Programs/TestWebKitAPI/WebKit2Gtk/resources/webkit2gtk-tests-resources.gresource: Tools/TestWebKitAPI/Tests/WebKit2Gtk/resources/webkit2gtk-tests.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/Tools/TestWebKitAPI/Tests/WebKit2Gtk/resources/webkit2gtk-tests.gresource.xml)
-        $(AM_V_at)mkdir -p ${GENPROGRAMS}/TestWebKitAPI/WebKit2Gtk/resources
-        $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) $&lt;
-
-DISTCLEANFILES += \
-        Programs/TestWebKitAPI/WebKit2Gtk/resources/webkit2gtk-tests-resources.gresource
-
-noinst_DATA += \
-        Programs/TestWebKitAPI/WebKit2Gtk/resources/webkit2gtk-tests-resources.gresource
-
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitWebContext_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitWebContext.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitWebContext_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitWebContext_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitWebContext_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitWebView_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitWebView.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitWebView_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitWebView_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitWebView_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestLoaderClient_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestLoaderClient.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestLoaderClient_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestLoaderClient_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestLoaderClient_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestMultiprocess_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestMultiprocess.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestMultiprocess_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestMultiprocess_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestMultiprocess_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitSettings_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitSettings.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitSettings_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitSettings_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitSettings_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_InspectorTestServer_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/InspectorTestServer.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_InspectorTestServer_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_InspectorTestServer_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_InspectorTestServer_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestBackForwardList_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestBackForwardList.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestBackForwardList_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestBackForwardList_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestBackForwardList_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitPolicyClient_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitPolicyClient.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitPolicyClient_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitPolicyClient_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitPolicyClient_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-if HAVE_ATSPI2
-Programs_TestWebKitAPI_WebKit2Gtk_AccessibilityTestServer_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/AccessibilityTestServer.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_AccessibilityTestServer_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_AccessibilityTestServer_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_AccessibilityTestServer_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitAccessibility_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitAccessibility.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitAccessibility_CPPFLAGS = $(webkit2gtk_tests_cppflags) $(ATSPI2_CFLAGS)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitAccessibility_LDADD = $(webkit2gtk_tests_ldadd) $(ATSPI2_LIBS)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitAccessibility_LDFLAGS = $(webkit2gtk_tests_ldflags)
-endif
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestDownloads_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestDownloads.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestDownloads_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestDownloads_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestDownloads_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebViewEditor_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebViewEditor.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebViewEditor_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebViewEditor_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebViewEditor_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestPrinting_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestPrinting.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestPrinting_CPPFLAGS = $(webkit2gtk_tests_cppflags) $(GTK_UNIX_PRINTING_CFLAGS)
-Programs_TestWebKitAPI_WebKit2Gtk_TestPrinting_LDADD = $(webkit2gtk_tests_ldadd) $(GTK_UNIX_PRINTING_LIBS)
-Programs_TestWebKitAPI_WebKit2Gtk_TestPrinting_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitFaviconDatabase_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitFaviconDatabase.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitFaviconDatabase_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitFaviconDatabase_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitFaviconDatabase_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitFindController_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitFindController.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitFindController_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitFindController_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitFindController_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestResources_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestResources.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestResources_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestResources_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestResources_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestCookieManager_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestCookieManager.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestCookieManager_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestCookieManager_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestCookieManager_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestInspector_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestInspector.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestInspector_CPPFLAGS = \
-        $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestInspector_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestInspector_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestInspectorServer_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestInspectorServer.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestInspectorServer_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestInspectorServer_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestInspectorServer_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitVersion_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitVersion.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitVersion_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitVersion_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitVersion_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestContextMenu_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestContextMenu.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestContextMenu_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestContextMenu_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestContextMenu_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestSSL_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestSSL.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestSSL_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestSSL_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestSSL_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebExtensions_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebExtensions.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebExtensions_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebExtensions_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebExtensions_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitWebViewGroup_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitWebViewGroup.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitWebViewGroup_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitWebViewGroup_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestWebKitWebViewGroup_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestDOMNode_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestDOMNode.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestDOMNode_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestDOMNode_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestDOMNode_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestFrame_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestFrame.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestFrame_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestFrame_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestFrame_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestAuthentication_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestAuthentication.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestAuthentication_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestAuthentication_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestAuthentication_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-Programs_TestWebKitAPI_WebKit2Gtk_TestUIClient_SOURCES = \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestUIClient.cpp
-Programs_TestWebKitAPI_WebKit2Gtk_TestUIClient_CPPFLAGS = $(webkit2gtk_tests_cppflags)
-Programs_TestWebKitAPI_WebKit2Gtk_TestUIClient_LDADD = $(webkit2gtk_tests_ldadd)
-Programs_TestWebKitAPI_WebKit2Gtk_TestUIClient_LDFLAGS = $(webkit2gtk_tests_ldflags)
-
-
-stamp-testwebkitapi-webcore-forwarding-headers: $(WebKit2)/Scripts/generate-forwarding-headers.pl $(Programs_TestWebKitAPI_WebCore_TestWebCore_SOURCES)
-        $(AM_V_GEN)$(PERL) $&lt; $(srcdir)/Tools/TestWebKitAPI/Tests/WebCore $(GENSOURCES_WEBCORE)/include gtk \
-        &amp;&amp; echo timestamp &gt; $(@F)
-
-stamp-testwebkitapi-webkit2-forwarding-headers: $(WebKit2)/Scripts/generate-forwarding-headers.pl $(Programs_TestWebKitAPI_WebKit2_TestWebKit2_SOURCES) $(Libraries_libTestWebKitAPIInjectedBundle_la_SOURCES)
-        $(AM_V_GEN)$(PERL) $&lt; $(srcdir)/Tools/TestWebKitAPI $(GENSOURCES_WEBKIT2)/include gtk \
-        &amp;&amp; echo timestamp &gt; $(@F)
-
-BUILT_SOURCES += $(top_builddir)/stamp-testwebkitapi-webcore-forwarding-headers
-if ENABLE_WEBKIT2
-BUILT_SOURCES += $(top_builddir)/stamp-testwebkitapi-webkit2-forwarding-headers
-endif # ENABLE_WEBKIT2
-
-
-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 \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/resources/test-cert.pem \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/resources/test-key.pem \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/resources/webkit2gtk-tests.gresource.xml \
-        Tools/TestWebKitAPI/Tests/WebKit2Gtk/resources/link-title.js \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/test_utils.h \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/resources/blank.ico \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/resources/test.html \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/resources/test.ogg \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/resources/test.pdf \
-        Tools/TestWebKitAPI/Tests/WebKitGtk/resources/test.txt
</del></span></pre></div>
<a id="trunkToolsTestWebKitAPIconfigh"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/config.h (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/config.h        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/TestWebKitAPI/config.h        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -23,13 +23,9 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H
-#ifdef BUILDING_WITH_CMAKE
</del><ins>+#if defined(HAVE_CONFIG_H) &amp;&amp; HAVE_CONFIG_H &amp;&amp; defined(BUILDING_WITH_CMAKE)
</ins><span class="cx"> #include &quot;cmakeconfig.h&quot;
</span><del>-#else
-#include &quot;autotoolsconfig.h&quot;
</del><span class="cx"> #endif
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/Platform.h&gt;
</span><span class="cx"> #include &lt;wtf/ExportMacros.h&gt;
</span></span></pre></div>
<a id="trunkToolsWebKitTestRunnerGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/WebKitTestRunner/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/WebKitTestRunner/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/WebKitTestRunner/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,175 +0,0 @@
</span><del>-
-stamp-webkittestrunner-forwarding-headers: $(WebKit2)/Scripts/generate-forwarding-headers.pl $(Programs_WebKitTestRunner_SOURCES) $(Libraries_libTestRunnerInjectedBundle_la_SOURCES)
-        $(AM_V_GEN)$(PERL) $&lt; $(srcdir)/Tools/WebKitTestRunner $(GENSOURCES_WEBKIT2)/include gtk \
-        &amp;&amp; echo timestamp &gt; $(@F)
-
-BUILT_SOURCES += $(top_builddir)/stamp-webkittestrunner-forwarding-headers
-
-if ENABLE_WEBKIT2
-noinst_PROGRAMS += \
-        Programs/WebKitTestRunner
-endif
-
-Programs_WebKitTestRunner_SOURCES = \
-        Tools/WebKitTestRunner/EventSenderProxy.h \
-        Tools/WebKitTestRunner/gtk/main.cpp \
-        Tools/WebKitTestRunner/gtk/EventSenderProxyGtk.cpp \
-        Tools/WebKitTestRunner/gtk/PlatformWebViewGtk.cpp \
-        Tools/WebKitTestRunner/gtk/TestControllerGtk.cpp \
-        Tools/WebKitTestRunner/cairo/TestInvocationCairo.cpp \
-        Tools/WebKitTestRunner/CyclicRedundancyCheck.cpp \
-        Tools/WebKitTestRunner/CyclicRedundancyCheck.h \
-        Tools/WebKitTestRunner/GeolocationProviderMock.cpp \
-        Tools/WebKitTestRunner/GeolocationProviderMock.h \
-        Tools/WebKitTestRunner/Options.cpp \
-        Tools/WebKitTestRunner/Options.h \
-        Tools/WebKitTestRunner/PixelDumpSupport.cpp \
-        Tools/WebKitTestRunner/PixelDumpSupport.h \
-        Tools/WebKitTestRunner/PlatformWebView.h \
-        Tools/WebKitTestRunner/StringFunctions.h \
-        Tools/WebKitTestRunner/TestController.cpp \
-        Tools/WebKitTestRunner/TestController.h \
-        Tools/WebKitTestRunner/TestInvocation.cpp \
-        Tools/WebKitTestRunner/TestInvocation.h \
-        Tools/WebKitTestRunner/WebNotificationProvider.cpp \
-        Tools/WebKitTestRunner/WebNotificationProvider.h \
-        Tools/WebKitTestRunner/WebKitTestRunnerPrefix.h \
-        Tools/WebKitTestRunner/WorkQueueManager.cpp \
-        Tools/WebKitTestRunner/WorkQueueManager.h
-
-Programs_WebKitTestRunner_CPPFLAGS = \
-        -include Tools/WebKitTestRunner/WebKitTestRunnerPrefix.h \
-        -I$(srcdir)/Tools/WebKitTestRunner \
-        -I$(srcdir)/Source/WebCore/platform/gtk \
-        -I$(top_builddir)/DerivedSources/WebKit2/include \
-        $(global_cppflags) \
-        $(javascriptcore_cppflags) \
-        $(webcore_cppflags) \
-        $(CAIRO_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(LIBSOUP_CFLAGS)
-Programs_WebKitTestRunner_CXXFLAGS = $(global_cxxflags)
-Programs_WebKitTestRunner_CFLAGS = $(global_cflags)
-
-Programs_WebKitTestRunner_LDADD = \
-        libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        $(CAIRO_LIBS) \
-        $(GTK_LIBS) \
-        $(GLIB_LIBS) \
-        $(LIBSOUP_LIBS) \
-        $(FREETYPE_LIBS) \
-        $(WINMM_LIBS) \
-        $(XRENDER_LIBS) \
-        $(XT_LIBS)
-
-Programs_WebKitTestRunner_LDFLAGS = \
-        -no-install
-
-# The InjectedBundle library allows the render process to load harness code.
-if ENABLE_WEBKIT2
-noinst_LTLIBRARIES += Libraries/libTestRunnerInjectedBundle.la
-endif
-
-webkittestrunner_built_sources += \
-        DerivedSources/InjectedBundle/JSAccessibilityController.cpp \
-        DerivedSources/InjectedBundle/JSAccessibilityTextMarker.cpp \
-        DerivedSources/InjectedBundle/JSAccessibilityTextMarkerRange.cpp \
-        DerivedSources/InjectedBundle/JSAccessibilityUIElement.cpp \
-        DerivedSources/InjectedBundle/JSEventSendingController.cpp \
-        DerivedSources/InjectedBundle/JSGCController.cpp \
-        DerivedSources/InjectedBundle/JSTestRunner.cpp \
-        DerivedSources/InjectedBundle/JSTextInputController.cpp
-nodist_Libraries_libTestRunnerInjectedBundle_la_SOURCES = $(webkittestrunner_built_sources)
-BUILT_SOURCES += $(webkittestrunner_built_sources)
-
-Libraries_libTestRunnerInjectedBundle_la_SOURCES = \
-        Tools/WebKitTestRunner/InjectedBundle/AccessibilityController.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/AccessibilityController.h \
-        Tools/WebKitTestRunner/InjectedBundle/AccessibilityTextMarker.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/AccessibilityTextMarker.h \
-        Tools/WebKitTestRunner/InjectedBundle/AccessibilityTextMarkerRange.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/AccessibilityTextMarkerRange.h \
-        Tools/WebKitTestRunner/InjectedBundle/AccessibilityUIElement.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/AccessibilityUIElement.h \
-        Tools/WebKitTestRunner/InjectedBundle/ActivateFonts.h \
-        Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityControllerAtk.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityNotificationHandlerAtk.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityNotificationHandlerAtk.h \
-        Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/Bindings/JSWrappable.h \
-        Tools/WebKitTestRunner/InjectedBundle/Bindings/JSWrapper.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/Bindings/JSWrapper.h \
-        Tools/WebKitTestRunner/InjectedBundle/EventSendingController.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/EventSendingController.h \
-        Tools/WebKitTestRunner/InjectedBundle/GCController.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/GCController.h \
-        Tools/WebKitTestRunner/InjectedBundle/gtk/ActivateFontsGtk.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/gtk/InjectedBundleGtk.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/gtk/InjectedBundleUtilities.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/gtk/InjectedBundleUtilities.h \
-        Tools/WebKitTestRunner/InjectedBundle/gtk/TestRunnerGtk.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/InjectedBundle.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/InjectedBundle.h \
-        Tools/WebKitTestRunner/InjectedBundle/InjectedBundleMain.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.h \
-        Tools/WebKitTestRunner/InjectedBundle/TestRunner.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/TestRunner.h \
-        Tools/WebKitTestRunner/InjectedBundle/TextInputController.cpp \
-        Tools/WebKitTestRunner/InjectedBundle/TextInputController.h
-
-Libraries_libTestRunnerInjectedBundle_la_LIBADD = \
-        libWebCoreInternals.la
-
-Libraries_libTestRunnerInjectedBundle_la_LDFLAGS = \
-        -rpath ${shell pwd}/$(top_builddir)/../unix/TestNetscapePlugin/.libs \
-        $(no_undefined) \
-        -avoid-version \
-        -module
-
-Libraries_libTestRunnerInjectedBundle_la_CPPFLAGS = \
-        -DFONTS_CONF_DIR=\&quot;${shell pwd}/${srcdir}/Tools/DumpRenderTree/gtk/fonts\&quot; \
-        -DTOP_LEVEL_DIR=\&quot;${shell pwd}/${srcdir}\&quot; \
-        -include Tools/WebKitTestRunner/WebKitTestRunnerPrefix.h \
-        -I$(srcdir)/Tools/WebKitTestRunner \
-        -I$(srcdir)/Tools/WebKitTestRunner/InjectedBundle \
-        -I$(srcdir)/Tools/WebKitTestRunner/InjectedBundle/Bindings \
-        -I$(srcdir)/Tools/WebKitTestRunner/InjectedBundle/atk \
-        -I$(srcdir)/Source/WebCore/testing/js \
-        -I$(top_builddir)/DerivedSources/InjectedBundle \
-        -I$(top_builddir)/DerivedSources/WebKit2/include \
-        $(global_cppflags) \
-        $(javascriptcore_cppflags) \
-        $(webcore_cppflags) \
-        $(CAIRO_CFLAGS) \
-        $(GLIB_CFLAGS) \
-        $(GTK_CFLAGS) \
-        $(LIBSOUP_CFLAGS)
-Libraries_libTestRunnerInjectedBundle_la_CXXFLAGS = $(global_cxxflags)
-Libraries_libTestRunnerInjectedBundle_la_CFLAGS = $(global_cflags)
-
-code_generation_dependencies = \
-        Tools/WebKitTestRunner/InjectedBundle/Bindings/CodeGeneratorTestRunner.pm \
-        Source/WebCore/bindings/scripts/CodeGenerator.pm \
-        Source/WebCore/bindings/scripts/IDLParser.pm \
-        Source/WebCore/bindings/scripts/InFilesParser.pm \
-        Source/WebCore/bindings/scripts/generate-bindings.pl
-
-DerivedSources/InjectedBundle/JS%.cpp: Tools/WebKitTestRunner/InjectedBundle/Bindings/%.idl $(code_generation_dependencies)
-        $(AM_V_GEN)$(PERL) \
-                -I $(srcdir)/Source/WebCore/bindings/scripts \
-                -I $(srcdir)/Tools/WebKitTestRunner/InjectedBundle/Bindings \
-                $(srcdir)/Source/WebCore/bindings/scripts/generate-bindings.pl \
-                --defines &quot;$(feature_defines)&quot; --generator TestRunner \
-                --include $(srcdir)/Tools/InjectedBundle/Bindings \
-                --outputDir $(top_builddir)/DerivedSources/InjectedBundle \
-                $&lt;
-
-EXTRA_DIST += \
-        $(srcdir)/Tools/WebKitTestRunner/InjectedBundle/Bindings/CodeGeneratorTestRunner.pm \
-        $(srcdir)/Source/WebCore/bindings/scripts/CodeGenerator.pm \
-        $(srcdir)/Source/WebCore/bindings/scripts/IDLParser.pm \
-        $(srcdir)/Source/WebCore/bindings/scripts/InFilesParser.pm \
-        $(srcdir)/Source/WebCore/bindings/scripts/generate-bindings.pl \
-        $(shell ls $(srcdir)/Tools/WebKitTestRunner/InjectedBundle/Bindings/*.idl)
</del></span></pre></div>
<a id="trunkToolsWebKitTestRunnerWebKitTestRunnerPrefixh"></a>
<div class="modfile"><h4>Modified: trunk/Tools/WebKitTestRunner/WebKitTestRunnerPrefix.h (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/WebKitTestRunner/WebKitTestRunnerPrefix.h        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/WebKitTestRunner/WebKitTestRunnerPrefix.h        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -27,10 +27,6 @@
</span><span class="cx"> #import &lt;Foundation/Foundation.h&gt;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-#if defined(BUILDING_GTK__)
-#include &quot;autotoolsconfig.h&quot;
-#endif /* defined (BUILDING_GTK__) */
-
</del><span class="cx"> #include &lt;wtf/Platform.h&gt;
</span><span class="cx"> #include &lt;WebKit2/WebKit2_C.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsgtkGNUmakefileam"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/gtk/GNUmakefile.am (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/gtk/GNUmakefile.am        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/gtk/GNUmakefile.am        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,153 +0,0 @@
</span><del>-EXTRA_DIST += \
-        Tools/gtk/check-for-webkitdom-api-breaks \
-        Tools/gtk/common.py \
-        Tools/gtk/generate-feature-defines-files \
-        Tools/gtk/generate-gtkdoc \
-        Tools/gtk/generate-inspector-gresource-manifest.py \
-        Tools/gtk/generate-webkitdom-doc-files \
-        Tools/gtk/gtkdoc.py
-
-docs: docs-build.stamp
-.PHONY : docs
-DISTCLEANFILES += docs-build.stamp
-
-docs_build_dependencies = \
-        Source/WebKit/gtk/docs/webkitenvironment.xml
-
-if ENABLE_WEBKIT1
-docs_build_dependencies += \
-        libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        Source/WebKit/gtk/docs/webkitgtk-docs.sgml \
-        Source/WebKit/gtk/docs/webkitgtk-sections.txt \
-        gtkdoc-webkitgtk.cfg
-endif
-
-if ENABLE_WEBKIT2
-docs_build_dependencies += \
-        libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
-        Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml \
-        Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt \
-        gtkdoc-webkit2gtk.cfg
-endif
-
-docs_build_dependencies += \
-        libGObjectDOMBindings.la \
-        gtkdoc-webkitdom.cfg
-
-docs-build.stamp: $(docs_build_dependencies)
-        CC=$(CC) $(srcdir)/Tools/gtk/generate-gtkdoc
-        @touch docs-build.stamp
-
-clean-local: doc-clean-local
-doc-clean-local:
-        @rm -f Documentation/webkitgtk/*~ Documentation/webkitgtk*.bak
-        @rm -f Documentation/webkit2gtk/*~ Documentation/webkit2gtk*.bak
-        @rm -f Documentation/webkitdomgtk/*~ Documentation/webkitdomgtk*.bak
-
-distclean-local: doc-distclean-local
-doc-distclean-local:
-        @rm -rf Documentation
-maintainer-clean-local: doc-maintainer-clean-local
-doc-maintainer-clean-local: clean
-        @rm -rf Documentation/webkitgtk Documentation/webkit2gtk Documentation/webkitdomgtk
-        -@rmdir Documentation
-
-install-data-local:
-if ENABLE_WEBKIT1
-        @installfiles=`echo ./Documentation/webkitgtk/html/*`; \
-        if test &quot;$$installfiles&quot; = './Documentation/webkitgtk/html/*'; \
-        then echo 1&gt;&amp;2 'No documentation to install' ; \
-        else \
-          DOC_MODULE_VERSION=`cat ./Documentation/webkitgtk/version.xml`; \
-          if test -n &quot;$(DOC_MODULE_VERSION)&quot;; then \
-            installdir=&quot;$(DESTDIR)$(HTML_DIR)/webkitgtk-$(DOC_MODULE_VERSION)&quot;; \
-          else \
-            installdir=&quot;$(DESTDIR)$(HTML_DIR)/webkitgtk&quot;; \
-          fi; \
-          $(mkinstalldirs) $${installdir} ; \
-          for i in $$installfiles; do \
-            echo ' $(INSTALL_DATA) '$$i ; \
-            $(INSTALL_DATA) $$i $${installdir}; \
-          done; \
-          if test -n &quot;$(DOC_MODULE_VERSION)&quot;; then \
-            mv -f $${installdir}/webkitgtk.devhelp2 \
-              $${installdir}/webkitgtk-$(DOC_MODULE_VERSION).devhelp2; \
-          fi; \
-        fi
-endif
-if ENABLE_WEBKIT2
-        @installfiles=`echo ./Documentation/webkit2gtk/html/*`; \
-        if test &quot;$$installfiles&quot; = './Documentation/webkit2gtk/html/*'; \
-        then echo 1&gt;&amp;2 'No documentation to install' ; \
-        else \
-          DOC_MODULE_VERSION=`cat ./Documentation/webkit2gtk/version.xml`; \
-          if test -n &quot;$(DOC_MODULE_VERSION)&quot;; then \
-            installdir=&quot;$(DESTDIR)$(HTML_DIR)/webkit2gtk-$(DOC_MODULE_VERSION)&quot;; \
-          else \
-            installdir=&quot;$(DESTDIR)$(HTML_DIR)/webkit2gtk&quot;; \
-          fi; \
-          $(mkinstalldirs) $${installdir} ; \
-          for i in $$installfiles; do \
-            echo ' $(INSTALL_DATA) '$$i ; \
-            $(INSTALL_DATA) $$i $${installdir}; \
-          done; \
-          if test -n &quot;$(DOC_MODULE_VERSION)&quot;; then \
-            mv -f $${installdir}/webkit2gtk.devhelp2 \
-              $${installdir}/webkit2gtk-$(DOC_MODULE_VERSION).devhelp2; \
-          fi; \
-        fi
-endif
-        @installfiles=`echo ./Documentation/webkitdomgtk/html/*`; \
-        if test &quot;$$installfiles&quot; = './Documentation/webkitdomgtk/html/*'; \
-        then echo 1&gt;&amp;2 'No documentation to install' ; \
-        else \
-          DOC_MODULE_VERSION=`cat ./Documentation/webkitdomgtk/version.xml`; \
-          if test -n &quot;$(DOC_MODULE_VERSION)&quot;; then \
-            installdir=&quot;$(DESTDIR)$(HTML_DIR)/webkitdomgtk-$(DOC_MODULE_VERSION)&quot;; \
-          else \
-            installdir=&quot;$(DESTDIR)$(HTML_DIR)/webkitdomgtk&quot;; \
-          fi; \
-          $(mkinstalldirs) $${installdir} ; \
-          for i in $$installfiles; do \
-            echo ' $(INSTALL_DATA) '$$i ; \
-            $(INSTALL_DATA) $$i $${installdir}; \
-          done; \
-          if test -n &quot;$(DOC_MODULE_VERSION)&quot;; then \
-            mv -f $${installdir}/webkitdomgtk.devhelp2 \
-              $${installdir}/webkitdomgtk-$(DOC_MODULE_VERSION).devhelp2; \
-          fi; \
-        fi
-if ENABLE_GTK_DOC
-        @$(AM_V_GEN) PKG_CONFIG=$(PKG_CONFIG) $(PYTHON) $(srcdir)/Tools/gtk/generate-gtkdoc --rebase --virtual-root=$${DESTDIR}
-endif
-
-uninstall-local:
-if ENABLE_WEBKIT1
-        @DOC_MODULE_VERSION=`cat ./Documentation/webkitgtk/version.xml`; \
-        if test -n &quot;$(DOC_MODULE_VERSION)&quot;; then \
-          installdir=&quot;$(DESTDIR)$(HTML_DIR)/webkitgtk-$(DOC_MODULE_VERSION)&quot;; \
-        else \
-          installdir=&quot;$(DESTDIR)$(HTML_DIR)/webkitgtk&quot;; \
-        fi; \
-        rm -rf $${installdir}
-endif
-if ENABLE_WEBKIT2
-        @DOC_MODULE_VERSION=`cat ./Documentation/webkit2gtk/version.xml`; \
-        if test -n &quot;$(DOC_MODULE_VERSION)&quot;; then \
-          installdir=&quot;$(DESTDIR)$(HTML_DIR)/webkit2gtk-$(DOC_MODULE_VERSION)&quot;; \
-        else \
-          installdir=&quot;$(DESTDIR)$(HTML_DIR)/webkit2gtk&quot;; \
-        fi; \
-        rm -rf $${installdir}
-endif
-        @DOC_MODULE_VERSION=`cat ./Documentation/webkitdomgtk/version.xml`; \
-        if test -n &quot;$(DOC_MODULE_VERSION)&quot;; then \
-          installdir=&quot;$(DESTDIR)$(HTML_DIR)/webkitdomgtk-$(DOC_MODULE_VERSION)&quot;; \
-        else \
-          installdir=&quot;$(DESTDIR)$(HTML_DIR)/webkitdomgtk&quot;; \
-        fi; \
-        rm -rf $${installdir}
-if ENABLE_GTK_DOC
-noinst_DATA += docs-build.stamp
-endif
-
</del></span></pre></div>
<a id="trunkToolsgtkcommonpy"></a>
<div class="modfile"><h4>Modified: trunk/Tools/gtk/common.py (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/gtk/common.py        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/Tools/gtk/common.py        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -25,7 +25,6 @@
</span><span class="cx"> build_dir = None
</span><span class="cx"> library_build_dir = None
</span><span class="cx"> tests_library_build_dir = None
</span><del>-is_cmake = None
</del><span class="cx"> build_types = ('Release', 'Debug')
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="lines">@@ -41,40 +40,17 @@
</span><span class="cx">     build_types = new_build_types
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-def is_cmake_build():
-    global is_cmake
-    if is_cmake is None:
-        is_cmake = not os.path.exists(build_path('config.log'))
-    return is_cmake
-
-
</del><span class="cx"> def library_build_path(*args):
</span><span class="cx">     global library_build_dir
</span><span class="cx">     if not library_build_dir:
</span><del>-        if is_cmake_build():
-            library_build_dir = build_path('lib', *args)
-        else:
-            library_build_dir = build_path('.libs', *args)
</del><ins>+        library_build_dir = build_path('lib', *args)
</ins><span class="cx">     return library_build_dir
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-def tests_library_build_path(*args):
-    if is_cmake_build():
-        return library_build_path(*args)
-
-    global tests_library_build_dir
-    if not tests_library_build_dir:
-        tests_library_build_dir = build_path('Libraries', *args)
-    return tests_library_build_dir
-
-
</del><span class="cx"> def binary_build_path(*args):
</span><span class="cx">     global library_build_dir
</span><span class="cx">     if not library_build_dir:
</span><del>-        if is_cmake_build():
-            library_build_dir = build_path('bin', *args)
-        else:
-            library_build_dir = build_path('Programs', *args)
</del><ins>+        library_build_dir = build_path('bin', *args)
</ins><span class="cx">     return library_build_dir
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="lines">@@ -84,10 +60,7 @@
</span><span class="cx">         return build_dir
</span><span class="cx"> 
</span><span class="cx">     def is_valid_build_directory(path):
</span><del>-        return os.path.exists(os.path.join(path, 'GNUmakefile')) or \
-            os.path.exists(os.path.join(path, 'Programs', 'GtkLauncher')) or \
-            os.path.exists(os.path.join(path, 'Programs', 'MiniBrowser')) or \
-            os.path.exists(os.path.join(path, 'CMakeCache.txt')) or \
</del><ins>+        return os.path.exists(os.path.join(path, 'CMakeCache.txt')) or \
</ins><span class="cx">             os.path.exists(os.path.join(path, 'bin/GtkLauncher')) or \
</span><span class="cx">             os.path.exists(os.path.join(path, 'bin/MiniBrowser'))
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsgtksymbolsfilterfromrev166238trunkSourceautotoolssymbolsfilter"></a>
<div class="copfile"><h4>Copied: trunk/Tools/gtk/symbols.filter (from rev 166238, trunk/Source/autotools/symbols.filter) (0 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/gtk/symbols.filter                                (rev 0)
+++ trunk/Tools/gtk/symbols.filter        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+{
+global:
+  webkit_*;
+  WebProcessMainGtk;
+  NetworkProcessMain;
+  _ZN6WebKit22WebGtkExtensionManager10initializeEPK14OpaqueWKBundlePKv;
+  _ZN6WebKit22WebGtkExtensionManager6sharedEv;
+local:
+  webkit_media_player_debug;
+  *;
+};
</ins></span></pre></div>
<a id="trunkautogensh"></a>
<div class="delfile"><h4>Deleted: trunk/autogen.sh (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/autogen.sh        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/autogen.sh        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,25 +0,0 @@
</span><del>-#! /bin/sh
-
-# Allow invocation from a separate build directory; in that case, we change
-# to the source directory to run the auto*, then change back before running configure
-srcdir=`dirname &quot;$0&quot;`
-test -z &quot;$srcdir&quot; &amp;&amp; srcdir=.
-
-ORIGDIR=`pwd`
-cd &quot;$srcdir&quot; || exit 1
-
-touch README INSTALL
-
-if test -z `which autoreconf`; then
-    echo &quot;Error: autoreconf not found, please install it.&quot;
-    exit 1
-fi
-autoreconf --verbose --install -I Source/autotools $ACLOCAL_FLAGS|| exit $?
-rm -rf autom4te.cache
-
-cd &quot;$ORIGDIR&quot; || exit 1
-
-if test -z &quot;$NOCONFIGURE&quot;; then
-    &quot;$srcdir&quot;/configure $AUTOGEN_CONFIGURE_ARGS &quot;$@&quot; || exit $?
-fi
-
</del></span></pre></div>
<a id="trunkconfigureac"></a>
<div class="delfile"><h4>Deleted: trunk/configure.ac (166238 => 166239)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/configure.ac        2014-03-25 16:51:40 UTC (rev 166238)
+++ trunk/configure.ac        2014-03-25 17:45:52 UTC (rev 166239)
</span><span class="lines">@@ -1,62 +0,0 @@
</span><del>-AC_PREREQ(2.60)
-
-m4_include([Source/autotools/Versions.m4])
-
-AC_INIT([WebKitGTK],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
-AC_CONFIG_MACRO_DIR([Source/autotools])
-AC_CONFIG_AUX_DIR([Source/autotools])
-AC_SUBST(ACLOCAL_AMFLAGS, &quot;-I Source/autotools&quot;)
-AC_CONFIG_HEADERS([autotoolsconfig.h])
-AC_CONFIG_SRCDIR([Source/WebCore/config.h])
-
-WEBKIT_MAJOR_VERSION=webkit_major_version
-WEBKIT_MINOR_VERSION=webkit_minor_version
-WEBKIT_MICRO_VERSION=webkit_micro_version
-WEBKIT_USER_AGENT_MAJOR_VERSION=webkit_user_agent_major_version
-WEBKIT_USER_AGENT_MINOR_VERSION=webkit_user_agent_minor_version
-AC_SUBST(WEBKIT_MAJOR_VERSION)
-AC_SUBST(WEBKIT_MINOR_VERSION)
-AC_SUBST(WEBKIT_MICRO_VERSION)
-AC_SUBST(WEBKIT_USER_AGENT_MAJOR_VERSION)
-AC_SUBST(WEBKIT_USER_AGENT_MINOR_VERSION)
-AC_DEFINE([USER_AGENT_GTK_MAJOR_VERSION], [webkit_user_agent_major_version], [The major version used in user agent string])
-AC_DEFINE([USER_AGENT_GTK_MINOR_VERSION], [webkit_user_agent_minor_version], [The minor version used in user agent string])
-
-m4_include([Source/autotools/CustomMacros.m4])
-m4_include([Source/autotools/CheckSystemAndBasicDependencies.m4])
-m4_include([Source/autotools/SetupLibtool.m4])
-m4_include([Source/autotools/ReadCommandLineArguments.m4])
-m4_include([Source/autotools/FindDependencies.m4])
-m4_include([Source/autotools/SetupCompilerFlags.m4])
-m4_include([Source/autotools/SetupAutoconfHeader.m4])
-m4_include([Source/autotools/SetupWebKitFeatures.m4])
-
-# We would put AM_INIT_AUTOMAKE into SetupAutomake.m4, but seems to cause autoconf errors.
-AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip tar-ustar])
-AM_MAINTAINER_MODE([enable])
-m4_include([Source/autotools/SetupAutomake.m4])
-
-######################################################################################
-# Processing of configuration files
-######################################################################################
-
-AC_CONFIG_FILES([
-    GNUmakefile Source/WebCore/platform/gtk/po/POTFILES
-    Source/JavaScriptCore/javascriptcoregtk-${WEBKITGTK_API_VERSION}.pc:Source/JavaScriptCore/javascriptcoregtk.pc.in
-    JavaScriptCore-${WEBKITGTK_API_VERSION}.gir:Source/JavaScriptCore/JavaScriptCore.gir.in])
-
-if test &quot;$enable_webkit1&quot; = &quot;yes&quot;; then
-    AC_CONFIG_FILES([
-        Source/WebKit/gtk/webkit/webkitversion.h
-        Source/WebKit/gtk/${WEBKITGTK_PC_NAME}-${WEBKITGTK_API_VERSION}.pc:Source/WebKit/gtk/webkit.pc.in])
-fi
-
-if test &quot;$enable_webkit2&quot; = &quot;yes&quot;; then
-    AC_CONFIG_FILES([
-        DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitVersion.h:Source/WebKit2/UIProcess/API/gtk/WebKitVersion.h.in
-        Source/WebKit2/webkit2gtk-${WEBKITGTK_API_VERSION}.pc:Source/WebKit2/webkit2gtk.pc.in
-        Source/WebKit2/webkit2gtk-web-extension-${WEBKITGTK_API_VERSION}.pc:Source/WebKit2/webkit2gtk-web-extension.pc.in
-        ])
-fi
-
-m4_include([Source/autotools/PrintBuildConfiguration.m4])
</del></span></pre>
</div>
</div>

</body>
</html>