Changeset 69593 in webkit


Ignore:
Timestamp:
Oct 12, 2010 12:15:13 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-12 Gyuyoung Kim <gyuyoung.kim@samsung.com>

Reviewed by Antonio Gomes.

[EFL] Add a missing file in CMakeListEfl.txt
https://bugs.webkit.org/show_bug.cgi?id=47480

IntRectEfl.cpp was missing in CMakeListEfl.txt. So, IntRectEfl.cpp is added.

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

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/CMakeListsEfl.txt

    r68901 r69593  
    5757  platform/graphics/efl/ImageEfl.cpp
    5858  platform/graphics/efl/IntPointEfl.cpp
     59  platform/graphics/efl/IntRectEfl.cpp
    5960  platform/posix/FileSystemPOSIX.cpp
    6061  platform/text/efl/TextBreakIteratorInternalICUEfl.cpp
  • trunk/WebCore/ChangeLog

    r69587 r69593  
     12010-10-12  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [EFL] Add a missing file in CMakeListEfl.txt
     6        https://bugs.webkit.org/show_bug.cgi?id=47480
     7
     8        IntRectEfl.cpp was missing in CMakeListEfl.txt. So, IntRectEfl.cpp is added.
     9
     10        * CMakeListsEfl.txt:
     11
    1122010-10-12  Sam Weinig  <sam@webkit.org>
    213
Note: See TracChangeset for help on using the changeset viewer.