Changeset 82551 in webkit


Ignore:
Timestamp:
Mar 31, 2011 1:49:00 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-03-31 Jaehun Lim <ljaehun.lim@samsung.com>

Unreviewed build fix for EFL

After r55150, EFL build has failed.
PlatformContextCairo.cpp is added into CMakeListsEfl.txt
https://bugs.webkit.org/show_bug.cgi?id=57526

No need to test

  • CMakeListsEfl.txt: Add PlatformContextCairo.cpp
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/CMakeListsEfl.txt

    r81556 r82551  
    9191    platform/graphics/cairo/PathCairo.cpp
    9292    platform/graphics/cairo/PatternCairo.cpp
     93    platform/graphics/cairo/PlatformContextCairo.cpp
    9394    platform/graphics/cairo/RefPtrCairo.cpp
    9495    platform/graphics/cairo/TransformationMatrixCairo.cpp
  • trunk/Source/WebCore/ChangeLog

    r82550 r82551  
     12011-03-31  Jaehun Lim  <ljaehun.lim@samsung.com>
     2
     3        Unreviewed build fix for EFL
     4
     5        After r55150, EFL build has failed.
     6        PlatformContextCairo.cpp is added into CMakeListsEfl.txt
     7        https://bugs.webkit.org/show_bug.cgi?id=57526
     8
     9        No need to test
     10
     11        * CMakeListsEfl.txt: Add PlatformContextCairo.cpp
     12
    1132011-03-31  Benjamin Kalman  <kalman@chromium.org>
    214
Note: See TracChangeset for help on using the changeset viewer.