From d53a9769400ba4df797df7670072eca858097905 Mon Sep 17 00:00:00 2001 From: Aleksey Khoroshilov Date: Wed, 16 Nov 2022 16:17:38 +0700 Subject: [PATCH] Add large pdbs support for brave_unit_tests. --- test/BUILD.gn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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",