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

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: Remove more unused stuff Created 5 years, 11 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 | « third_party/re2/util/util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
# self-contained also in component=shared_library builds.
'libraries!': [
- '-l<(android_stlport_library)',
+ '-l<(android_libcpp_library)',
],
},
{
« no previous file with comments | « third_party/re2/util/util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698