aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-07-27 16:02:37 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-27 20:28:50 +0000
commitb9f6afb7832685afbe488673965013f1fec1b29a (patch)
treefdba9b5ec2e292af37812654c0c7c8b2286b07d3 /BUILD.gn
parentf8480b90551d29484d51e74f6a43c9ab95b5d95c (diff)
switched to infra version of clang-format for skslc
Change-Id: I3e993e271cb5e26816d37c70d9ad62acce3ed84c Reviewed-on: https://skia-review.googlesource.com/27800 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5b7b787f93..b7720566ba 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -454,7 +454,10 @@ if (skia_compile_processors) {
if (host_os == "win") {
skslc_path += ".exe"
}
- args = [ rebase_path(skslc_path) ]
+ args = [
+ rebase_path(skslc_path),
+ rebase_path("infra/bots/.recipe_deps/depot_tools/clang-format"),
+ ]
args += rebase_path(skia_gpu_processor_sources)
}
} else {