OLD | NEW |
---|---|
(Empty) | |
1 # DEPS file for unit tests. | |
2 | |
3 vars = { | |
4 'chromium_git': 'https://chromium.googlesource.com', | |
5 | |
6 # This is and older revision than DEPS.chromium.new file. | |
7 'buildtools_revision': '64e38f0cebdde27aa0cfb405f330063582f9ac76', | |
8 } | |
9 | |
10 deps = { | |
11 'src/buildtools': | |
12 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_re vision'), | |
13 } | |
OLD | NEW |