Index: tools/cros.DEPS/DEPS |
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS |
index 1c4c03584e41847a1ed9c0701164c1dccff30517..097c41b4b41c1006a597b77b3225e1ba487d14df 100644 |
--- a/tools/cros.DEPS/DEPS |
+++ b/tools/cros.DEPS/DEPS |
@@ -1,8 +1,10 @@ |
vars = { |
- "chromium_git": "http://git.chromium.org/git", |
+ "chromiumos_git": "http://git.chromium.org/chromiumos", |
} |
deps = { |
"src/third_party/cros": |
- Var("chromium_git") + "/cros.git@56c93050", |
+ Var("chromiumos_git") + "/platform/cros.git@56c93050", |
+ "src/third_party/cros_system_api": |
+ Var("chromiumos_git") + "/platform/system_api.git@d56d4785", |
} |