| Index: components/autofill/core/browser/BUILD.gn
|
| diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
|
| index c479470ba9c49badb6118506a3e8b201e655a8e5..264fade3656319545b66fe322f454ff46fe1b7df 100644
|
| --- a/components/autofill/core/browser/BUILD.gn
|
| +++ b/components/autofill/core/browser/BUILD.gn
|
| @@ -33,6 +33,7 @@ action("regexes") {
|
|
|
| # GYP version: components/autofill.gyp:autofill_core_browser
|
| static_library("browser") {
|
| + output_name = "autofill_core_browser"
|
| sources = [
|
| "address.cc",
|
| "address.h",
|
| @@ -176,6 +177,7 @@ static_library("browser") {
|
| }
|
|
|
| static_library("test_support") {
|
| + output_name = "autofill_browser_test_support"
|
| sources = [
|
| "android/test_auxiliary_profile_loader_android.cc",
|
| "android/test_auxiliary_profile_loader_android.h",
|
|
|