Changeset 65353 in webkit


Ignore:
Timestamp:
Aug 13, 2010 8:32:08 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-08-13 Eric Seidel <eric@webkit.org>

Unreviewed. Attempt at fixing Chromium build.

Add support for MathML entities
https://bugs.webkit.org/show_bug.cgi?id=43949

  • WebCore.gyp/WebCore.gyp:
    • I have no clue if this is right or not.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r65352 r65353  
     12010-08-13  Eric Seidel  <eric@webkit.org>
     2
     3        Unreviewed.  Attempt at fixing Chromium build.
     4
     5        Add support for MathML entities
     6        https://bugs.webkit.org/show_bug.cgi?id=43949
     7
     8        * WebCore.gyp/WebCore.gyp:
     9         - I have no clue if this is right or not.
     10
    1112010-08-13  Eric Seidel  <eric@webkit.org>
    212
  • trunk/WebCore/WebCore.gyp/WebCore.gyp

    r65351 r65353  
    736736        '<(SHARED_INTERMEDIATE_DIR)/webkit/MathMLNames.cpp',
    737737
     738        # Generated from HTMLEntityNames.json
     739        '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLEntityTable.cpp',
     740
    738741        # Additional .cpp files from the webcore_bindings_sources rules.
    739742        '<(SHARED_INTERMEDIATE_DIR)/webkit/CSSGrammar.cpp',
Note: See TracChangeset for help on using the changeset viewer.