diff options
author | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 18:53:52 +0000 |
---|---|---|
committer | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 18:53:52 +0000 |
commit | 7c5e1dd68a8cfb286099ad5988dc6b4ee7b11691 (patch) | |
tree | 5a92009e3a883b9960680914264afc0be53cbe85 /android_webview/android_webview_tests.gypi | |
parent | a44a5a06bb061b747cd254098bc93ef346ce5f89 (diff) | |
download | chromium_src-7c5e1dd68a8cfb286099ad5988dc6b4ee7b11691.zip chromium_src-7c5e1dd68a8cfb286099ad5988dc6b4ee7b11691.tar.gz chromium_src-7c5e1dd68a8cfb286099ad5988dc6b4ee7b11691.tar.bz2 |
WebView: avoid library name clash when building standalone.
The standalone libwebviewchromium.so "clashes" with the one built using
android_webview_build==1; rename it in the standalone case so that if
you end up with both available, the correct one is used.
product_prefix is used because this ensures that the existing logic to
use product_extension to make component builds work is not disrupted.
Tested change with component and non-component builds.
BUG=
Review URL: https://codereview.chromium.org/37373002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230485 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/android_webview_tests.gypi')
-rw-r--r-- | android_webview/android_webview_tests.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi index e416559..ffbd8e5 100644 --- a/android_webview/android_webview_tests.gypi +++ b/android_webview/android_webview_tests.gypi @@ -14,7 +14,7 @@ 'variables': { 'apk_name': 'AndroidWebView', 'java_in_dir': 'test/shell', - 'native_lib_target': 'libwebviewchromium', + 'native_lib_target': 'libstandalonelibwebviewchromium', 'resource_dir': 'test/shell/res', 'additional_input_paths': [ '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak', |