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

tony at chromium.org tony at chromium.org
Wed Dec 22 14:50:41 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit eec8509e973ce043cfc3b5ce17b42e63b63413b6
Author: tony at chromium.org <tony at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 21 22:58:39 2010 +0000

    2010-10-21  Tony Chang  <tony at chromium.org>
    
            Reviewed by Dimitri Glazkov.
    
            [chromium] roll chromium DEPS to include forwarding headers refactor
            https://bugs.webkit.org/show_bug.cgi?id=48097
    
            * DEPS: Roll chromium forward to include new forwarding headers script
            * WebKit.gyp: This dependency always existed, it's just exposed now
                that the header files are in a different include dir.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70273 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 00fa36d..238ae45 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-21  Tony Chang  <tony at chromium.org>
+
+        Reviewed by Dimitri Glazkov.
+
+        [chromium] roll chromium DEPS to include forwarding headers refactor
+        https://bugs.webkit.org/show_bug.cgi?id=48097
+
+        * DEPS: Roll chromium forward to include new forwarding headers script
+        * WebKit.gyp: This dependency always existed, it's just exposed now
+            that the header files are in a different include dir.
+
 2010-10-21  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Yury Semikhatsky.
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS
index 86a9387..1a1377d 100644
--- a/WebKit/chromium/DEPS
+++ b/WebKit/chromium/DEPS
@@ -32,7 +32,7 @@
 
 vars = {
   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
-  'chromium_rev': '63057'
+  'chromium_rev': '63439'
 }
 
 deps = {
diff --git a/WebKit/chromium/WebKit.gyp b/WebKit/chromium/WebKit.gyp
index af32250..a77c6f3 100644
--- a/WebKit/chromium/WebKit.gyp
+++ b/WebKit/chromium/WebKit.gyp
@@ -961,6 +961,11 @@
                         ['exclude', '(Gtk|Linux)\\.cpp$']
                     ]
                 }],
+                ['inside_chromium_build==0', {
+                    'dependencies': [
+                        '<(chromium_src_dir)/webkit/support/setup_third_party.gyp:third_party_headers',
+                    ]
+                }],
             ],
         },
     ], # targets

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list