summaryrefslogtreecommitdiffstats
path: root/components/infobars.gypi
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2014-12-29 16:21:47 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-30 00:22:22 +0000
commitb49f5514bdad980a8ed39da8cad0f85809f23d92 (patch)
tree0a76556a8e93e67175940b1b17b2991ce6d1ed2b /components/infobars.gypi
parentc9c0300cbbcca64114bbf20d0ff03007d84e7086 (diff)
downloadchromium_src-b49f5514bdad980a8ed39da8cad0f85809f23d92.zip
chromium_src-b49f5514bdad980a8ed39da8cad0f85809f23d92.tar.gz
chromium_src-b49f5514bdad980a8ed39da8cad0f85809f23d92.tar.bz2
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}
Diffstat (limited to 'components/infobars.gypi')
-rw-r--r--components/infobars.gypi2
1 files changed, 2 insertions, 0 deletions
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',
],
},
],