blob: 4a0bc03e7d8cda60fea06b25c5a34102c4881ae5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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_system_api":
Var("chromiumos_git") + "/platform/system_api.git@a6b76c4e",
}
}
|