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

Unified Diff: android_webview/libwebviewchromium.gypi

Issue 571953002: android_webview: Build against NDK prebuilts, not system libraries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix library link order on arm64 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
« no previous file with comments | « DEPS ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/libwebviewchromium.gypi
diff --git a/android_webview/libwebviewchromium.gypi b/android_webview/libwebviewchromium.gypi
index 0e605f0bc63913061f016d4b2ff6ee573dad19af..3d87388de6ba10a083579b3b16295a2087f810a9 100644
--- a/android_webview/libwebviewchromium.gypi
+++ b/android_webview/libwebviewchromium.gypi
@@ -49,16 +49,6 @@
'-Wl,--fatal-warnings',
],
}],
- ['android_webview_build==1 and use_system_stlport==1', {
- # ICU requires RTTI, which is not present in the system's stlport, so
- # we have to include gabi++. We can't include it in icu.gyp because
- # link_settings cannot be used inside target_conditions. This will be
- # removed once we stop using the system stlport.
- # http://crbug.com/409851
- 'libraries': [
- '-lgabi++',
- ],
- }],
],
'sources': [
'lib/main/webview_entry_point.cc',
« no previous file with comments | « DEPS ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698