OLD | NEW |
1 # When adding a new dependency, please update the top-level .gitignore file | 1 # When adding a new dependency, please update the top-level .gitignore file |
2 # to list the dependency's destination directory. | 2 # to list the dependency's destination directory. |
3 | 3 |
4 vars = { | 4 vars = { |
5 "chromiumos_git": "http://git.chromium.org/chromiumos", | 5 "chromiumos_git": "http://git.chromium.org/chromiumos", |
6 } | 6 } |
7 | 7 |
8 deps_os = { | 8 deps_os = { |
9 "unix" : { | 9 "unix" : { |
10 "src/third_party/cros": | 10 "src/third_party/cros": |
11 Var("chromiumos_git") + "/platform/cros.git@377f51d8", | 11 Var("chromiumos_git") + "/platform/cros.git@377f51d8", |
12 "src/third_party/cros_system_api": | 12 "src/third_party/cros_system_api": |
13 Var("chromiumos_git") + "/platform/system_api.git@a6f845e1", | 13 Var("chromiumos_git") + "/platform/system_api.git@25dfd17e", |
14 } | 14 } |
15 } | 15 } |
OLD | NEW |