Changeset 107194 in webkit


Ignore:
Timestamp:
Feb 9, 2012 1:05:44 AM (12 years ago)
Author:
leo.yang@torchmobile.com.cn
Message:

EntryBase.cpp is missing in CMake build system when turning on ENABLE_FILE_SYSTEM
https://bugs.webkit.org/show_bug.cgi?id=78190

Reviewed by Antonio Gomes.

EntryBase.cpp is not in the CMake build system, which causes build failure (undefined
symbols to EntryBase) when turning on ENABLE_FILE_SYSTEM.

Build system fix, no new tests.

  • CMakeLists.txt:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

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

    r107175 r107194  
    15871587        fileapi/EntryArray.cpp
    15881588        fileapi/EntryArraySync.cpp
     1589        fileapi/EntryBase.cpp
    15891590        fileapi/EntrySync.cpp
    15901591        fileapi/FileEntry.cpp
  • trunk/Source/WebCore/ChangeLog

    r107193 r107194  
     12012-02-09  Leo Yang  <leo.yang@torchmobile.com.cn>
     2
     3        EntryBase.cpp is missing in CMake build system when turning on ENABLE_FILE_SYSTEM
     4        https://bugs.webkit.org/show_bug.cgi?id=78190
     5
     6        Reviewed by Antonio Gomes.
     7
     8        EntryBase.cpp is not in the CMake build system, which causes build failure (undefined
     9        symbols to EntryBase) when turning on ENABLE_FILE_SYSTEM.
     10
     11        Build system fix, no new tests.
     12
     13        * CMakeLists.txt:
     14
    1152012-02-09  Andreas Kling  <awesomekling@apple.com>
    216
Note: See TracChangeset for help on using the changeset viewer.