fix-building-with-prunned-binaries.patch 629 B

123456789101112131415161718192021222324
  1. # Contains tests and features that are unneeded and would otherwise
  2. # require binaries to be whitelisted in the pruning list
  3. --- a/chrome/test/chromedriver/BUILD.gn
  4. +++ b/chrome/test/chromedriver/BUILD.gn
  5. @@ -360,7 +360,7 @@ source_set("lib") {
  6. }
  7. }
  8. -if (is_linux) {
  9. +if (false) {
  10. # Linux
  11. executable("chromedriver_server.unstripped") {
  12. testonly = true
  13. --- a/third_party/devtools-frontend/src/BUILD.gn
  14. +++ b/third_party/devtools-frontend/src/BUILD.gn
  15. @@ -13,7 +13,6 @@ import("./third_party/blink/public/publi
  16. devtools_frontend_resources_deps = [
  17. "front_end",
  18. - "test",
  19. ]
  20. group("devtools_all_files") {