Index: components/proximity_auth/cryptauth/BUILD.gn |
diff --git a/components/proximity_auth/cryptauth/BUILD.gn b/components/proximity_auth/cryptauth/BUILD.gn |
index fc7d40e4731c4883ee964e405b3260ac13a29c00..6791187ea8b23f6004224690869f8f58b7d11864 100644 |
--- a/components/proximity_auth/cryptauth/BUILD.gn |
+++ b/components/proximity_auth/cryptauth/BUILD.gn |
@@ -2,7 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("cryptauth") { |
+static_library("cryptauth") { |
sources = [ |
"cryptauth_access_token_fetcher.h", |
"cryptauth_access_token_fetcher_impl.cc", |
@@ -53,7 +53,7 @@ source_set("cryptauth") { |
] |
} |
-source_set("test_support") { |
+static_library("test_support") { |
testonly = true |
sources = [ |