aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-01-24 17:32:17 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-26 15:03:28 +0000
commita56c4d267a877d208311a5326d134824ec987db3 (patch)
treed33e2e560c9f5962e4a8398cdea1c3be7e52d37e /BUILD.gn
parentfc4f768e5aaf8efdd112f38295a35de83a0f9a55 (diff)
Rename .include files to .inc
Change-Id: Ie7a59d598a5916d8620cb55064a1204f90bc148d Reviewed-on: https://skia-review.googlesource.com/99244 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Ben Wagner <benjaminwagner@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 f9b6bc9c43..841ff1eca0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -504,7 +504,7 @@ if (skia_compile_processors) {
]
outputs = [
"$target_out_dir/" +
- rebase_path("src/sksl/sksl_enums.include", target_out_dir),
+ rebase_path("src/sksl/sksl_enums.inc", target_out_dir),
]
args = [
rebase_path(sources[0]),