Fix Mac GPU references

https://skia-review.googlesource.com/c/skia/+/301920 broke the macos
build by not including the gpu/gl references back in for macos. This
makes the same changes as that CL for the mac.

Change-Id: Iad75355f505ee2942724aa721d3a7753c10ba06e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/302329
Reviewed-by: Mike Klein <mtklein@google.com>
Reviewed-by: Guruji Panda <guruji@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
This commit is contained in:
Andy Weiss 2020-07-13 10:27:35 -07:00 committed by Skia Commit-Bot
parent 439709a97d
commit 25a1d4f2a0

View File

@ -458,9 +458,13 @@ PORTS_SRCS_FUCHSIA = struct(
GL_SRCS_MACOS = struct(
include = [
"src/gpu/gl/*",
"src/gpu/gl/builders/*",
"src/gpu/gl/mac/GrGLMakeNativeInterface_mac.cpp",
],
exclude = [],
exclude = [
"src/gpu/gl/GrGLMakeNativeInterface_none.cpp",
],
)
PORTS_SRCS_MACOS = PORTS_SRCS_IOS