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

Unified Diff: icu.gyp

Issue 6953014: Added icu support for FreeBSD (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/icu46/
Patch Set: '' Created 9 years, 7 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 | « README.chromium ('k') | public/common/unicode/pfreebsd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu.gyp
===================================================================
--- icu.gyp (revision 83674)
+++ icu.gyp (working copy)
@@ -67,7 +67,7 @@
},
],
}],
- [ 'OS != "linux" or chromeos == 1', {
+ [ 'OS == "win" or OS == "mac" or chromeos == 1', {
'sources!': ['linux/icudt46l_dat.S'],
}],
[ 'OS != "mac"', {
@@ -277,7 +277,7 @@
],
},
'conditions': [
- [ 'OS=="linux"', {
+ [ 'os_posix==1 and OS!="mac"', {
# Since ICU wants to internally use its own deprecated APIs, don't
# complain about it.
'cflags': [
@@ -489,7 +489,7 @@
'source/stubdata/stubdata.c',
],
}],
- [ 'OS == "linux"', {
+ [ 'os_posix==1 and OS!="mac"', {
'cflags': [
# Since ICU wants to internally use its own deprecated APIs,
# don't complain about it.
« no previous file with comments | « README.chromium ('k') | public/common/unicode/pfreebsd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698