Skip to content

Instantly share code, notes, and snippets.

@Sakura286
Created November 11, 2025 08:02
Show Gist options
  • Select an option

  • Save Sakura286/ffa60b9e81556c96ba060be6cb62ee11 to your computer and use it in GitHub Desktop.

Select an option

Save Sakura286/ffa60b9e81556c96ba060be6cb62ee11 to your computer and use it in GitHub Desktop.
diff --git a/chrome/updater/BUILD.gn b/chrome/updater/BUILD.gn
index b480e86d4a..893e9e5ccc 100644
--- a/chrome/updater/BUILD.gn
+++ b/chrome/updater/BUILD.gn
@@ -1125,10 +1125,10 @@ if (is_win || is_mac || is_linux) {
"//third_party/updater:old_updater",
]
}
- if (is_linux) {
- data_deps = [ "//chrome/updater/linux:updater_test" ]
- data_deps += [ "//third_party/updater:old_updater" ]
- }
+# if (is_linux) {
+# data_deps = [ "//chrome/updater/linux:updater_test" ]
+# data_deps += [ "//third_party/updater:old_updater" ]
+# }
}
test("updater_tests_system") {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment