summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorcmasone@chromium.org <cmasone@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-15 19:39:18 +0000
committercmasone@chromium.org <cmasone@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-15 19:39:18 +0000
commit3ba508979901ee99a1d44401a7c20ba87b53f166 (patch)
tree6be790390dba4d3063ac22bf0d9c26dcc0fdf137 /tools
parentb49bfc2d126d7418db6f78e085480ed8057909a3 (diff)
downloadchromium_src-3ba508979901ee99a1d44401a7c20ba87b53f166.zip
chromium_src-3ba508979901ee99a1d44401a7c20ba87b53f166.tar.gz
chromium_src-3ba508979901ee99a1d44401a7c20ba87b53f166.tar.bz2
[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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cros.DEPS/DEPS8
1 files changed, 8 insertions, 0 deletions
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",
+}