Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- a/chrome/test/BUILD.gn 2+++ b/chrome/test/BUILD.gn 3@@ -3114,13 +3114,6 @@ if (!is_android && !is_fuchsia) { 4 "//pdf/loader", 5 ] 6 7- if (is_linux) { 8- # Add a data dependency for pdf_extension_accessibility_test.cc to 9- # notify testing builders that this test needs this library, which will 10- # need to be downloaded from CIPD as defined in //DEPS. 11- data_deps += [ "//third_party/screen-ai:screen_ai_linux" ] 12- } 13- 14 if (enable_printing) { 15 sources += [ "../browser/pdf/pdf_extension_printing_test.cc" ] 16