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

Unified Diff: components/infobars.gypi

Issue 710453002: [Autofill] Componentize AutofillCCInfoBarDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Return nullptr for CreateInfoBar() in test_autofill_client.cc. 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 172a7b635ca181b509dd0f5e2106577cb07338a2..211975ca50e84fd92b199ebb1138dee210659495 100644
--- a/components/infobars.gypi
+++ b/components/infobars.gypi
@@ -21,6 +21,13 @@
'export_dependent_settings': [
'../skia/skia.gyp:skia',
],
+ 'conditions': [
+ ['component=="shared_library"', {
+ 'sources': [
+ 'infobars/core/infobar_constants.cc',
+ ],
+ }],
+ ],
'sources': [
# Note: sources duplicated in GN build.
'infobars/core/confirm_infobar_delegate.cc',

Powered by Google App Engine
This is Rietveld 408576698