Created
November 11, 2025 08:02
-
-
Save Sakura286/ffa60b9e81556c96ba060be6cb62ee11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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