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