1234567891011121314151617181920212223 |
- From: csagan5 <32685696+csagan5@users.noreply.github.com>
- Date: Fri, 23 Jul 2021 15:05:19 +0200
- Subject: Do not build API keys infobar
- ---
- chrome/browser/ui/BUILD.gn | 2 --
- 1 file changed, 2 deletions(-)
- diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
- --- a/chrome/browser/ui/BUILD.gn
- +++ b/chrome/browser/ui/BUILD.gn
- @@ -1227,8 +1227,6 @@ static_library("ui") {
- "singleton_tabs.h",
- "startup/automation_infobar_delegate.cc",
- "startup/automation_infobar_delegate.h",
- - "startup/google_api_keys_infobar_delegate.cc",
- - "startup/google_api_keys_infobar_delegate.h",
- "startup/launch_mode_recorder.cc",
- "startup/launch_mode_recorder.h",
- "startup/obsolete_system_infobar_delegate.cc",
- --
- 2.20.1
|