Changeset 73872 in webkit


Ignore:
Timestamp:
Dec 12, 2010 3:30:56 AM (13 years ago)
Author:
Philippe Normand
Message:

2010-12-12 Philippe Normand <pnormand@igalia.com>

Reviewed by Xan Lopez.

build-webkit --gtk --minimal fails
https://bugs.webkit.org/show_bug.cgi?id=46267

No new tests, build fix only.

  • GNUmakefile.am: Include some JS bindings generated headers in the build even if their corresponding feature is disabled. They are needed to make the DOM bindings build.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r73870 r73872  
     12010-12-12  Philippe Normand  <pnormand@igalia.com>
     2
     3        Reviewed by Xan Lopez.
     4
     5        build-webkit --gtk --minimal fails
     6        https://bugs.webkit.org/show_bug.cgi?id=46267
     7
     8        No new tests, build fix only.
     9
     10        * GNUmakefile.am: Include some JS bindings generated headers in
     11        the build even if their corresponding feature is disabled. They
     12        are needed to make the DOM bindings build.
     13
    1142010-12-12  Sam Magnuson  <smagnuso@gmail.com>
    215
  • trunk/WebCore/GNUmakefile.am

    r73806 r73872  
    207207        DerivedSources/WebCore/JSDocumentType.cpp \
    208208        DerivedSources/WebCore/JSDocumentType.h \
     209        DerivedSources/WebCore/JSDOMApplicationCache.h \
    209210        DerivedSources/WebCore/JSDOMCoreException.cpp \
    210211        DerivedSources/WebCore/JSDOMCoreException.h \
     
    518519        DerivedSources/WebCore/JSSpeechInputResultList.cpp \
    519520        DerivedSources/WebCore/JSSpeechInputResultList.h \
     521        DerivedSources/WebCore/JSSQLException.h \
     522        DerivedSources/WebCore/JSSQLResultSetRowList.h \
     523        DerivedSources/WebCore/JSSQLStatementErrorCallback.cpp \
     524        DerivedSources/WebCore/JSSQLTransaction.h \
     525        DerivedSources/WebCore/JSSQLTransactionSync.h \
     526        DerivedSources/WebCore/JSStorage.h \
    520527        DerivedSources/WebCore/JSStyleMedia.cpp \
    521528        DerivedSources/WebCore/JSStyleMedia.h \
     
    524531        DerivedSources/WebCore/JSStyleSheetList.cpp \
    525532        DerivedSources/WebCore/JSStyleSheetList.h \
     533        DerivedSources/WebCore/JSSVGElementInstance.h \
    526534        DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp \
    527535        DerivedSources/WebCore/JSText.cpp \
     
    39033911webcore_cppflags += -DENABLE_OFFLINE_WEB_APPLICATIONS=1
    39043912webcore_built_sources += \
    3905         DerivedSources/WebCore/JSDOMApplicationCache.cpp \
    3906         DerivedSources/WebCore/JSDOMApplicationCache.h
     3913        DerivedSources/WebCore/JSDOMApplicationCache.cpp
    39073914endif # END ENABLE_OFFLINE_WEB_APPLICATIONS
    39083915
     
    39233930        DerivedSources/WebCore/JSSQLError.h \
    39243931        DerivedSources/WebCore/JSSQLException.cpp \
    3925         DerivedSources/WebCore/JSSQLException.h \
    39263932        DerivedSources/WebCore/JSSQLResultSet.cpp \
    39273933        DerivedSources/WebCore/JSSQLResultSet.h \
    39283934        DerivedSources/WebCore/JSSQLResultSetRowList.cpp \
    3929         DerivedSources/WebCore/JSSQLResultSetRowList.h \
    39303935        DerivedSources/WebCore/JSSQLStatementCallback.cpp \
    39313936        DerivedSources/WebCore/JSSQLStatementCallback.h \
    3932         DerivedSources/WebCore/JSSQLStatementErrorCallback.cpp \
    39333937        DerivedSources/WebCore/JSSQLStatementErrorCallback.h \
    39343938        DerivedSources/WebCore/JSSQLTransaction.cpp \
    3935         DerivedSources/WebCore/JSSQLTransaction.h \
    39363939        DerivedSources/WebCore/JSSQLTransactionCallback.cpp \
    39373940        DerivedSources/WebCore/JSSQLTransactionCallback.h \
     
    39393942        DerivedSources/WebCore/JSSQLTransactionErrorCallback.h \
    39403943        DerivedSources/WebCore/JSSQLTransactionSync.cpp \
    3941         DerivedSources/WebCore/JSSQLTransactionSync.h \
    39423944        DerivedSources/WebCore/JSSQLTransactionSyncCallback.cpp \
    39433945        DerivedSources/WebCore/JSSQLTransactionSyncCallback.h
     
    40184020webcore_built_sources += \
    40194021        DerivedSources/WebCore/JSStorage.cpp \
    4020         DerivedSources/WebCore/JSStorage.h \
    40214022        DerivedSources/WebCore/JSStorageEvent.cpp \
    40224023        DerivedSources/WebCore/JSStorageEvent.h
     
    43394340        DerivedSources/WebCore/JSSVGElement.h \
    43404341        DerivedSources/WebCore/JSSVGElementInstance.cpp \
    4341         DerivedSources/WebCore/JSSVGElementInstance.h \
    43424342        DerivedSources/WebCore/JSSVGElementInstanceList.cpp \
    43434343        DerivedSources/WebCore/JSSVGElementInstanceList.h \
Note: See TracChangeset for help on using the changeset viewer.