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

jianli at chromium.org jianli at chromium.org
Wed Dec 22 12:45:38 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 51173a7728999935745d8ad8fa8c378bcac69550
Author: jianli at chromium.org <jianli at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Aug 29 03:31:57 2010 +0000

    [chromium] Add webkit_support.gyp:blob to WebKit.gyp
    https://bugs.webkit.org/show_bug.cgi?id=44829
    
    Reviewed by Darin Fisher.
    
    Also bump up chromium revision in DEPS in order to pick up
    the revision that contains blob change.
    
    * DEPS:
    * WebKit.gyp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66322 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 1ed3de9..324abbe 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,16 @@
+2010-08-28  Jian Li  <jianli at chromium.org>
+
+        Reviewed by Darin Fisher.
+
+        [chromium] Add webkit_support.gyp:blob to WebKit.gyp
+        https://bugs.webkit.org/show_bug.cgi?id=44829
+
+        Also bump up chromium revision in DEPS in order to pick up
+        the revision that contains blob change.
+
+        * DEPS:
+        * WebKit.gyp:
+
 2010-08-28  Chris Guillory   <chris.guillory at google.com>
 
         Reviewed by Chris Fleizach.
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS
index 221e34f..ccc688b 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': '57605',
+  'chromium_rev': '57707',
 }
 
 deps = {
diff --git a/WebKit/chromium/WebKit.gyp b/WebKit/chromium/WebKit.gyp
index 32b14db..69ae55c 100644
--- a/WebKit/chromium/WebKit.gyp
+++ b/WebKit/chromium/WebKit.gyp
@@ -739,6 +739,7 @@
                         '<(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',
+                        '<(chromium_src_dir)/webkit/support/webkit_support.gyp:blob',
                         '<(chromium_src_dir)/webkit/support/webkit_support.gyp:webkit_support',
                     ],
                     'include_dirs': [
@@ -808,6 +809,7 @@
                 'webkit',
                 '../../JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:wtf_config',
                 '<(chromium_src_dir)/third_party/icu/icu.gyp:icuuc',
+                '<(chromium_src_dir)/webkit/support/webkit_support.gyp:blob',
                 '<(chromium_src_dir)/webkit/support/webkit_support.gyp:copy_npapi_layout_test_plugin',
                 '<(chromium_src_dir)/webkit/support/webkit_support.gyp:webkit_support',
                 '<(chromium_src_dir)/gpu/gpu.gyp:gles2_c_lib'

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list