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

mihaip at chromium.org mihaip at chromium.org
Wed Dec 22 13:45:57 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 64d13aa76d4148ad1ac14483f2c84485ed5319af
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Sep 25 05:52:54 2010 +0000

    2010-09-24  Mihai Parparita  <mihaip at chromium.org>
    
            Reviewed by Darin Fisher.
    
            [Chromium] Unnecessary blob dependency in WebKit.gyp
            https://bugs.webkit.org/show_bug.cgi?id=46488
    
            r66322 shouldn't have added a blob dependency by hand to targets in
            WebKit.gyp, instead blob should be a dependency of webkit_support.
            http://crrev.com/59406 did that, so we can now remove these deps.
    
            * WebKit.gyp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68327 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 564eac1..b50ee4f 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,16 @@
+2010-09-24  Mihai Parparita  <mihaip at chromium.org>
+
+        Reviewed by Darin Fisher.
+
+        [Chromium] Unnecessary blob dependency in WebKit.gyp
+        https://bugs.webkit.org/show_bug.cgi?id=46488
+        
+        r66322 shouldn't have added a blob dependency by hand to targets in
+        WebKit.gyp, instead blob should be a dependency of webkit_support.
+        http://crrev.com/59406 did that, so we can now remove these deps.
+
+        * WebKit.gyp:
+
 2010-09-24  Ryosuke Niwa  <rniwa at webkit.org>
 
         Reviewed by Tony Chang.
diff --git a/WebKit/chromium/WebKit.gyp b/WebKit/chromium/WebKit.gyp
index 48f9db8..2ac7f0d 100644
--- a/WebKit/chromium/WebKit.gyp
+++ b/WebKit/chromium/WebKit.gyp
@@ -730,7 +730,6 @@
                         '<(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)/webkit/support/webkit_support.gyp:blob',
                         '<(chromium_src_dir)/webkit/support/webkit_support.gyp:webkit_support',
                     ],
                     'include_dirs': [
@@ -786,7 +785,6 @@
             'dependencies': [
                 'webkit',
                 '../../JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:wtf',
-                '<(chromium_src_dir)/webkit/support/webkit_support.gyp:blob',
                 '<(chromium_src_dir)/webkit/support/webkit_support.gyp:webkit_support',
             ],
             'include_dirs': [

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list