| Index: components/crash/app/BUILD.gn
|
| diff --git a/components/crash/app/BUILD.gn b/components/crash/app/BUILD.gn
|
| index 9dc7363337bf95c8b70462c2d43cf62a66eebb38..8c583bb4cbcbd9da5ee378376ad1cda943af39d9 100644
|
| --- a/components/crash/app/BUILD.gn
|
| +++ b/components/crash/app/BUILD.gn
|
| @@ -61,7 +61,7 @@ source_set("app") {
|
|
|
| #'../breakpad/breakpad.gyp:breakpad_sender', TODO(GYP)
|
| ]
|
| - } else if (is_posix && !is_ios && (!is_android || !is_android_webview_build)) {
|
| + } else if (is_posix && !is_ios) {
|
| deps += [ "//breakpad:client" ]
|
| }
|
| }
|
|
|