mirror of https://gitee.com/bigwinds/arangodb
18 lines
475 B
Plaintext
18 lines
475 B
Plaintext
# The files DEPS and .DEPS.git need to be manually kept in sync. Depending on
|
|
# whether buildtools is used from a svn or git project one or the other is used.
|
|
|
|
recursion = 1
|
|
use_relative_paths = True
|
|
|
|
vars = {
|
|
"git_url": "https://chromium.googlesource.com",
|
|
|
|
"clang_format_rev": "385fc3379dc95b67d601b4384b16b1ec0bf12361",
|
|
}
|
|
|
|
deps = {
|
|
"clang_format/script":
|
|
Var("git_url") + "/chromium/llvm-project/cfe/tools/clang-format.git@" +
|
|
Var("clang_format_rev"),
|
|
}
|