[bazel] Add missed includes
Change-Id: I0365745ff14cc0ed1c86fe4f9d06a46d98f74a48 Bug: skia:13211 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/535963 Reviewed-by: Joe Gregorio <jcgregorio@google.com>
This commit is contained in:
parent
ab7b006ea6
commit
20ec056844
32
public.bzl
32
public.bzl
@ -168,7 +168,29 @@ SKIA_PUBLIC_HDRS = [
|
||||
"include/encode/SkJpegEncoder.h",
|
||||
"include/encode/SkPngEncoder.h",
|
||||
"include/encode/SkWebpEncoder.h",
|
||||
"include/gpu/d3d/GrD3DBackendContext.h",
|
||||
"include/gpu/d3d/GrD3DTypes.h",
|
||||
"include/gpu/dawn/GrDawnTypes.h",
|
||||
"include/gpu/gl/egl/GrGLMakeEGLInterface.h",
|
||||
"include/gpu/gl/glx/GrGLMakeGLXInterface.h",
|
||||
"include/gpu/gl/GrGLAssembleHelpers.h",
|
||||
"include/gpu/gl/GrGLAssembleInterface.h",
|
||||
"include/gpu/gl/GrGLConfig.h",
|
||||
"include/gpu/gl/GrGLConfig_chrome.h",
|
||||
"include/gpu/gl/GrGLExtensions.h",
|
||||
"include/gpu/gl/GrGLFunctions.h",
|
||||
"include/gpu/gl/GrGLInterface.h",
|
||||
"include/gpu/gl/GrGLTypes.h",
|
||||
"include/gpu/GpuTypes.h",
|
||||
"include/gpu/graphite/BackendTexture.h",
|
||||
"include/gpu/graphite/Context.h",
|
||||
"include/gpu/graphite/GraphiteTypes.h",
|
||||
"include/gpu/graphite/mtl/MtlBackendContext.h",
|
||||
"include/gpu/graphite/mtl/MtlTypes.h",
|
||||
"include/gpu/graphite/Recorder.h",
|
||||
"include/gpu/graphite/Recording.h",
|
||||
"include/gpu/graphite/SkStuff.h",
|
||||
"include/gpu/graphite/TextureInfo.h",
|
||||
"include/gpu/GrBackendDrawableInfo.h",
|
||||
"include/gpu/GrBackendSemaphore.h",
|
||||
"include/gpu/GrBackendSurface.h",
|
||||
@ -177,13 +199,21 @@ SKIA_PUBLIC_HDRS = [
|
||||
"include/gpu/GrContextOptions.h",
|
||||
"include/gpu/GrContextThreadSafeProxy.h",
|
||||
"include/gpu/GrDirectContext.h",
|
||||
"include/gpu/GrDriverBugWorkaroundsAutogen.h",
|
||||
"include/gpu/GrDriverBugWorkarounds.h",
|
||||
"include/gpu/GrDriverBugWorkaroundsAutogen.h",
|
||||
"include/gpu/GrRecordingContext.h",
|
||||
"include/gpu/GrSurfaceInfo.h",
|
||||
"include/gpu/GrTypes.h",
|
||||
"include/gpu/GrYUVABackendTextures.h",
|
||||
"include/gpu/mock/GrMockTypes.h",
|
||||
"include/gpu/mtl/GrMtlBackendContext.h",
|
||||
"include/gpu/mtl/GrMtlTypes.h",
|
||||
"include/gpu/ShaderErrorHandler.h",
|
||||
"include/gpu/vk/GrVkBackendContext.h",
|
||||
"include/gpu/vk/GrVkExtensions.h",
|
||||
"include/gpu/vk/GrVkMemoryAllocator.h",
|
||||
"include/gpu/vk/GrVkTypes.h",
|
||||
"include/gpu/vk/GrVkVulkan.h",
|
||||
"include/pathops/SkPathOps.h",
|
||||
"include/ports/SkCFObject.h",
|
||||
"include/ports/SkFontConfigInterface.h",
|
||||
|
Loading…
Reference in New Issue
Block a user