Index: tools/cros.DEPS/DEPS |
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS |
new file mode 100755 |
index 0000000000000000000000000000000000000000..6128f909499f9892737c2661fffb4da9f24a2bbf |
--- /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", |
bradn
2010/11/15 19:36:55
Is that a sufficiently precise git hash, or should
|
+} |