Changeset 84381 in webkit


Ignore:
Timestamp:
Apr 20, 2011 9:21:24 AM (13 years ago)
Author:
Carlos Garcia Campos
Message:

2011-04-20 Carlos Garcia Campos <cgarcia@igalia.com>

Reviewed by Martin Robinson.

[GTK] Build libWebCore with the gtk sources too
https://bugs.webkit.org/show_bug.cgi?id=58968

In some cases webcore files are compiled twice, so it improves the
build time.

  • GNUmakefile.am: Add webcore gtk sources to libWebCore sources.

2011-04-20 Carlos Garcia Campos <cgarcia@igalia.com>

Reviewed by Martin Robinson.

[GTK] Build libWebCore with the gtk sources too
https://bugs.webkit.org/show_bug.cgi?id=58968

In some cases webcore files are compiled twice, so it improves the
build time.

  • GNUmakefile.am: Remove webcore gtk sources from libwebkitgtk sources.
Location:
trunk/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r84380 r84381  
     12011-04-20  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Reviewed by Martin Robinson.
     4
     5        [GTK] Build libWebCore with the gtk sources too
     6        https://bugs.webkit.org/show_bug.cgi?id=58968
     7
     8        In some cases webcore files are compiled twice, so it improves the
     9        build time.
     10
     11        * GNUmakefile.am: Add webcore gtk sources to libWebCore sources.
     12
    1132011-04-20  Luke Macpherson   <macpherson@chromium.org>
    214
  • trunk/Source/WebCore/GNUmakefile.am

    r84149 r84381  
    722722
    723723libWebCore_la_SOURCES = \
    724         $(webcore_sources)
     724        $(webcore_sources) \
     725        $(webcoregtk_sources)
    725726
    726727libWebCore_la_CXXFLAGS = \
  • trunk/Source/WebKit/gtk/ChangeLog

    r84260 r84381  
     12011-04-20  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Reviewed by Martin Robinson.
     4
     5        [GTK] Build libWebCore with the gtk sources too
     6        https://bugs.webkit.org/show_bug.cgi?id=58968
     7
     8        In some cases webcore files are compiled twice, so it improves the
     9        build time.
     10
     11        * GNUmakefile.am: Remove webcore gtk sources from libwebkitgtk
     12        sources.
     13
    1142011-04-19  Vsevolod Vlasov  <vsevik@chromium.org>
    215
  • trunk/Source/WebKit/gtk/GNUmakefile.am

    r82878 r84381  
    1919
    2020libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOURCES = \
    21         $(webcoregtk_sources) \
    2221        $(webkitgtk_sources)
    2322
Note: See TracChangeset for help on using the changeset viewer.