[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

yaar at chromium.org yaar at chromium.org
Thu Apr 8 02:02:02 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 3c3af92cf07c61b2f709611f3eee0bf9b30f3a0c
Author: yaar at chromium.org <yaar at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Feb 27 00:32:01 2010 +0000

    2010-02-26  Yaar Schnitman  <yaar at chromium.org>
    
            Chromium Win build fix.
    
            * WebCore.gyp/WebCore.gyp: Added missing file to action input.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55323 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4b87f79..334e25b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-26  Yaar Schnitman  <yaar at chromium.org>
+
+        Chromium Win build fix.
+
+        * WebCore.gyp/WebCore.gyp: Added missing file to action input.
+
 2010-02-12  Brett Wilson  <brettw at chromium.org>
 
         Reviewed by Adam Barth.
diff --git a/WebCore/WebCore.gyp/WebCore.gyp b/WebCore/WebCore.gyp/WebCore.gyp
index 6a0057f..7b2dff7 100644
--- a/WebCore/WebCore.gyp/WebCore.gyp
+++ b/WebCore/WebCore.gyp/WebCore.gyp
@@ -489,6 +489,7 @@
           },
           'inputs': [
             'scripts/action_derivedsourcesallinone.py',
+            '<(idls_list_temp_file)',
             '<!@(cat <(idls_list_temp_file))',
           ],
           'outputs': [

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list