| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index ce2c54f0a5427650430761fa38cc1d5bc5861c70..1cb9665a1be34193d6d3179c509c2c43dfd65e31 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -1410,10 +1410,10 @@
|
| 'target_name': 'chromium_android_linker',
|
| 'type': 'shared_library',
|
| 'conditions': [
|
| - ['android_webview_build == 0 and target_arch != "x64"', {
|
| - # Avoid breaking the webview build because it
|
| - # does not have <(android_ndk_root)/crazy_linker.gyp.
|
| - # Note that webview never uses the linker anyway.
|
| + # Avoid breaking the webview build because it
|
| + # does not have <(android_ndk_root)/crazy_linker.gyp.
|
| + # Note that webview never uses the linker anyway.
|
| + ['android_webview_build == 0', {
|
| 'sources': [
|
| 'android/linker/linker_jni.cc',
|
| ],
|
|
|