| Index: breakpad/BUILD.gn
|
| diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
|
| index 08af6c72494ce4d4aecd25f9add3a106bb23c75b..9dabd8176baf7dcd5522fe64158b2407005e1341 100644
|
| --- a/breakpad/BUILD.gn
|
| +++ b/breakpad/BUILD.gn
|
| @@ -378,9 +378,9 @@ if (is_mac) {
|
| include_dirs = [ "src/client/apple/Framework" ]
|
|
|
| deps = [
|
| - ":utilities",
|
| ":crash_inspector",
|
| ":crash_report_sender",
|
| + ":utilities",
|
| ]
|
| }
|
|
|
| @@ -622,12 +622,12 @@ if (is_linux || is_android) {
|
|
|
| deps = [
|
| ":client",
|
| - ":processor_support",
|
| ":linux_dumper_unittest_helper",
|
| + ":processor_support",
|
| "//build/config/sanitizers:deps",
|
| + "//testing/gmock",
|
| "//testing/gtest",
|
| "//testing/gtest:gtest_main",
|
| - "//testing/gmock",
|
| ]
|
|
|
| include_dirs = [
|
|
|