| Index: cmake/CMakeLists.txt
|
| diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
|
| index c54d430beea6447f1f966e779a9ed014fcd82294..0ed0957f79a334c4af95a75c0bd19d1137601eef 100644
|
| --- a/cmake/CMakeLists.txt
|
| +++ b/cmake/CMakeLists.txt
|
| @@ -51,7 +51,8 @@ endfunction()
|
| # This file is empty and is only used to trick GYP.
|
| remove_srcs (../src/core/SkForceCPlusPlusLinking.cpp)
|
| # Chrome only?
|
| -remove_srcs (../src/ports/SkFontConfigInterface_direct.cpp
|
| +remove_srcs (../src/ports/SkFontConfigInterface.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
|
|
|