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

Unified Diff: tools/gyp/configurations_android.gypi

Issue 10968027: Fix Android build breaks (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove unused #include. Created 8 years, 3 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 | « runtime/platform/assert.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_android.gypi
diff --git a/tools/gyp/configurations_android.gypi b/tools/gyp/configurations_android.gypi
index e379b79cd81a46336fb156e83115c2df44f8d90b..fc393cf0a0316ac9b5f927cf5f402d9c33746cb6 100644
--- a/tools/gyp/configurations_android.gypi
+++ b/tools/gyp/configurations_android.gypi
@@ -76,6 +76,7 @@
'ANDROID',
'USE_STLPORT=1',
'_STLP_USE_PTR_SPECIALIZATIONS=1',
+ '_STLP_NO_CSTD_FUNCTION_IMPORTS=1',
'HAVE_OFF64_T',
'HAVE_SYS_UIO_H',
],
« no previous file with comments | « runtime/platform/assert.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698