Package: chromium / 138.0.7204.157-1

fixes/updater-test.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
author: Andres Salomon <dilinger@debian.org>

TODO: why is this required? v130 also deleted third_party/updater,
and chrome/updater/BUILD.gn was still including old_updater with
the same logic..


--- a/chrome/updater/BUILD.gn
+++ b/chrome/updater/BUILD.gn
@@ -1167,7 +1167,6 @@ if (is_win || is_mac || is_linux) {
     }
     if (is_linux) {
       data_deps = [ "//chrome/updater/linux:updater_test" ]
-      data_deps += [ "//third_party/updater:old_updater" ]
     }
   }