From 1390a76b6062e827200d37dfbbd43c01ce55c18b Mon Sep 17 00:00:00 2001 From: Zeno Albisser Date: Wed, 7 Aug 2013 16:33:18 +0200 Subject: Replace chromium and ninja submodule by a single 3rdparty submodule. The new 3rdparty submodule contains snapshots of both ninja and chromium. This drastically reduces the size of the repository and can be used by our CI system. Change-Id: Ie7482181f2ba9dba5fc181b1f221a5fae714c8c8 Reviewed-by: Pierre Rossi Reviewed-by: Zeno Albisser --- .gitmodules | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 337420757..c9096a28b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,4 @@ -[submodule "build/ninja"] - path = build/ninja - url = https://github.com/martine/ninja.git -[submodule "chromium"] - path = chromium - url = https://chromium.googlesource.com/chromium/src.git - ignore = all +[submodule "3rdparty"] + path = 3rdparty + url = git://gitorious.org/qt-labs/chromium.git + ignore = all -- cgit v1.2.3