blob: 0c9520bd9d3fb362647f9cdc3601e7d1f8a086de (
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@f9b5e6b0",
"src/third_party/cros_system_api":
Var("chromiumos_git") + "/platform/system_api.git@f4568f17",
}
}
|