Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: sdch/BUILD.gn

Issue 1237953003: Fix SDCH compile error on Mac GN bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdch/BUILD.gn
diff --git a/sdch/BUILD.gn b/sdch/BUILD.gn
index dd4047a6bdccdb5084fb995e2af82957d1c237dc..6121dfc25b30621f107e10720e934ce5e78a3f2a 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" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698