Changeset 28986 in webkit


Ignore:
Timestamp:
Dec 25, 2007 6:55:06 PM (16 years ago)
Author:
alp@webkit.org
Message:

2007-12-25 Alp Toker <alp@atoker.com>

More complete GTK+/Qt/Wx/Win build fixes for breakage introduced in
r28981.

  • WebCore.pro:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCoreSources.bkl:
Location:
trunk/WebCore
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r28985 r28986  
     12007-12-25  Alp Toker  <alp@atoker.com>
     2
     3        More complete GTK+/Qt/Wx/Win build fixes for breakage introduced in
     4        r28981.
     5
     6        * WebCore.pro:
     7        * WebCore.vcproj/WebCore.vcproj:
     8        * WebCoreSources.bkl:
     9
    1102007-12-25  Alp Toker  <alp@atoker.com>
    211
  • trunk/WebCore/WebCore.pro

    r28983 r28986  
    7474#!contains(DEFINES, ENABLE_XBL=.): DEFINES += ENABLE_XBL=1
    7575qt-port: !contains(DEFINES, ENABLE_SVG=.): DEFINES += ENABLE_SVG=1
    76 gtk-port:DEFINES += ENABLE_SVG=1
     76gtk-port:DEFINES += ENABLE_SVG=0
    7777DEFINES += ENABLE_VIDEO=0
    7878
     
    518518    dom/Range.cpp \
    519519    dom/RegisteredEventListener.cpp \
     520    dom/SelectorNodeList.cpp \
     521    dom/StaticNodeList.cpp \
    520522    dom/StyledElement.cpp \
    521523    dom/StyleElement.cpp \
  • trunk/WebCore/WebCore.vcproj/WebCore.vcproj

    r28985 r28986  
    61866186                        </File>
    61876187                        <File
     6188                                RelativePath="..\dom\SelectorNodeList.cpp"
     6189                                >
     6190                        </File>
     6191                        <File
     6192                                RelativePath="..\dom\SelectorNodeList.h"
     6193                                >
     6194                        </File>
     6195                        <File
     6196                                RelativePath="..\dom\StaticNodeList.cpp"
     6197                                >
     6198                        </File>
     6199                        <File
     6200                                RelativePath="..\dom\StaticNodeList.h"
     6201                                >
     6202                        </File>
     6203                        <File
    61886204                                RelativePath="..\dom\StyledElement.cpp"
    61896205                                >
  • trunk/WebCore/WebCoreSources.bkl

    r28984 r28986  
    333333        dom/Range.cpp
    334334        dom/RegisteredEventListener.cpp
     335        dom/SelectorNodeList.cpp
     336        dom/StaticNodeList.cpp
    335337        dom/StyleElement.cpp
    336338        dom/StyledElement.cpp
Note: See TracChangeset for help on using the changeset viewer.