From 095d346ff71ebe0385dfe7fa77baad6a1ce91fcb Mon Sep 17 00:00:00 2001 From: weili Date: Tue, 21 Jun 2016 11:24:24 -0700 Subject: Move ifx_renderdevicedriver to a separate file to share Move ifx_renderdevicedriver class to its own file to share with multiple devices to reduce code duplication. Review-Url: https://codereview.chromium.org/2078783002 --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 7930c7c67b..7614dad472 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -692,12 +692,14 @@ static_library("fxge") { "core/fxge/ge/fx_ge_path.cpp", "core/fxge/ge/fx_ge_text.cpp", "core/fxge/ge/fx_text_int.h", + "core/fxge/ifx_renderdevicedriver.cpp", "core/fxge/include/fx_dib.h", "core/fxge/include/fx_font.h", "core/fxge/include/fx_freetype.h", "core/fxge/include/fx_ge.h", "core/fxge/include/fx_ge_apple.h", "core/fxge/include/fx_ge_win32.h", + "core/fxge/include/ifx_renderdevicedriver.h", ] configs += [ -- cgit v1.2.3