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

Unified Diff: build/common.gypi

Issue 11516017: Include gnu-libstdc++/include in -I paths for android build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 3c4547ce0d2b718ed8c7b8c15b6d56a408910391..167be6efd354dd02e8c9b3459432518726e73929 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3106,6 +3106,7 @@
}, { # else: use_system_stlport!=1
'cflags': [
'-I<(android_ndk_root)/sources/cxx-stl/stlport/stlport',
+ '-I<(android_ndk_root)/sources/cxx-stl/gnu-libstdc++/4.6/include',
],
'conditions': [
['target_arch=="arm" and armv7==1', {
« 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