| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 1b4a952b56ec7736cfc19b5ad1c11a92016629a1..aa706be8cd14b63d7a43101e6937810f42f91098 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -793,7 +793,7 @@ if (!is_ios) {
|
| # so we need to specify the dependencies here instead.
|
| if (is_android) {
|
| deps += [
|
| - "//breakpad:breakpad_unittests_deps",
|
| + "//breakpad:breakpad_unittests",
|
| "//breakpad:dump_syms($host_toolchain)",
|
| "//breakpad:microdump_stackwalk($host_toolchain)",
|
| "//breakpad:minidump_dump($host_toolchain)",
|
|
|