From 72a39ceb264156446f91fcdc6522ea0c05e4eaae Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 21 Mar 2017 16:44:03 -0400 Subject: Fixup mac release skia build BUG=pdfium:11 Change-Id: I375460695f10753d81535533a0b3fc607a38652e Reviewed-on: https://pdfium-review.googlesource.com/3140 Reviewed-by: Cary Clark Commit-Queue: dsinclair --- BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 9a030724f5..2ddfbf70ae 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -913,10 +913,10 @@ static_library("fxge") { "core/fxge/agg/fx_agg_driver.h", ] deps += [ "third_party:fx_agg" ] + } - if (is_mac) { - sources += [ "core/fxge/apple/fx_apple_platform.cpp" ] - } + if (is_mac) { + sources += [ "core/fxge/apple/fx_apple_platform.cpp" ] } if (is_win) { -- cgit v1.2.3