diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-03-21 16:44:03 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-21 21:48:24 +0000 |
commit | 72a39ceb264156446f91fcdc6522ea0c05e4eaae (patch) | |
tree | 78f27ba5db3a2c3d2a5063fd0f451f6fcfe42546 /BUILD.gn | |
parent | 090e04147999da5f73f1866a6d55014504c47c9b (diff) | |
download | pdfium-72a39ceb264156446f91fcdc6522ea0c05e4eaae.tar.xz |
Fixup mac release skia build
BUG=pdfium:11
Change-Id: I375460695f10753d81535533a0b3fc607a38652e
Reviewed-on: https://pdfium-review.googlesource.com/3140
Reviewed-by: Cary Clark <caryclark@google.com>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) { |