[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

dglazkov at chromium.org dglazkov at chromium.org
Mon Feb 21 00:36:33 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 15d849733362808edb113ad397ae7ec042f66932
Author: dglazkov at chromium.org <dglazkov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Feb 2 02:50:21 2011 +0000

    2011-02-01  Dimitri Glazkov  <dglazkov at chromium.org>
    
            Add the 'default_targets' enclosure to the flags.
    
            * WebCore.gyp/WebCore.gyp: Did it.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77356 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 0018b3b..4612edb 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-01  Dimitri Glazkov  <dglazkov at chromium.org>
+
+        Add the 'default_targets' enclosure to the flags.
+
+        * WebCore.gyp/WebCore.gyp: Did it.
+
 2011-02-01  Mihai Parparita  <mihaip at chromium.org>
 
         Reviewed by James Robinson.
diff --git a/Source/WebCore/WebCore.gyp/WebCore.gyp b/Source/WebCore/WebCore.gyp/WebCore.gyp
index 5377264..70df557 100644
--- a/Source/WebCore/WebCore.gyp/WebCore.gyp
+++ b/Source/WebCore/WebCore.gyp/WebCore.gyp
@@ -107,7 +107,9 @@
     ['OS=="linux" and target_arch=="arm"', {
       # Due to a bug in gcc arm, we get warnings about uninitialized timesNewRoman.unstatic.3258
       # and colorTransparent.unstatic.4879.
-      'cflags': ['-Wno-uninitialized'],
+      'target_defaults': {
+        'cflags': ['-Wno-uninitialized'],
+      },
     }],
   ],  # conditions
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list