Chromium Code Reviews| 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..730a7248f17e23c299346e817fb210f376593921 100644 |
| --- a/components/autofill/core/browser/BUILD.gn |
| +++ b/components/autofill/core/browser/BUILD.gn |
| @@ -124,6 +124,7 @@ static_library("browser") { |
| "ui/card_unmask_prompt_controller_impl.cc", |
| "ui/card_unmask_prompt_controller_impl.h", |
| "ui/card_unmask_prompt_view.h", |
| + "ui/save_card_bubble_controller.h", |
|
Evan Stade
2017/04/12 23:56:22
I believe this probably shouldn't be included on i
Jared Saul
2017/04/13 00:42:35
Done. Please let me know if the conditional block
Evan Stade
2017/04/13 02:21:31
seems ok
Jared Saul
2017/04/13 17:39:37
iOS still uses test_autofill_client, so changed th
|
| "validation.cc", |
| "validation.h", |
| "webdata/autocomplete_sync_bridge.cc", |
| @@ -250,6 +251,8 @@ static_library("test_support") { |
| "test_autofill_external_delegate.h", |
| "test_personal_data_manager.cc", |
| "test_personal_data_manager.h", |
| + "ui/mock_save_card_bubble_controller.cc", |
|
Evan Stade
2017/04/12 23:56:22
ditto
Jared Saul
2017/04/13 00:42:35
Done.
|
| + "ui/mock_save_card_bubble_controller.h", |
| ] |
| public_deps = [ |