13 lines
519 B
Plaintext
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" ]
|
|
}
|