diff options
author | dpranke <dpranke@chromium.org> | 2015-07-17 16:38:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-17 23:39:25 +0000 |
commit | 2569732dd3d20f47c7c06712b4c626ab5f54193a (patch) | |
tree | 9f507a960396aae3827d1863820fa733d7b73504 /sdch | |
parent | d170f0f75b7b7e3cac4620816a077d2ae8713751 (diff) | |
download | chromium_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')
-rw-r--r-- | sdch/BUILD.gn | 1 |
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" ] } |