summaryrefslogtreecommitdiffstats
path: root/chromeos/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/BUILD.gn')
-rw-r--r--chromeos/BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index 5b9a574..ea0a9d0 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -43,15 +43,15 @@ component("chromeos") {
defines = [ "CHROMEOS_IMPLEMENTATION" ]
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
configs += [ "//build/config/linux:dbus" ]
- public_deps = [
+ deps = [
+ "//testing/gmock",
":chromeos",
":cryptohome_proto",
":power_manager_proto",
":test_support_without_gmock",
- "//testing/gmock",
]
sources = [
"attestation/mock_attestation_flow.cc",