summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 961a5108d9..20fb7a9ba7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -884,8 +884,8 @@ static_library("fxge") {
"core/fxge/dib/cfx_imagetransformer.h",
"core/fxge/dib/cfx_scanlinecompositor.cpp",
"core/fxge/dib/cfx_scanlinecompositor.h",
- "core/fxge/dib/dib_int.h",
- "core/fxge/dib/fx_dib_engine.cpp",
+ "core/fxge/dib/cstretchengine.cpp",
+ "core/fxge/dib/cstretchengine.h",
"core/fxge/dib/fx_dib_main.cpp",
"core/fxge/dib/ifx_scanlinecomposer.h",
"core/fxge/fontdata/chromefontdata/FoxitDingbats.cpp",
@@ -1867,7 +1867,7 @@ test("pdfium_unittests") {
"core/fxcrt/fx_bidi_unittest.cpp",
"core/fxcrt/fx_extension_unittest.cpp",
"core/fxcrt/fx_system_unittest.cpp",
- "core/fxge/dib/fx_dib_engine_unittest.cpp",
+ "core/fxge/dib/cstretchengine_unittest.cpp",
"fpdfsdk/fpdfdoc_unittest.cpp",
"fpdfsdk/fpdfeditimg_unittest.cpp",
"fpdfsdk/fpdfview_unittest.cpp",