Title: [165304] trunk/Tools
Revision
165304
Author
[email protected]
Date
2014-03-07 17:13:01 -0800 (Fri, 07 Mar 2014)

Log Message

[GTK] built-product-archive does not handle GTK+ CMake build
https://bugs.webkit.org/show_bug.cgi?id=129941

* BuildSlaveSupport/built-product-archive:
(archiveBuiltProduct): Fix the build by adding support to built-product-archive for
the CMake build.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/built-product-archive (165303 => 165304)


--- trunk/Tools/BuildSlaveSupport/built-product-archive	2014-03-08 01:06:31 UTC (rev 165303)
+++ trunk/Tools/BuildSlaveSupport/built-product-archive	2014-03-08 01:13:01 UTC (rev 165304)
@@ -137,10 +137,7 @@
         removeDirectoryIfExists(thinDirectory)
         os.mkdir(thinDirectory)
 
-        if platform == 'qt' or platform == 'efl':
-            neededDirectories = ["bin", "lib"]
-        elif platform == 'gtk':
-            neededDirectories = ["Programs", ".libs", "Libraries", "TestNetscapePlugin"]
+        neededDirectories = ["bin", "lib"]
 
         for dirname in neededDirectories:
             fromDir = os.path.join(configurationBuildDirectory, dirname, ".")

Modified: trunk/Tools/ChangeLog (165303 => 165304)


--- trunk/Tools/ChangeLog	2014-03-08 01:06:31 UTC (rev 165303)
+++ trunk/Tools/ChangeLog	2014-03-08 01:13:01 UTC (rev 165304)
@@ -1,3 +1,12 @@
+2014-03-07  Martin Robinson  <[email protected]>
+
+        [GTK] built-product-archive does not handle GTK+ CMake build
+        https://bugs.webkit.org/show_bug.cgi?id=129941
+
+        * BuildSlaveSupport/built-product-archive:
+        (archiveBuiltProduct): Fix the build by adding support to built-product-archive for
+        the CMake build.
+
 2014-03-07  Lorenzo Tilve  <[email protected]>
 
         [GTK] Include CMake into install-dependencies script
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to