| Index: android_webview/android_webview.gyp
|
| diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
|
| index 6480f088642b310b42e24e8b7f01e521406ad106..3695056802ab9b315bf3360a3d10ae23b6254fb5 100644
|
| --- a/android_webview/android_webview.gyp
|
| +++ b/android_webview/android_webview.gyp
|
| @@ -23,16 +23,6 @@
|
| 'sources': [
|
| 'lib/main/webview_entry_point.cc',
|
| ],
|
| - 'conditions': [
|
| - ['android_webview_build == 1', {
|
| - 'libraries': [
|
| - # The "android" gyp backend doesn't quite handle static libraries'
|
| - # dependencies correctly; force this to be linked as a workaround.
|
| - 'cpufeatures.a',
|
| - '-lcutils',
|
| - ],
|
| - }],
|
| - ],
|
| },
|
| {
|
| 'target_name': 'android_webview_pak',
|
|
|