Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2432)

Unified Diff: components/infobars.gypi

Issue 289083004: infobars: Componentize ConfirmInfoBarDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/ppapi/ppapi_test.cc ('k') | components/infobars/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/infobars.gypi
diff --git a/components/infobars.gypi b/components/infobars.gypi
index 7ca15b573a2ab02274d5ff2a3e0feaab90f39a4d..07522b93b83d1422ddf0f84d1ccc6e653e53f021 100644
--- a/components/infobars.gypi
+++ b/components/infobars.gypi
@@ -14,8 +14,11 @@
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
'../ui/gfx/gfx.gyp:gfx',
+ '../ui/strings/ui_strings.gyp:ui_strings',
],
'sources': [
+ 'infobars/core/confirm_infobar_delegate.cc',
+ 'infobars/core/confirm_infobar_delegate.h',
'infobars/core/infobar.cc',
'infobars/core/infobar.h',
'infobars/core/infobar_container.cc',
« no previous file with comments | « chrome/test/ppapi/ppapi_test.cc ('k') | components/infobars/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698