WebView: avoid library name clash when building standalone.
commit7c5e1dd68a8cfb286099ad5988dc6b4ee7b11691
authortorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 23 Oct 2013 18:53:52 +0000 (23 18:53 +0000)
committertorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 23 Oct 2013 18:53:52 +0000 (23 18:53 +0000)
tree5a92009e3a883b9960680914264afc0be53cbe85
parenta44a5a06bb061b747cd254098bc93ef346ce5f89
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
android_webview/android_webview.gyp
android_webview/android_webview_tests.gypi