From 496a28233a1ae949d23f81a6519a7e3bfbb4b6ae Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Wed, 23 May 2018 12:52:43 -0400 Subject: 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 Commit-Queue: Ben Wagner --- BUILD.gn | 3 --- 1 file changed, 3 deletions(-) (limited to 'BUILD.gn') 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") { -- cgit v1.2.3