[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
darin at chromium.org
darin at chromium.org
Wed Mar 17 18:43:01 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit a45f231300ee3392b2b0578c610f32f5c13813e8
Author: darin at chromium.org <darin at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Mar 16 03:27:00 2010 +0000
2010-03-15 Darin Fisher <darin at chromium.org>
Fix build bustage. We also need to pull down "third_party/tcmalloc"
* DEPS:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@56030 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index a8dcdff..d602480 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,5 +1,11 @@
2010-03-15 Darin Fisher <darin at chromium.org>
+ Fix build bustage. We also need to pull down "third_party/tcmalloc"
+
+ * DEPS:
+
+2010-03-15 Darin Fisher <darin at chromium.org>
+
Fix build bustage. We also need to pull down "gfx"
* DEPS:
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS
index 7db685d..15fbdd9 100644
--- a/WebKit/chromium/DEPS
+++ b/WebKit/chromium/DEPS
@@ -128,6 +128,9 @@ deps = {
'third_party/sqlite':
Var('chromium_svn')+'/third_party/sqlite@'+Var('chromium_rev'),
+ 'third_party/tcmalloc':
+ Var('chromium_svn')+'/third_party/tcmalloc@'+Var('chromium_rev'),
+
'third_party/zlib':
Var('chromium_svn')+'/third_party/zlib@'+Var('chromium_rev'),
}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list