blob: 0815762651e7a90ecd10d429985ba86402154887 [file] [log] [blame]
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
shared_library("empty_dll") {
sources = [
"empty_dll.cc",
]
}
source_set("scoped_file") {
sources = [
"scoped_file.cc",
"scoped_file.h",
]
deps = [
"//base:base",
]
}
source_set("test_strings") {
testonly = true
sources = [
"test_strings.cc",
"test_strings.h",
]
}
static_library("test_util") {
testonly = true
sources = [
"test_name_helper.cc",
]
deps = [
"//testing/gtest",
]
}
source_set("test_branding_header") {
# This is NOT testonly because it's used by RegistryOverrideManager, which is
# shipped on official builds.
sources = [
"test_branding.h",
]
}