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

tkent at chromium.org tkent at chromium.org
Wed Dec 22 11:10:13 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9b37bdd7533a2fb332b55864048659961e317918
Author: tkent at chromium.org <tkent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 14 09:33:51 2010 +0000

    2010-07-14  Kent Tamura  <tkent at chromium.org>
    
            Unreviewed, attempt to fix build on 'Webkit.org Reliability Builder'.
    
            * WebKit.gyp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63297 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index c03c02b..78aa1b1 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,5 +1,11 @@
 2010-07-14  Kent Tamura  <tkent at chromium.org>
 
+        Unreviewed, attempt to fix build on 'Webkit.org Reliability Builder'.
+
+        * WebKit.gyp:
+
+2010-07-14  Kent Tamura  <tkent at chromium.org>
+
         Reviewed by David Levin.
 
         [Chromium] Upstreaming inspector_resources target
diff --git a/WebKit/chromium/WebKit.gyp b/WebKit/chromium/WebKit.gyp
index dd3ccfc..d613e09 100644
--- a/WebKit/chromium/WebKit.gyp
+++ b/WebKit/chromium/WebKit.gyp
@@ -49,13 +49,13 @@
                 # for copying them to resource dir, and for generating 'devtools.html' file.
                 'devtools_files': [
                     '<@(devtools_css_files)',
-                    'v8/tools/codemap.js',
-                    'v8/tools/consarray.js',
-                    'v8/tools/csvparser.js',
-                    'v8/tools/logreader.js',
-                    'v8/tools/profile.js',
-                    'v8/tools/profile_view.js',
-                    'v8/tools/splaytree.js',
+                    '../../WebKit/chromium/v8/tools/codemap.js',
+                    '../../WebKit/chromium/v8/tools/consarray.js',
+                    '../../WebKit/chromium/v8/tools/csvparser.js',
+                    '../../WebKit/chromium/v8/tools/logreader.js',
+                    '../../WebKit/chromium/v8/tools/profile.js',
+                    '../../WebKit/chromium/v8/tools/profile_view.js',
+                    '../../WebKit/chromium/v8/tools/splaytree.js',
                     '<@(devtools_js_files)',
                 ],
             },{

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list