Merge pull request #15964 from brave/fix-brave-unit-tests-pdb

Add large pdbs support for brave_unit_tests.
This commit is contained in:
Aleksey Khoroshilov
2022-11-16 21:24:46 +07:00
committed by GitHub
+5 -1
View File
@@ -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",