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