| Index: breakpad/BUILD.gn
|
| diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
|
| index def00cb1b0bde60b3289be985ddc06fac54c5701..e771353166ebec808e597857974b01b0d465d4ab 100644
|
| --- a/breakpad/BUILD.gn
|
| +++ b/breakpad/BUILD.gn
|
| @@ -394,6 +394,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",
|
|
|