| Index: breakpad/BUILD.gn
|
| diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
|
| index bb2610a56ba7f17e3567e1a4dd683d6817a22645..7942f184e4c2440e44de0260b5ecb64819c71178 100644
|
| --- a/breakpad/BUILD.gn
|
| +++ b/breakpad/BUILD.gn
|
| @@ -389,6 +389,8 @@ if (is_linux || is_android) {
|
| }
|
|
|
| static_library("client") {
|
| + # Want all these sources for both Linux and Android.
|
| + set_sources_assignment_filter([])
|
| sources = [
|
| "src/client/linux/crash_generation/crash_generation_client.cc",
|
| "src/client/linux/crash_generation/crash_generation_client.h",
|
|
|