Changeset 102744 in webkit


Ignore:
Timestamp:
Dec 13, 2011 11:34:24 PM (12 years ago)
Author:
leo.yang@torchmobile.com.cn
Message:

[BlackBerry] Add the new plugin files into the build system.
https://bugs.webkit.org/show_bug.cgi?id=74483

Patch by Wei Charles <charles.wei@torchmobile.com.cn> on 2011-12-13
Reviewed by Daniel Bates.

No new tests, just add new files to the build system.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r102741 r102744  
     12011-12-13  Wei Charles  <charles.wei@torchmobile.com.cn>
     2
     3        [BlackBerry] Add the new plugin files into the build system.
     4        https://bugs.webkit.org/show_bug.cgi?id=74483
     5
     6        Reviewed by Daniel Bates.
     7
     8        No new tests, just add new files to the build system.
     9
     10        * PlatformBlackBerry.cmake:
     11
    1122011-12-13  Yosifumi Inoue  <yosin@chromium.org>
    213
  • trunk/Source/WebCore/PlatformBlackBerry.cmake

    r102314 r102744  
    217217        plugins/PluginPackage.cpp
    218218        plugins/PluginView.cpp
     219        plugins/blackberry/NPCallbacksBlackBerry.cpp
    219220        plugins/blackberry/PluginDataBlackBerry.cpp
    220221        plugins/blackberry/PluginPackageBlackBerry.cpp
    221222        plugins/blackberry/PluginViewBlackBerry.cpp
     223        plugins/blackberry/PluginViewPrivateBlackBerry.cpp
    222224    )
    223225ELSE ()
Note: See TracChangeset for help on using the changeset viewer.