0001-BUILD.gn-disable-printing-unittests.patch 802 B

12345678910111213141516171819202122232425262728293031
  1. From 26d3a6cc2b01da7475e79231725caf245f8c65fe Mon Sep 17 00:00:00 2001
  2. From: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  3. Date: Fri, 14 Jan 2022 02:40:23 +0000
  4. Subject: [PATCH] BUILD.gn: disable printing unittests
  5. Depends on cups-config in sysroot.
  6. Currently sysroot does not include cups-config.
  7. Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  8. ---
  9. BUILD.gn | 4 ----
  10. 1 file changed, 4 deletions(-)
  11. diff --git a/BUILD.gn b/BUILD.gn
  12. index 73aefc2325553..f3bb841e5419a 100644
  13. --- a/BUILD.gn
  14. +++ b/BUILD.gn
  15. @@ -282,10 +282,6 @@ group("gn_all") {
  16. deps += root_extra_deps
  17. - if (enable_basic_printing) {
  18. - deps += [ "//printing:printing_unittests" ]
  19. - }
  20. -
  21. if (enable_extensions) {
  22. deps += [
  23. "//extensions:extensions_browsertests",
  24. --
  25. 2.25.1