OLD | NEW |
---|---|
1 vars = { | 1 vars = { |
2 "chromium_git": "http://git.chromium.org/git", | 2 "chromiumos_git": "http://git.chromium.org/chromiumos", |
3 } | 3 } |
4 | 4 |
5 deps = { | 5 deps = { |
6 "src/third_party/cros": | 6 "src/third_party/cros": |
7 Var("chromium_git") + "/cros.git@56c93050", | 7 Var("chromiumos_git") + "/platform/cros.git@56c93050", |
8 "src/third_party/cros_system_api": | |
9 Var("chromiumos_git") + "/platform/system_api.git@d56d4785", | |
8 } | 10 } |
OLD | NEW |