Changeset 102221 in webkit


Ignore:
Timestamp:
Dec 6, 2011 9:27:30 PM (12 years ago)
Author:
leo.yang@torchmobile.com.cn
Message:

[BlackBerry] Remove redundant files in PlatformBlackBerry.cmake
https://bugs.webkit.org/show_bug.cgi?id=73976

Reviewed by Antonio Gomes.

The listing of the following files in PlatformBlackBerry.cmake are redundant. They should be removed.
platform/network/blackberry/MultipartResponseDelegate.cpp
platform/network/blackberry/NetworkManager.cpp
platform/network/blackberry/NetworkStateNotifierBlackBerry.cpp
platform/network/blackberry/ResourceErrorBlackBerry.cpp
platform/network/blackberry/ResourceRequestBlackBerry.cpp

  • PlatformBlackBerry.cmake:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r102218 r102221  
     12011-12-06  Leo Yang  <leo.yang@torchmobile.com.cn>
     2
     3        [BlackBerry] Remove redundant files in PlatformBlackBerry.cmake
     4        https://bugs.webkit.org/show_bug.cgi?id=73976
     5
     6        Reviewed by Antonio Gomes.
     7
     8        The listing of the following files in PlatformBlackBerry.cmake are redundant. They should be removed.
     9        platform/network/blackberry/MultipartResponseDelegate.cpp
     10        platform/network/blackberry/NetworkManager.cpp
     11        platform/network/blackberry/NetworkStateNotifierBlackBerry.cpp
     12        platform/network/blackberry/ResourceErrorBlackBerry.cpp
     13        platform/network/blackberry/ResourceRequestBlackBerry.cpp
     14
     15        * PlatformBlackBerry.cmake:
     16
    1172011-12-06  Shinya Kawanaka  <shinyak@google.com>
    218
  • trunk/Source/WebCore/PlatformBlackBerry.cmake

    r102207 r102221  
    181181    platform/image-decoders/png/PNGImageDecoder.cpp
    182182    platform/image-encoders/JPEGImageEncoder.cpp
    183     platform/network/blackberry/MultipartResponseDelegate.cpp
    184     platform/network/blackberry/NetworkManager.cpp
    185     platform/network/blackberry/NetworkStateNotifierBlackBerry.cpp
    186     platform/network/blackberry/ResourceErrorBlackBerry.cpp
    187     platform/network/blackberry/ResourceRequestBlackBerry.cpp
    188183    platform/text/blackberry/StringBlackBerry.cpp
    189184)
Note: See TracChangeset for help on using the changeset viewer.