Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 vars = { | 1 vars = { |
| 2 "chromium_git": "http://git.chromium.org/git", | 2 "chromium_git": "http://git.chromium.org/git", |
| 3 } | 3 } |
| 4 | 4 |
| 5 deps = { | 5 deps = { |
| 6 "src/third_party/cros": | 6 "src/third_party/cros": |
| 7 Var("chromium_git") + "/cros.git@b2f8e87f", | 7 Var("chromium_git") + "/cros.git@3b12cd", |
|
stevenjb
2011/03/17 01:30:37
Note: the trybots will fail if you don't push the
zel
2011/03/17 01:37:20
Yes, i've just noticed that. I will push this firs
| |
| 8 } | 8 } |
| OLD | NEW |