OLD | NEW |
1 # DEPS file for unit tests. | 1 # DEPS file for unit tests. |
2 | 2 |
3 vars = { | 3 vars = { |
4 'chromium_git': 'https://chromium.googlesource.com', | 4 'chromium_git': 'https://chromium.googlesource.com', |
5 | 5 |
6 # This is updated compared to the DEPS.chromium.old file. | 6 # This is updated compared to the DEPS.chromium.old file. |
7 'buildtools_revision': '55ad626b08ef971fd82a62b7abb325359542952b', | 7 'buildtools_revision': '55ad626b08ef971fd82a62b7abb325359542952b', |
8 } | 8 } |
9 | 9 |
10 deps = { | 10 deps = { |
11 'src/buildtools': | 11 'src/buildtools': |
12 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_re
vision'), | 12 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_re
vision'), |
13 } | 13 } |
OLD | NEW |