OLD | NEW |
---|---|
1 vars = { | 1 vars = { |
2 "chromium_git": "http://git.chromium.org/git", | 2 "chromium_git": "http://git.chromium.org/git", |
tbarzic
2011/07/25 20:43:04
You don't need this (your libcros change has alrea
sidor
2011/07/25 21:40:07
Done.
| |
3 } | 3 } |
4 | 4 |
5 deps = { | 5 deps = { |
6 "src/third_party/cros": | 6 "src/third_party/cros": |
7 Var("chromium_git") + "/cros.git@09048653", | 7 Var("chromium_git") + "/cros.git@8b439f1", |
8 } | 8 } |
OLD | NEW |