From 3ad49f68eade5636c7a77da28e325182a3317be4 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 23 Aug 2018 15:52:03 +0000 Subject: BUILD.gn - put cfx_windowsrenderdevice.h in win-specific section. It just looks wrong otherwise. Change-Id: Id4f45d9111a76a78ec35c8234465d2cdf93299bc Reviewed-on: https://pdfium-review.googlesource.com/41090 Commit-Queue: Ryan Harrison Reviewed-by: Ryan Harrison --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 73b4382a58..b3a56f70b0 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1041,7 +1041,6 @@ jumbo_static_library("fxge") { "core/fxge/cfx_substfont.h", "core/fxge/cfx_unicodeencoding.cpp", "core/fxge/cfx_unicodeencoding.h", - "core/fxge/cfx_windowsrenderdevice.h", "core/fxge/cttfontdesc.cpp", "core/fxge/cttfontdesc.h", "core/fxge/dib/cfx_bitmapcomposer.cpp", @@ -1137,6 +1136,7 @@ jumbo_static_library("fxge") { if (is_win) { sources += [ + "core/fxge/cfx_windowsrenderdevice.h", "core/fxge/win32/cfx_psrenderer.cpp", "core/fxge/win32/cfx_psrenderer.h", "core/fxge/win32/cpsoutput.cpp", -- cgit v1.2.3