Merge pull request #15964 from brave/fix-brave-unit-tests-pdb
Add large pdbs support for brave_unit_tests.
This commit is contained in:
+5
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user