summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-03-21 16:44:03 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-03-21 21:48:24 +0000
commit72a39ceb264156446f91fcdc6522ea0c05e4eaae (patch)
tree78f27ba5db3a2c3d2a5063fd0f451f6fcfe42546
parent090e04147999da5f73f1866a6d55014504c47c9b (diff)
downloadpdfium-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>
-rw-r--r--BUILD.gn6
1 files 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) {