Files
goodov b47f8ca377 Enable important Chromium browser lifetime tests (#24671)
Enable "Variations" and "Shutdown" upstream tests.
2024-07-23 11:51:14 +07:00

13 lines
519 B
Plaintext

# Copyright (c) 2024 The Brave Authors. All rights reserved.
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at https://mozilla.org/MPL/2.0/.
# This target should be included into all Brave test binaries to make
# base::CurrentTestVendor::Get() return kBrave.
source_set("test_vendor_is_brave") {
testonly = true
sources = [ "test_vendor_is_brave.cc" ]
deps = [ "//base/test:test_support" ]
}