Changeset 142285 in webkit


Ignore:
Timestamp:
Feb 8, 2013 8:17:04 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Include files from DerivedSources/webkitdom for introspection
https://bugs.webkit.org/show_bug.cgi?id=108631

Patch by Tomas Popela <tpopela@redhat.com> on 2013-02-08
Reviewed by Martin Robinson.

Include files from DerivedSources/webkitdom for introspection

  • /Source/WebKit/gtk/GNUmakefile.am:
  • /Source/WebKit2/GNUmakefile.am:
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r142284 r142285  
     12013-02-08  Tomas Popela  <tpopela@redhat.com>
     2
     3        [GTK] Include files from DerivedSources/webkitdom for introspection
     4        https://bugs.webkit.org/show_bug.cgi?id=108631
     5
     6        Reviewed by Martin Robinson.
     7
     8        Include files from DerivedSources/webkitdom for introspection
     9
     10        * /Source/WebKit/gtk/GNUmakefile.am:
     11        * /Source/WebKit2/GNUmakefile.am:
     12
    1132013-02-07  Martin Robinson  <mrobinson@igalia.com>
    214
  • trunk/Source/WebKit/gtk/GNUmakefile.am

    r142179 r142285  
    316316             -I$(WebKit) \
    317317             -I$(GENSOURCES) \
     318             -I$(GENSOURCES_WEBKITDOM) \
    318319             -I$(GENSOURCES_WEBKIT) \
    319320             -I$(top_builddir)/Source/WebKit/gtk \
     
    322323             $(GENSOURCES_WEBKIT)/webkitenumtypes.h \
    323324             $(webkitgtk_h_api) \
     325             $(webkitgtk_gdom_built_h_api) \
    324326             $(WebKit)/webkit/*.cpp
    325327
  • trunk/Source/WebKit2/GNUmakefile.am

    r142179 r142285  
    239239             -I$(WebKit2) \
    240240             -I$(GENSOURCES) \
     241             -I$(GENSOURCES_WEBKITDOM) \
    241242             -I$(GENSOURCES_WEBKIT2) \
    242243             -I$(top_builddir)/Source/WebKit2/UIProcess/API/gtk \
     
    248249             $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitEnumTypes.h \
    249250             $(webkit2gtk_h_api) \
     251             $(webkitgtk_gdom_built_h_api) \
    250252             $(WebKit2)/UIProcess/API/gtk/*.cpp
    251253
Note: See TracChangeset for help on using the changeset viewer.