| Index: components/autofill/core/browser/BUILD.gn
|
| diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
|
| index 5412dc179ccb682c20519a582dcd8d48d9f56d3a..a19b79f47358c3149d6a4c2ce7e4f645887619d5 100644
|
| --- a/components/autofill/core/browser/BUILD.gn
|
| +++ b/components/autofill/core/browser/BUILD.gn
|
| @@ -183,6 +183,12 @@ static_library("browser") {
|
| ]
|
| }
|
|
|
| + if (!is_android) {
|
| + sources += [
|
| + "ui/save_card_bubble_controller.h",
|
| + ]
|
| + }
|
| +
|
| configs += [ "//build/config:precompiled_headers" ]
|
|
|
| public_deps = [
|
| @@ -252,6 +258,13 @@ static_library("test_support") {
|
| "test_personal_data_manager.h",
|
| ]
|
|
|
| + if (!is_android) {
|
| + sources += [
|
| + "ui/mock_save_card_bubble_controller.cc",
|
| + "ui/mock_save_card_bubble_controller.h",
|
| + ]
|
| + }
|
| +
|
| public_deps = [
|
| ":browser",
|
| ]
|
|
|