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

Unified Diff: android_webview/android_webview.gyp

Issue 11198030: Android WebView: make sure libwebview target isn't mangled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index 7ff9456dc3f4e22f68989e82c437c6e7f213eb55..1606b7c50ec5c05f3cb3c4593d271e5ab778a09e 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -9,6 +9,7 @@
{
'target_name': 'libwebview',
'type': 'shared_library',
+ 'android_unmangled_name': 1,
'dependencies': [
'../chrome/chrome.gyp:browser',
'../chrome/chrome.gyp:renderer',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698