Changeset 67607 in webkit


Ignore:
Timestamp:
Sep 16, 2010 5:07:05 AM (14 years ago)
Author:
demarchi@webkit.org
Message:

2010-09-16 Ryuan Choi <ryuan.choi@samsung.com>

Unreviewed build fix for EFL

[EFL] REGRESSION(67567) FontCacheCairo was removed
https://bugs.webkit.org/show_bug.cgi?id=45858

  • CMakeListsEfl.txt:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/CMakeListsEfl.txt

    r67567 r67607  
    6666  )
    6767  LIST(APPEND WebCore_SOURCES
    68     platform/graphics/cairo/FontCacheCairo.cpp
    69     platform/graphics/cairo/FontCairoFreeType.cpp
     68    platform/graphics/cairo/FontCacheFreeType.cpp
     69    platform/graphics/cairo/FontCairo.cpp
    7070    platform/graphics/cairo/FontCustomPlatformData.cpp
    7171    platform/graphics/cairo/FontPlatformDataFreeType.cpp
  • trunk/WebCore/ChangeLog

    r67606 r67607  
     12010-09-16  Ryuan Choi  <ryuan.choi@samsung.com>
     2
     3        Unreviewed build fix for EFL
     4
     5        [EFL] REGRESSION(67567) FontCacheCairo was removed
     6        https://bugs.webkit.org/show_bug.cgi?id=45858
     7
     8        * CMakeListsEfl.txt:
     9
    1102010-09-16  Yong Li  <yoli@rim.com>
    211
Note: See TracChangeset for help on using the changeset viewer.