blob: 6fe14d0f38488cbff5fe4e5b7dfe904e8c3935d0 [file] [log] [blame]
# When adding a new dependency, please update the top-level .gitignore file
# to list the dependency's destination directory.
vars = {
"chromiumos_git": "http://git.chromium.org/chromiumos",
}
deps_os = {
"unix" : {
"src/third_party/cros":
Var("chromiumos_git") + "/platform/cros.git@377f51d8",
"src/third_party/cros_system_api":
Var("chromiumos_git") + "/platform/system_api.git@25dfd17e",
}
}