aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-07-28 10:00:51 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-28 14:29:27 +0000
commitb121be7ae7b8470e6e366003bcc242762c84b0f1 (patch)
treed71aef1ffcee9a13de2aa4b005169ec8bd6fa9dc /BUILD.gn
parent4f101a77a742015ed0fb50154909aa73e54d8fde (diff)
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>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b7720566ba..5b06c1766b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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)
}