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

Unified Diff: BUILD.gn

Issue 345253002: Fix for Android GN build. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/hunspell
Patch Set: Created 6 years, 6 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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index fa54ebfc7359a264e0bc09331ddf7a873b240d93..539403e8985827e14ca5c69c54adb2c248bc479d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -81,7 +81,7 @@ source_set("hunspell") {
]
}
- if (is_linux) {
+ if (is_posix && !is_mac && !is_ios) {
cflags += [
# affentry.hxx has NULL as default parameter for a FLAG in two
# places.
« 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