summaryrefslogtreecommitdiffstats
path: root/sdch/BUILD.gn
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-07-17 16:38:41 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-17 23:39:25 +0000
commit2569732dd3d20f47c7c06712b4c626ab5f54193a (patch)
tree9f507a960396aae3827d1863820fa733d7b73504 /sdch/BUILD.gn
parentd170f0f75b7b7e3cac4620816a077d2ae8713751 (diff)
downloadchromium_src-2569732dd3d20f47c7c06712b4c626ab5f54193a.zip
chromium_src-2569732dd3d20f47c7c06712b4c626ab5f54193a.tar.gz
chromium_src-2569732dd3d20f47c7c06712b4c626ab5f54193a.tar.bz2
Fix SDCH compile error on Mac GN bots.
TBR=brettw@chromium.org NOTRY=true BUG= Review URL: https://codereview.chromium.org/1237953003 Cr-Commit-Position: refs/heads/master@{#339357}
Diffstat (limited to 'sdch/BUILD.gn')
-rw-r--r--sdch/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdch/BUILD.gn b/sdch/BUILD.gn
index dd4047a..6121dfc 100644
--- a/sdch/BUILD.gn
+++ b/sdch/BUILD.gn
@@ -67,6 +67,7 @@ static_library("sdch") {
include_dirs = [ "ios" ]
} else if (is_mac) {
include_dirs = [ "mac" ]
+ defines = [ "OPEN_VCDIFF_USE_AUTO_PTR" ]
} else if (is_win) {
include_dirs = [ "win" ]
}