Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: BUILD.gn

Issue 2271273002: GN: Fuchsia probably cannot link without this. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index cdc1cb90eb75e318a89951e592ec947bef22a766..7d30efa0441ca637fa5d03dd99c11864a85c718a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -378,7 +378,10 @@ component("skia") {
}
if (is_fuchsia) {
- sources += [ "src/ports/SkFontMgr_empty_factory.cpp" ]
+ sources += [
+ "src/gpu/gl/GrGLCreateNativeInterface_none.cpp",
+ "src/ports/SkFontMgr_empty_factory.cpp",
+ ]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698