summaryrefslogtreecommitdiff
path: root/.gitlab-ci/container/patches/build-skqp_BUILD.gn.patch
blob: a1e82af6ba98b918c9aec74caf8e589a76efb00d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/BUILD.gn b/BUILD.gn
index d2b1407..7b60c90 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -144,7 +144,7 @@ config("skia_public") {
 
 # Skia internal APIs, used by Skia itself and a few test tools.
 config("skia_private") {
-  visibility = [ ":*" ]
+  visibility = [ "*" ]
 
   include_dirs = [
     "include/private",