Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ed43595

Browse files
Martin VejdarskiSkia Commit-Bot
authored andcommitted
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>
1 parent c2bfcff commit ed43595

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,4 @@ Zhuo Qingliang <zhuo.dev@gmail.com>
6969
Mainframe North <*@mainframe.co.uk>
7070
JetBrains <*@jetbrains.com>
7171
Vibe Inc <*@vibe.us>
72+
Scene Group Ltd. <*@scenegroup.co>

BUILD.gn

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ config("skia_public") {
6969

7070
# Skia internal APIs, used by Skia itself and a few test tools.
7171
config("skia_private") {
72-
visibility = [ ":*" ]
72+
visibility = [
73+
":*",
74+
"//modules/*",
75+
"//experimental/*",
76+
]
7377

7478
defines = [ "SK_GAMMA_APPLY_TO_A8" ]
7579
if (skia_enable_gpu) {

third_party/libsdl/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ third_party("libsdl") {
187187
"SDL_VIDEO_RENDER_OGL=1",
188188
"SDL_VIDEO_OPENGL_CGL=1",
189189
]
190-
libs += [
190+
frameworks = [
191191
"Carbon.framework",
192192
"Cocoa.framework",
193193
"Foundation.framework",

0 commit comments

Comments
 (0)