Revert "add egl through swiftshader to unix builds"
This reverts commit 1df5520f50
.
Reason for revert: blocks g3, need supplement cl to land before pushing this one
Original change's description:
> add egl through swiftshader to unix builds
>
> To be submitted with g3 cl/438169003
>
> Change-Id: Idbdfc2e5b64d26a0dae9773fa08caabe4acf9147
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/525839
> Commit-Queue: Jorge Betancourt <jmbetancourt@google.com>
> Auto-Submit: Jorge Betancourt <jmbetancourt@google.com>
> Reviewed-by: Brian Salomon <bsalomon@google.com>
> Commit-Queue: Brian Salomon <bsalomon@google.com>
> Reviewed-by: Florin Malita <fmalita@google.com>
> Commit-Queue: Florin Malita <fmalita@google.com>
Change-Id: I6ab6fd6c583d4901c4e71845e0bf4d431b55644f
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/525840
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Jorge Betancourt <jmbetancourt@google.com>
This commit is contained in:
parent
1df5520f50
commit
c422f3ea06
@ -272,12 +272,8 @@ GL_SRCS_UNIX = struct(
|
||||
"src/gpu/gl/*.h",
|
||||
"src/gpu/gl/builders/*.cpp",
|
||||
"src/gpu/gl/builders/*.h",
|
||||
"src/gpu/gl/egl/GrGLMakeEGLInterface.cpp",
|
||||
"src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp",
|
||||
],
|
||||
exclude = [
|
||||
"src/gpu/gl/GrGLMakeNativeInterface_none.cpp",
|
||||
],
|
||||
exclude = [],
|
||||
)
|
||||
PORTS_SRCS_UNIX = struct(
|
||||
include = [
|
||||
|
Loading…
Reference in New Issue
Block a user