Fix Google3 link errors(?)
Change-Id: If2d689dd34065fa5e71808170164adcb97580c75 Reviewed-on: https://skia-review.googlesource.com/83563 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
This commit is contained in:
parent
5c54892412
commit
b3ce76eba7
@ -274,6 +274,7 @@ def codec_srcs(limited):
|
||||
# Platform-dependent SRCS for google3-default platform.
|
||||
BASE_SRCS_UNIX = struct(
|
||||
include = [
|
||||
"src/gpu/gl/GrGLMakeNativeInterface_none.cpp",
|
||||
"src/ports/**/*.cpp",
|
||||
"src/ports/**/*.h",
|
||||
],
|
||||
@ -301,6 +302,7 @@ BASE_SRCS_UNIX = struct(
|
||||
# Platform-dependent SRCS for google3-default Android.
|
||||
BASE_SRCS_ANDROID = struct(
|
||||
include = [
|
||||
"src/gpu/gl/GrGLMakeNativeInterface_none.cpp",
|
||||
# TODO(benjaminwagner): Figure out how to compile with EGL.
|
||||
"src/ports/**/*.cpp",
|
||||
"src/ports/**/*.h",
|
||||
|
Loading…
Reference in New Issue
Block a user