diff --git a/BUILD.gn b/BUILD.gn index 709ce495..a23bbd3e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -54,6 +54,16 @@ if (crashpad_is_in_chromium || crashpad_is_in_fuchsia) { deps = [ "handler:crashpad_handler", + "tools:crashpad_database_util", + ] + + binaries = [ + { + name = "crashpad_handler" + }, + { + name = "crashpad_database_util" + }, ] } }