Index: components/autofill/content/browser/BUILD.gn |
diff --git a/components/autofill/content/browser/BUILD.gn b/components/autofill/content/browser/BUILD.gn |
index 572afcd83853b3cb4dcf7a19e96e468636e998ac..e66f9432863c4123cb823c4d5ee74823e828d2a6 100644 |
--- a/components/autofill/content/browser/BUILD.gn |
+++ b/components/autofill/content/browser/BUILD.gn |
@@ -6,6 +6,7 @@ import("//third_party/protobuf/proto_library.gni") |
# GYP version: components/autofill.gypi:autofill_content_browser |
static_library("browser") { |
+ output_name = "autofill_content_browser" |
sources = [ |
"content_autofill_driver.cc", |
"content_autofill_driver.h", |
@@ -75,6 +76,7 @@ proto_library("risk_proto") { |
} |
static_library("test_support") { |
+ output_name = "autofill_content_test_support" |
sources = [ |
"wallet/mock_wallet_client.cc", |
"wallet/mock_wallet_client.h", |