aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
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 66dac2c237..83146bbc58 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -839,7 +839,7 @@ if (skia_enable_gpu && skia_generate_workarounds) {
# see comments in skia_compile_processors about out dir path shenanigans.
output_file =
- rebase_path("src/gpu/GrDriverBugWorkaroundsAutogen.h", root_out_dir)
+ rebase_path("include/gpu/GrDriverBugWorkaroundsAutogen.h", root_out_dir)
outputs = [
"$root_out_dir/$output_file",