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

Unified Diff: chrome/chrome_browser.gypi

Issue 10911169: Setup field trial for one-click signin inforbar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 3 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/browser/ui/views/infobars/translate_infobar_base.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 260fef0e0d807dab1580a4182ef278b45e3ffc7c..656ed174f5524697471f8d23b425dd6698b8a316 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -147,6 +147,8 @@
'browser/api/infobars/infobar_service.h',
'browser/api/infobars/link_infobar_delegate.cc',
'browser/api/infobars/link_infobar_delegate.h',
+ 'browser/api/infobars/one_click_signin_infobar_delegate.cc',
+ 'browser/api/infobars/one_click_signin_infobar_delegate.h',
'browser/api/infobars/simple_alert_infobar_delegate.cc',
'browser/api/infobars/simple_alert_infobar_delegate.h',
'browser/api/prefs/pref_change_registrar.cc',
@@ -2074,6 +2076,12 @@
'<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
],
'conditions': [
+ ['enable_one_click_signin==0', {
+ 'sources!': [
+ 'browser/api/infobars/one_click_signin_infobar_delegate.cc',
+ 'browser/api/infobars/one_click_signin_infobar_delegate.h',
+ ],
+ }],
['enable_extensions==1', {
'sources': [
# Only extension API implementations should go here.
« no previous file with comments | « chrome/browser/ui/views/infobars/translate_infobar_base.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698