[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
yaar at chromium.org
yaar at chromium.org
Wed Mar 17 18:03:58 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 281986221b150c0cfa4c3805461f4cb7b324de02
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