| Index: components/crash/browser/BUILD.gn
|
| diff --git a/components/crash/browser/BUILD.gn b/components/crash/browser/BUILD.gn
|
| index 06a75d3775962e1dfe11ffa2abbc5943ce456693..70d669fdad39af366165366a28804e31a0b576a0 100644
|
| --- a/components/crash/browser/BUILD.gn
|
| +++ b/components/crash/browser/BUILD.gn
|
| @@ -14,6 +14,7 @@ source_set("browser") {
|
|
|
| if (is_linux || is_android) {
|
| set_sources_assignment_filter([])
|
| +
|
| # Want this file on both Linux and Android.
|
| sources += [
|
| "crash_handler_host_linux.cc",
|
| @@ -30,8 +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 && (!is_android || !is_android_webview_build)) {
|
| configs += [ "//breakpad:client_config" ]
|
| public_configs = [ "//breakpad:client_config" ]
|
| }
|
|
|