[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

brettw at chromium.org brettw at chromium.org
Wed Dec 22 11:45:33 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit fac17e098c81c595101ce89aa103e0af5956d05c
Author: brettw at chromium.org <brettw at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 5 23:11:32 2010 +0000

    2010-08-05  Brett Wilson  <brettw at chromium.org>
    
            Reviewed by Nate Chapin.
    
            Make the webkit unit tests depend on test_support_base
            https://bugs.webkit.org/show_bug.cgi?id=43584
    
            * WebKit.gyp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64794 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 7048b8e..63224a1 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-05  Brett Wilson  <brettw at chromium.org>
+
+        Reviewed by Nate Chapin.
+
+        Make the webkit unit tests depend on test_support_base
+        https://bugs.webkit.org/show_bug.cgi?id=43584
+
+        * WebKit.gyp:
+
 2010-08-04  Kenneth Russell  <kbr at google.com>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebKit/chromium/WebKit.gyp b/WebKit/chromium/WebKit.gyp
index d6af3ff..2a60467 100644
--- a/WebKit/chromium/WebKit.gyp
+++ b/WebKit/chromium/WebKit.gyp
@@ -688,6 +688,7 @@
                         '<(chromium_src_dir)/testing/gtest.gyp:gtest',
                         '<(chromium_src_dir)/base/base.gyp:base',
                         '<(chromium_src_dir)/base/base.gyp:base_i18n',
+                        '<(chromium_src_dir)/base/base.gyp:test_support_base',
                         '<(chromium_src_dir)/gpu/gpu.gyp:gles2_c_lib',
                     ],
                     'include_dirs': [

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list