Fix issues with latest GN

Change-Id: I9490479242a025fa1f5ff84a556ae43d8de4c19a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/332897
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
This commit is contained in:
Martin Vejdarski 2020-11-07 00:07:17 +01:00 committed by Skia Commit-Bot
parent c2bfcff072
commit ed435953df
3 changed files with 7 additions and 2 deletions

View File

@ -69,3 +69,4 @@ Zhuo Qingliang <zhuo.dev@gmail.com>
Mainframe North <*@mainframe.co.uk>
JetBrains <*@jetbrains.com>
Vibe Inc <*@vibe.us>
Scene Group Ltd. <*@scenegroup.co>

View File

@ -69,7 +69,11 @@ config("skia_public") {
# Skia internal APIs, used by Skia itself and a few test tools.
config("skia_private") {
visibility = [ ":*" ]
visibility = [
":*",
"//modules/*",
"//experimental/*",
]
defines = [ "SK_GAMMA_APPLY_TO_A8" ]
if (skia_enable_gpu) {

View File

@ -187,7 +187,7 @@ third_party("libsdl") {
"SDL_VIDEO_RENDER_OGL=1",
"SDL_VIDEO_OPENGL_CGL=1",
]
libs += [
frameworks = [
"Carbon.framework",
"Cocoa.framework",
"Foundation.framework",