Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / buildtools / .DEPS.git
1 # The files DEPS and .DEPS.git need to be manually kept in sync. Depending on
2 # whether buildtools is used from a svn or git project one or the other is used.
3
4 recursion = 1
5 use_relative_paths = True
6
7 vars = {
8   "git_url": "https://chromium.googlesource.com",
9
10   "clang_format_rev": "385fc3379dc95b67d601b4384b16b1ec0bf12361",
11 }
12
13 deps = {
14   "clang_format/script":
15       Var("git_url") + "/chromium/llvm-project/cfe/tools/clang-format.git@" +
16       Var("clang_format_rev"),
17 }