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

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

Issue 691783003: [WIP NOT FOR COMMIT] Switch Android to libc++ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 6 years, 2 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..0477ea296dfdea2e975d808a28bef3d85041c697 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
# self-contained also in component=shared_library builds.
'libraries!': [
- '-l<(android_stlport_library)',
+ '-l<(android_libc++_library)',
pasko 2014/10/30 15:20:31 ++ in names of variables is always awesome
],
},
{
« content/browser/android/content_view_statics.cc ('K') | « third_party/re2/util/util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698