2010-12-27 Amruth Raj <amruthraj@motorola.com> and Ravi Kasibhatla <ravi.kasibhatl...
authormrobinson@webkit.org <mrobinson@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 29 Dec 2010 23:46:42 +0000 (23:46 +0000)
committermrobinson@webkit.org <mrobinson@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 29 Dec 2010 23:46:42 +0000 (23:46 +0000)
commit59b9ac1d4d5d2907f908f6e4940a530ab9873813
tree576a544b996037e8e01abd88d7760f8cf2621221
parent0fd1cb93d4d23e31fa101e978997ff27cd4ddae2
2010-12-27  Amruth Raj  <amruthraj@motorola.com> and Ravi Kasibhatla  <ravi.kasibhatla@motorola.com>

        Reviewed by Martin Robinson.

        [GTK] Enable building whatever already exists of WebKit2
        https://bugs.webkit.org/show_bug.cgi?id=37369

        No new functionality added or deleted. Only makefile change. Hence, no tests added.

        * GNUmakefile.am: Removed bindings/gobject from webcore_sources & webcore_cppflags and
        added them to WebKit/gtk/GNUmakefile.am
        * platform/network/soup/cache/webkit/soup-cache.h: Remove include <webkit/webkitdefines.h>
        and declare WEBKIT_API directly
2010-12-15  Amruth Raj  <amruthraj@motorola.com> and Ravi Kasibhatla  <ravi.kasibhatla@motorola.com>

        Reviewed by Martin Robinson.

        [GTK] Enable building whatever already exists of WebKit2
        https://bugs.webkit.org/show_bug.cgi?id=37369

        * GNUmakefile.am: Added.
        * WebKit2Prefix.h: Included WebCore/config.h for GTK port as the first header
        file for WebKit2 sources files.
        * gtk: Added.
        * gtk/webkit2.pc.in: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74766 268f45cc-cd09-0410-ab3c-d52691b4dbfc
GNUmakefile.am
WebCore/ChangeLog
WebCore/GNUmakefile.am
WebCore/platform/network/soup/cache/webkit/soup-cache.h
WebKit/gtk/GNUmakefile.am
WebKit2/ChangeLog
WebKit2/GNUmakefile.am [new file with mode: 0644]
WebKit2/WebKit2Prefix.h
WebKit2/gtk/webkit2.pc.in [new file with mode: 0644]
configure.ac