Changeset 64976 in webkit


Ignore:
Timestamp:
Aug 9, 2010 4:57:53 AM (14 years ago)
Author:
dumi@chromium.org
Message:

Unreviewed, fixing the builds after r64967.

  • CMakeLists.txt:
  • GNUmakefile.am:
  • WebCore.pro:
  • WebCore.vcproj/WebCore.vcproj:
Location:
trunk/WebCore
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/CMakeLists.txt

    r64966 r64976  
    11391139    mathml/MathMLTextElement.cpp
    11401140    mathml/RenderMathMLBlock.cpp
     1141    mathml/RenderMathMLFenced.cpp
    11411142    mathml/RenderMathMLFraction.cpp
    11421143    mathml/RenderMathMLMath.cpp
  • trunk/WebCore/ChangeLog

    r64974 r64976  
     12010-08-09  Dumitru Daniliuc  <dumi@chromium.org>
     2
     3        Unreviewed, fixing the builds after r64967.
     4
     5        * CMakeLists.txt:
     6        * GNUmakefile.am:
     7        * WebCore.pro:
     8        * WebCore.vcproj/WebCore.vcproj:
     9
    1102010-05-27  MORITA Hajime  <morrita@google.com>
    211
  • trunk/WebCore/GNUmakefile.am

    r64949 r64976  
    34403440        WebCore/mathml/RenderMathMLBlock.cpp \
    34413441        WebCore/mathml/RenderMathMLBlock.h \
     3442        WebCore/mathml/RenderMathMLFenced.cpp \
     3443        WebCore/mathml/RenderMathMLFenced.h \
    34423444        WebCore/mathml/RenderMathMLFraction.cpp \
    34433445        WebCore/mathml/RenderMathMLFraction.h \
  • trunk/WebCore/WebCore.pro

    r64949 r64976  
    15741574    mathml/MathMLTextElement.h \
    15751575    mathml/RenderMathMLBlock.h \
     1576    mathml/RenderMathMLFenced.h \
    15761577    mathml/RenderMathMLFraction.h \
    15771578    mathml/RenderMathMLMath.h \
     
    26762677        mathml/MathMLTextElement.cpp \
    26772678        mathml/RenderMathMLBlock.cpp \
     2679        mathml/RenderMathMLFenced.cpp \
    26782680        mathml/RenderMathMLFraction.cpp \
    26792681        mathml/RenderMathMLMath.cpp \
  • trunk/WebCore/WebCore.vcproj/WebCore.vcproj

    r64949 r64976  
    5200652006                        </File>
    5200752007                        <File
     52008                                RelativePath="..\mathml\RenderMathMLFenced.cpp"
     52009                                >
     52010                        </File>
     52011                        <File
     52012                                RelativePath="..\mathml\RenderMathMLFenced.h"
     52013                                >
     52014                        </File>
     52015                        <File
    5200852016                                RelativePath="..\mathml\RenderMathMLFraction.cpp"
    5200952017                                >
Note: See TracChangeset for help on using the changeset viewer.