From b49f5514bdad980a8ed39da8cad0f85809f23d92 Mon Sep 17 00:00:00 2001 From: sdefresne Date: Mon, 29 Dec 2014 16:21:47 -0800 Subject: Componentize SimpleAlertInfoBarDelegate Move SimpleAlertInfoBarDelegate into //components/infobar/core since it only depends on //base and //components/infobar/core and we want to share the code with iOS. BUG=438238 TBR=bauerb@chromium.org TBR=felt@chromium.org TBR=dtseng@chromium.org Review URL: https://codereview.chromium.org/824033002 Cr-Commit-Position: refs/heads/master@{#309734} --- components/infobars.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/infobars.gypi') diff --git a/components/infobars.gypi b/components/infobars.gypi index e2066e1..449082c 100644 --- a/components/infobars.gypi +++ b/components/infobars.gypi @@ -35,6 +35,8 @@ 'infobars/core/infobar_manager.h', 'infobars/core/infobars_switches.cc', 'infobars/core/infobars_switches.h', + 'infobars/core/simple_alert_infobar_delegate.cc', + 'infobars/core/simple_alert_infobar_delegate.h', ], }, ], -- cgit v1.1