Index: chromeos/BUILD.gn |
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn |
index 5b9a5748ddb3c6a4082a53acd000f1fa97ce20a2..ea0a9d0d8d9d72d12fe2ab96a11703b74c06d570 100644 |
--- a/chromeos/BUILD.gn |
+++ b/chromeos/BUILD.gn |
@@ -43,15 +43,15 @@ |
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", |