aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mikejurka <mikejurka@google.com>2016-09-13 16:15:03 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-13 16:15:03 -0700
commit21cc9950c4b4eb183c315c7d417e36342a9f1cf9 (patch)
tree9a6d219aa2841a41141c759db89f982ab129c22c
parent0b7758236ca81337aa465a9f61cf466f03718862 (diff)
re-add SkDebug_stdio for Fuchsia builds
-rw-r--r--BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 7b506e4388..258bf2d226 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -511,7 +511,10 @@ component("skia") {
}
if (is_fuchsia) {
- sources += [ "src/gpu/gl/GrGLCreateNativeInterface_none.cpp" ]
+ sources += [
+ "src/gpu/gl/GrGLCreateNativeInterface_none.cpp",
+ "src/ports/SkDebug_stdio.cpp",
+ ]
}
}