diff --git a/test/BUILD.gn b/test/BUILD.gn index 8df644e8b07..238d59e3c3a 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -83,7 +83,7 @@ static_library("brave_test_support_unit") { test("brave_unit_tests") { testonly = true - configs += [ "//chrome/test:disable_thinlto_cache_flags" ] + configs += [ "//chrome:disable_thinlto_cache_flags" ] sources = [ "//brave/browser/brave_ads/search_result_ad/search_result_ad_service_unittest.cc", @@ -636,7 +636,7 @@ if (!is_android) { "//brave/vendor/bat-native-ads:internal_config", "//brave/vendor/bat-native-ledger:internal_config", "//build/config:precompiled_headers", - "//chrome/test:disable_thinlto_cache_flags", + "//chrome:disable_thinlto_cache_flags", ] sources = [ @@ -1051,7 +1051,7 @@ if (!is_android) { # We need to disable the ThinLTO cache or the linker will die with # a "Resource temporarily unavailable" error due to the linking # reaching the vm.max_map_count limit of 65530 memory mappings. - configs += [ "//chrome/test:disable_thinlto_cache_flags" ] + configs += [ "//chrome:disable_thinlto_cache_flags" ] sources = [ "//brave/browser/net/brave_network_audit_allowed_lists.h",