aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-05-22 13:17:03 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-22 18:37:25 +0000
commitb918e9865ac5e1ce86b1a04f8e8b2eb1cbd4d14f (patch)
tree555459de291d13567e89894f3b19d21fe68b5d0a /BUILD.gn
parent17031a72532087c367e2ffab72c6d4391b168254 (diff)
Remove include/gpu/gl from include paths.
This path is not used as an include path by public.bzl nor by Chromium. Remove this include path to avoid breaking these clients and generally make these includes more specific. Change-Id: I9391d38d5241870086bf47cb8e49146736dc4ded Reviewed-on: https://skia-review.googlesource.com/129561 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f0faae32d4..65b73993eb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -109,7 +109,6 @@ skia_public_includes = [
"include/effects",
"include/encode",
"include/gpu",
- "include/gpu/gl",
"include/atlastext",
"include/pathops",
"include/ports",