From 3ba508979901ee99a1d44401a7c20ba87b53f166 Mon Sep 17 00:00:00 2001 From: "cmasone@chromium.org" Date: Mon, 15 Nov 2010 19:39:18 +0000 Subject: [Chrome OS] Move cros deps inside the main chrome repo Instead of forcing all linux devs to have an acceptable version of git installed, mitigate the problem of the cros_deps/DEPS file living outside the main chrome checkout by moving our extra DEPS file inside the main chrome tree. Also change our naming convention to be more like that which is in use elsewhere in the project. In a week, cros_deps/DEPS will be end-of-lifed. BUG=None TEST=None Review URL: http://codereview.chromium.org/4970003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66153 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/cros.DEPS/DEPS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 tools/cros.DEPS/DEPS (limited to 'tools/cros.DEPS') diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS new file mode 100755 index 0000000..6128f909 --- /dev/null +++ b/tools/cros.DEPS/DEPS @@ -0,0 +1,8 @@ +vars = { + "chromium_git": "http://git.chromium.org/git", +} + +deps = { + "src/third_party/cros": + Var("chromium_git") + "/cros.git@d4465704", +} -- cgit v1.1