libvpx: Testing android web view fix.

BUG=377062
TBR=tomfinegan@chromium.org

Review URL: https://codereview.chromium.org/305133003

git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/libvpx@273843 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/libvpx.gyp b/libvpx.gyp
index f31b5bd..9a264c1 100644
--- a/libvpx.gyp
+++ b/libvpx.gyp
@@ -396,6 +396,11 @@
       'android_unmangled_name': 1,
       'hard_dependency': 1,
       'product_dir': '<(shared_generated_dir)',
+      'conditions' : [
+        ['android_webview_build==1', {
+          'product_dir' : '',
+        }],
+      ],
       'include_dirs': [
         'source/config/<(OS_CATEGORY)/<(target_arch_full)',
         'source/config',
@@ -431,6 +436,11 @@
       'android_unmangled_name': 1,
       'hard_dependency': 1,
       'product_dir': '<(shared_generated_dir)',
+      'conditions' : [
+        ['android_webview_build==1', {
+          'product_dir' : '',
+        }],
+      ],
       'include_dirs': [
         'source/config/<(OS_CATEGORY)/<(target_arch_full)',
         'source/config',