| Index: tools/cros.DEPS/DEPS
|
| diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS
|
| index 1c4c03584e41847a1ed9c0701164c1dccff30517..839e6629186422012a548261c735b4b0c9f514b6 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/system_api":
|
| + Var("chromiumos_git") + "/platform/system_api.git@d56d4785",
|
| }
|
|
|