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

Unified Diff: build/config/compiler/BUILD.gn

Issue 330873004: Revert of Include stlport through -isystem instead of -I. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index aa66b894a81f4777c4f801bb7b5dba9e0447f537..42f603543a71bfdf5ab890a25bdee19898e683d2 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -400,8 +400,7 @@
android_stlport_root = "$android_ndk_root/sources/cxx-stl/stlport"
cflags += [
- "-isystem" + rebase_path("$android_stlport_root/stlport",
- root_build_dir)
+ "-I" + rebase_path("$android_stlport_root/stlport", root_build_dir)
]
lib_dirs += [ "$android_stlport_root/libs/$android_app_abi" ]
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698