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>
This commit is contained in:
parent
17031a7253
commit
b918e9865a
1
BUILD.gn
1
BUILD.gn
@ -109,7 +109,6 @@ skia_public_includes = [
|
||||
"include/effects",
|
||||
"include/encode",
|
||||
"include/gpu",
|
||||
"include/gpu/gl",
|
||||
"include/atlastext",
|
||||
"include/pathops",
|
||||
"include/ports",
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include <Windows.h>
|
||||
#include <GL/gl.h>
|
||||
#include "../GLWindowContext.h"
|
||||
#include "GrGLInterface.h"
|
||||
#include "gl/GrGLInterface.h"
|
||||
#include "WindowContextFactory_win.h"
|
||||
#include "win/SkWGL.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user