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

Unified Diff: components/infobars.gypi

Issue 812823002: Remove dependency of infobars component on the embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests by instanciating a TestConfirmInfoBarDelegateFactory Created 6 years 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
Index: components/infobars.gypi
diff --git a/components/infobars.gypi b/components/infobars.gypi
index ad13b70d5a6abb97ecf02a8d2d694399db160fde..3fd3c4e049807090cea68702be5afa63f9d5db16 100644
--- a/components/infobars.gypi
+++ b/components/infobars.gypi
@@ -25,6 +25,8 @@
# Note: sources duplicated in GN build.
'infobars/core/confirm_infobar_delegate.cc',
'infobars/core/confirm_infobar_delegate.h',
+ 'infobars/core/confirm_infobar_delegate_factory.cc',
+ 'infobars/core/confirm_infobar_delegate_factory.h',
'infobars/core/infobar.cc',
'infobars/core/infobar.h',
'infobars/core/infobar_container.cc',
@@ -50,7 +52,8 @@
],
'sources': [
# Note: sources list duplicated in GN build.
- 'infobars/test/infobar_test.cc',
+ 'infobars/test/test_confirm_infobar_delegate_factory.cc',
+ 'infobars/test/test_confirm_infobar_delegate_factory.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698