Title: [101579] trunk/Source/WebCore
Revision
101579
Author
leo.y...@torchmobile.com.cn
Date
2011-11-30 17:47:50 -0800 (Wed, 30 Nov 2011)

Log Message

[BlackBerry] Add 2 cpp files to the BlackBerry build system
https://bugs.webkit.org/show_bug.cgi?id=73408

platform/network/blackberry/DeferredData.cpp and platform/network/blackberry/NetworkJob.cpp
will be added, change build system first.

Reviewed by Antonio Gomes.

* PlatformBlackBerry.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (101578 => 101579)


--- trunk/Source/WebCore/ChangeLog	2011-12-01 01:37:20 UTC (rev 101578)
+++ trunk/Source/WebCore/ChangeLog	2011-12-01 01:47:50 UTC (rev 101579)
@@ -1,3 +1,15 @@
+2011-11-30  Leo Yang  <leo.y...@torchmobile.com.cn>
+
+        [BlackBerry] Add 2 cpp files to the BlackBerry build system
+        https://bugs.webkit.org/show_bug.cgi?id=73408
+
+        platform/network/blackberry/DeferredData.cpp and platform/network/blackberry/NetworkJob.cpp
+        will be added, change build system first.
+
+        Reviewed by Antonio Gomes.
+
+        * PlatformBlackBerry.cmake:
+
 2011-11-30  Gregg Tavares  <g...@google.com>
 
         Implement draft WEBGL_compressed_textures WebGL extension

Modified: trunk/Source/WebCore/PlatformBlackBerry.cmake (101578 => 101579)


--- trunk/Source/WebCore/PlatformBlackBerry.cmake	2011-12-01 01:37:20 UTC (rev 101578)
+++ trunk/Source/WebCore/PlatformBlackBerry.cmake	2011-12-01 01:47:50 UTC (rev 101579)
@@ -87,7 +87,9 @@
 LIST(APPEND WebCore_SOURCES
     platform/network/ProxyServer.cpp
     platform/network/blackberry/AboutData.cpp
+    platform/network/blackberry/DeferredData.cpp
     platform/network/blackberry/MultipartResponseDelegate.cpp
+    platform/network/blackberry/NetworkJob.cpp
     platform/network/blackberry/NetworkManager.cpp
     platform/network/blackberry/NetworkStateNotifierBlackBerry.cpp
     platform/network/blackberry/ProxyServerBlackBerry.cpp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to