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

Unified Diff: build/common.gypi

Issue 10696007: Avoid redefining HAVE_ENDIAN_H and HAVE_OFF64_T on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | skia/skia.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 8379384b5cacba6d100bcbd12079324aaa46d114..b68c86442dc5b18d0629303a2eb7eca756ecea96 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2438,7 +2438,6 @@
'__GNU_SOURCE=1', # Necessary for clone()
'USE_STLPORT=1',
'_STLP_USE_PTR_SPECIALIZATIONS=1',
- 'HAVE_OFF64_T',
'HAVE_SYS_UIO_H',
'ANDROID_BINSIZE_HACK', # Enable temporary hacks to reduce binsize.
],
@@ -2465,6 +2464,9 @@
'defines': ['ANDROID_UPSTREAM_BRINGUP=1',],
}],
['android_build_type==0', {
+ 'defines': [
+ 'HAVE_OFF64_T',
+ ],
'ldflags': [
'--sysroot=<(android_ndk_sysroot)',
],
« no previous file with comments | « no previous file | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698