blob: 7d1a7a846b199f60fb2cd1607d0eb41271bccc2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
vars = {
"chromiumos_git": "http://git.chromium.org/chromiumos",
}
deps_os = {
"unix" : {
"src/third_party/cros":
Var("chromiumos_git") + "/platform/cros.git@aa50358c",
"src/third_party/cros_system_api":
Var("chromiumos_git") + "/platform/system_api.git@d9cd48f6",
}
}
|