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

Unified Diff: sky/engine/platform/BUILD.gn

Issue 1163323003: sky/engine updates for iOS targets (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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
Index: sky/engine/platform/BUILD.gn
diff --git a/sky/engine/platform/BUILD.gn b/sky/engine/platform/BUILD.gn
index 3deeddddc4f8af6c59447deb32f88d89cb488e08..bd676384293ea0542bc1ee31c41a794037eaeacf 100644
--- a/sky/engine/platform/BUILD.gn
+++ b/sky/engine/platform/BUILD.gn
@@ -633,6 +633,10 @@ source_set("platform") {
set_sources_assignment_filter(sources_assignment_filter)
}
+ if (is_ios) {
+ sources += [ "fonts/ios/FontPlatformDataIOS.cpp" ]
+ }
+
if (is_linux) {
direct_dependent_configs = [ "//build/config/linux:fontconfig" ]
}

Powered by Google App Engine
This is Rietveld 408576698