| Index: ios/public/provider/chrome/browser/ui/BUILD.gn
|
| diff --git a/ios/public/provider/chrome/browser/ui/BUILD.gn b/ios/public/provider/chrome/browser/ui/BUILD.gn
|
| index fb800d66fb6d8ded4537b5482fa51f8127de4eb1..cc0f8a2b34c1d4c8e2beebcc3495660dc57e86d2 100644
|
| --- a/ios/public/provider/chrome/browser/ui/BUILD.gn
|
| +++ b/ios/public/provider/chrome/browser/ui/BUILD.gn
|
| @@ -7,8 +7,6 @@ source_set("ui") {
|
| "app_rating_prompt.h",
|
| "default_ios_web_view_factory.h",
|
| "default_ios_web_view_factory.mm",
|
| - "infobar_view_delegate.h",
|
| - "infobar_view_protocol.h",
|
| "logo_vendor.h",
|
| "text_field_styling.h",
|
| ]
|
| @@ -22,8 +20,6 @@ source_set("ui") {
|
| source_set("test_support") {
|
| testonly = true
|
| sources = [
|
| - "test_infobar_view.h",
|
| - "test_infobar_view.mm",
|
| "test_styled_text_field.h",
|
| "test_styled_text_field.mm",
|
| ]
|
|
|