aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-05-23 12:52:43 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-23 17:42:41 +0000
commit496a28233a1ae949d23f81a6519a7e3bfbb4b6ae (patch)
tree1c6608b5f574849e12a7764215a7259e7d5ebe53 /BUILD.gn
parent8fcfcc5686604ede4f2a6d5da1af6459d39c36ad (diff)
Remove include/gpu/mtl from include directories.
Prefer to use "mtl/" to set apart such includes and lessen the include directory pollution. In addition no users of Skia want to add this include directory to their includes list, so this change keeps that setup working by having Skia build this way as well. Change-Id: I5742e2c981e4cdb95b5af18dd39ec877162788de Reviewed-on: https://skia-review.googlesource.com/129655 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 0 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5488ed86d1..10ec7e5831 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -107,9 +107,6 @@ skia_public_includes = [
if (skia_enable_atlas_text) {
skia_public_includes += [ "include/atlastext" ]
}
-if (skia_use_metal) {
- skia_public_includes += [ "include/gpu/mtl" ]
-}
# Skia public API, generally provided by :skia.
config("skia_public") {