| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index afc0acb8cafc89bd2e59a352a7c0e15915e12d82..aa467e5814af976a471d9253629af00eb4612719 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -796,7 +796,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)",
|
|
|