0062-Revert-chrome-test-remove-dependency-to-breakpad.patch 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. From e73532476bfa8df0a5d5928704f40d3aecf086cc Mon Sep 17 00:00:00 2001
  2. From: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  3. Date: Mon, 12 Sep 2022 03:16:42 -0400
  4. Subject: [PATCH 62/68] Revert "chrome: test: remove dependency to breakpad"
  5. This reverts commit c5e8585a50184f75ea0d7a9fe2df4283c2914cbe.
  6. Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  7. ---
  8. chrome/test/BUILD.gn | 4 ++++
  9. 1 file changed, 4 insertions(+)
  10. diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
  11. index 042bf6800906..e484ef0098bb 100644
  12. --- a/chrome/test/BUILD.gn
  13. +++ b/chrome/test/BUILD.gn
  14. @@ -403,6 +403,7 @@ static_library("test_support") {
  15. ]
  16. public_deps += [
  17. "//components/crash/core/app",
  18. + "//third_party/breakpad",
  19. ]
  20. }
  21. @@ -9473,6 +9474,9 @@ test("chrome_app_unittests") {
  22. "//components/heap_profiling/in_process",
  23. "//components/safe_browsing:buildflags",
  24. ]
  25. + if (!is_fuchsia) {
  26. + deps += [ "//third_party/breakpad:client" ]
  27. + }
  28. if (enable_gwp_asan) {
  29. deps += [ "//components/gwp_asan/client" ]
  30. }
  31. --
  32. 2.30.2