| Index: components/crash.gypi
|
| diff --git a/components/crash.gypi b/components/crash.gypi
|
| index 37b4c54305154f764427c788eb6e0937607d3365..6ba24028c34755aa0909466740a97b41f3db1af6 100644
|
| --- a/components/crash.gypi
|
| +++ b/components/crash.gypi
|
| @@ -78,7 +78,7 @@
|
| '../sandbox/sandbox.gyp:sandbox',
|
| ],
|
| }],
|
| - ['os_posix == 1 and OS != "mac" and OS != "ios" and android_webview_build != 1', {
|
| + ['os_posix == 1 and OS != "mac" and OS != "ios"', {
|
| 'dependencies': [
|
| '../breakpad/breakpad.gyp:breakpad_client',
|
| ],
|
| @@ -291,7 +291,7 @@
|
| },
|
| ],
|
| }],
|
| - ['os_posix == 1 and OS != "mac" and OS != "ios" and android_webview_build != 1', {
|
| + ['os_posix == 1 and OS != "mac" and OS != "ios"', {
|
| 'targets': [
|
| {
|
| # GN version: //components/crash/browser
|
|
|