From 4a701f7bb9888b6409abe348912ef6a96279d7a4 Mon Sep 17 00:00:00 2001 From: Daniel Richard G Date: Tue, 22 Aug 2023 02:08:58 -0400 Subject: [PATCH] Remove additional references to pruned materials (This change reflect updates to Debian's disable/tests.patch) --- .../fix-building-with-prunned-binaries.patch | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch b/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch index c465f453f..c676979ea 100644 --- a/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch +++ b/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch @@ -23,6 +23,26 @@ # Linux executable("chromedriver_server.unstripped") { testonly = true +--- a/chrome/test/variations/BUILD.gn ++++ b/chrome/test/variations/BUILD.gn +@@ -49,6 +49,5 @@ + ":test_utils", + "//testing:run_isolated_script_test", + "//testing:test_scripts_shared", +- "//third_party/catapult/third_party/gsutil:gsutil", + ] + } +--- a/components/update_client/BUILD.gn ++++ b/components/update_client/BUILD.gn +@@ -308,8 +308,6 @@ + "//third_party/puffin:libpuffpatch", + "//third_party/re2", + ] +- +- data_deps = [ "//components/test/data/update_client/puffin_patch_test:puffin_patch_test_files" ] + } + + fuzzer_test("update_client_protocol_serializer_fuzzer") { --- a/content/shell/BUILD.gn +++ b/content/shell/BUILD.gn @@ -728,10 +728,6 @@ if (is_apple) { @@ -46,3 +66,13 @@ ] group("devtools_all_files") { +--- a/third_party/puffin/BUILD.gn ++++ b/third_party/puffin/BUILD.gn +@@ -115,7 +115,6 @@ + "src/unittest_common.cc", + "src/utils_unittest.cc", + ] +- data_deps = [ "//components/test/data/update_client/puffin_patch_test:puffin_patch_test_files" ] + deps = [ + ":libpuffdiff", + ":libpuffpatch",