diff --git a/test/BUILD.gn b/test/BUILD.gn index c1a298f6f20..1b5739272f4 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -86,7 +86,11 @@ static_library("brave_test_support_unit") { test("brave_unit_tests") { testonly = true - configs += [ "//chrome/test:disable_thinlto_cache_flags" ] + configs += [ + "//build/config:precompiled_headers", + "//chrome/test:disable_thinlto_cache_flags", + "//chrome/test:pdb_larger_than_4gb", + ] sources = [ "//brave/browser/brave_ads/search_result_ad/search_result_ad_service_unittest.cc",