Index: components/crash/browser/BUILD.gn |
diff --git a/components/crash/browser/BUILD.gn b/components/crash/browser/BUILD.gn |
index 70d669fdad39af366165366a28804e31a0b576a0..05e0c0536649951b237022f31a10203f62152b2d 100644 |
--- a/components/crash/browser/BUILD.gn |
+++ b/components/crash/browser/BUILD.gn |
@@ -31,7 +31,7 @@ source_set("browser") { |
# This is not in the GYP build but this target includes breakpad client |
# headers, so add the dependency here. |
- if (is_posix && !is_ios && (!is_android || !is_android_webview_build)) { |
+ if (is_posix && !is_ios) { |
configs += [ "//breakpad:client_config" ] |
public_configs = [ "//breakpad:client_config" ] |
} |