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

Unified Diff: cmake/CMakeLists.txt

Issue 2199973002: Rename FontConfigInterface font manager files. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: All the build systems. Created 4 years, 5 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 | « BUILD.gn ('k') | gyp/ports.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmake/CMakeLists.txt
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 7240d88d27806610e1175c023c29d60a9451cdf9..255b3c1fc16224c98e0a233d0d99f9137b6cc407 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -56,7 +56,9 @@ remove_srcs (../src/ports/SkFontHost_fontconfig.cpp
../src/ports/SkFontConfigInterface_direct.cpp
../src/ports/SkFontConfigInterface_direct_factory.cpp
../src/ports/SkFontConfigInterface_direct_google3.cpp
- ../src/ports/SkFontConfigInterface_direct_google3_factory.cpp)
+ ../src/ports/SkFontConfigInterface_direct_google3_factory.cpp
+ ../src/ports/SkFontMgr_FontConfigInterface.cpp
+ ../src/ports/SkFontMgr_FontConfigInterface_factory.cpp)
# Alternative font managers.
remove_srcs (../src/ports/SkFontMgr_custom*.cpp)
# skslc main()
« no previous file with comments | « BUILD.gn ('k') | gyp/ports.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698