Title: [102744] trunk/Source/WebCore
Revision
102744
Author
leo.y...@torchmobile.com.cn
Date
2011-12-13 23:34:24 -0800 (Tue, 13 Dec 2011)

Log 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....@torchmobile.com.cn> on 2011-12-13
Reviewed by Daniel Bates.

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

* PlatformBlackBerry.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (102743 => 102744)


--- trunk/Source/WebCore/ChangeLog	2011-12-14 07:16:36 UTC (rev 102743)
+++ trunk/Source/WebCore/ChangeLog	2011-12-14 07:34:24 UTC (rev 102744)
@@ -1,3 +1,14 @@
+2011-12-13  Wei Charles  <charles....@torchmobile.com.cn>
+
+        [BlackBerry] Add the new plugin files into the build system.
+        https://bugs.webkit.org/show_bug.cgi?id=74483
+
+        Reviewed by Daniel Bates.
+
+        No new tests, just add new files to the build system.
+
+        * PlatformBlackBerry.cmake:
+
 2011-12-13  Yosifumi Inoue  <yo...@chromium.org>
 
         [Forms] Default selection of select(menulist) should not be disabled

Modified: trunk/Source/WebCore/PlatformBlackBerry.cmake (102743 => 102744)


--- trunk/Source/WebCore/PlatformBlackBerry.cmake	2011-12-14 07:16:36 UTC (rev 102743)
+++ trunk/Source/WebCore/PlatformBlackBerry.cmake	2011-12-14 07:34:24 UTC (rev 102744)
@@ -216,9 +216,11 @@
         plugins/PluginDatabase.cpp
         plugins/PluginPackage.cpp
         plugins/PluginView.cpp
+        plugins/blackberry/NPCallbacksBlackBerry.cpp
         plugins/blackberry/PluginDataBlackBerry.cpp
         plugins/blackberry/PluginPackageBlackBerry.cpp
         plugins/blackberry/PluginViewBlackBerry.cpp
+        plugins/blackberry/PluginViewPrivateBlackBerry.cpp
     )
 ELSE ()
     LIST(APPEND WebCore_SOURCES
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to