diff options
Diffstat (limited to 'breakpad/BUILD.gn')
-rw-r--r-- | breakpad/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn index 4f4bd48..e8be01f 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", |