Use correct clang-format in BUILD.gn

The bot was broken in https://skia-review.googlesource.com/c/27800/
Depot Tools' version is just a wrapper which looks for clang-format
under buildtools, which doesn't exist on the bots.

Bug: skia:6893
Change-Id: I32ae6c358735c9971e533064aa50a0e0520dd05a
Reviewed-on: https://skia-review.googlesource.com/28020
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
This commit is contained in:
Eric Boren 2017-07-28 10:00:51 -04:00 committed by Skia Commit-Bot
parent 4f101a77a7
commit b121be7ae7

View File

@ -456,7 +456,7 @@ if (skia_compile_processors) {
}
args = [
rebase_path(skslc_path),
rebase_path("infra/bots/.recipe_deps/depot_tools/clang-format"),
rebase_path("bin/clang-format"),
]
args += rebase_path(skia_gpu_processor_sources)
}