From e87225f12a438c15667d9960ebb8ad9d4252f08b Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Tue, 22 May 2018 15:26:43 -0400 Subject: Remove include/gpu/vk from include paths. The public.bzl doesn't yet support vulkan, Chromium adds this include path but appears to do so for the one header fixed in this CL, and Android seems to be fine with this change. Change-Id: I3869776a7653c420b584129936c302b8c8e9e8fa Reviewed-on: https://skia-review.googlesource.com/129640 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 4b907e1dd7..b31f3931bb 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -104,9 +104,6 @@ skia_public_includes = [ "include/utils/mac", ] -if (skia_use_vulkan) { - skia_public_includes += [ "include/gpu/vk" ] -} if (skia_enable_atlas_text) { skia_public_includes += [ "include/atlastext" ] } -- cgit v1.2.3