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

Unified Diff: tools/android/run_pie/run_pie.gyp

Issue 835633003: Enable libc++ on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased to positional param revert Created 5 years, 10 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
Index: tools/android/run_pie/run_pie.gyp
diff --git a/tools/android/run_pie/run_pie.gyp b/tools/android/run_pie/run_pie.gyp
index b713dc4f855d236bb79639f2b6fdd4dfa6365623..f3e0d4de90a9a0d39d9846a6e8be76eb3ff7d834 100644
--- a/tools/android/run_pie/run_pie.gyp
+++ b/tools/android/run_pie/run_pie.gyp
@@ -21,7 +21,7 @@
# Don't inherit unneeded dependencies on stlport.so, so the binary remains
Nico 2015/02/06 17:17:19 "on libc++" I assume this file isn't used in the
jdduke (slow) 2015/02/06 17:38:38 Done.
# self-contained also in component=shared_library builds.
'libraries!': [
- '-l<(android_stlport_library)',
+ '-l<(android_libcpp_library)',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698