OLD | NEW |
1 vars = { | 1 vars = { |
2 "chromiumos_git": "http://git.chromium.org/chromiumos", | 2 "chromiumos_git": "http://git.chromium.org/chromiumos", |
3 } | 3 } |
4 | 4 |
5 deps_os = { | 5 deps_os = { |
6 "unix" : { | 6 "unix" : { |
7 "src/third_party/cros": | 7 "src/third_party/cros": |
8 Var("chromiumos_git") + "/platform/cros.git@2b826b46", | 8 Var("chromiumos_git") + "/platform/cros.git@2b826b46", |
9 "src/third_party/cros_system_api": | 9 "src/third_party/cros_system_api": |
10 Var("chromiumos_git") + "/platform/system_api.git@c5b9c906", | 10 Var("chromiumos_git") + "/platform/system_api.git@163701bc", |
11 } | 11 } |
12 } | 12 } |
OLD | NEW |