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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 235863025: Remove desktop auto-login since we don't plan on shipping it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove redundant comment. Created 6 years, 8 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/webui/options/browser_options_handler.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index c8170d272086cf1b579a7fdc47e7d39bf24d1770..e8f37e53da04e10370582e210dd3b68e57f48008 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -87,6 +87,8 @@
'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h',
'browser/ui/android/infobars/auto_login_infobar_delegate_android.cc',
'browser/ui/android/infobars/auto_login_infobar_delegate_android.h',
+ 'browser/ui/android/infobars/auto_login_prompter.cc',
+ 'browser/ui/android/infobars/auto_login_prompter.h',
'browser/ui/android/infobars/confirm_infobar.cc',
'browser/ui/android/infobars/confirm_infobar.h',
'browser/ui/android/infobars/infobar_android.cc',
@@ -411,8 +413,6 @@
'browser/ui/autofill/tab_autofill_manager_delegate.h',
'browser/ui/auto_login_infobar_delegate.cc',
'browser/ui/auto_login_infobar_delegate.h',
- 'browser/ui/auto_login_prompter.cc',
- 'browser/ui/auto_login_prompter.h',
'browser/ui/blocked_content/blocked_window_params.cc',
'browser/ui/blocked_content/blocked_window_params.h',
'browser/ui/blocked_content/popup_blocker_tab_helper.cc',
@@ -2477,6 +2477,12 @@
'../third_party/openssl/openssl.gyp:openssl',
],
}],
+ ['OS!="android" and OS!="ios"', {
+ 'sources!': [
+ 'browser/ui/auto_login_infobar_delegate.cc',
+ 'browser/ui/auto_login_infobar_delegate.h',
+ ],
+ }],
['enable_one_click_signin==0', {
'sources!': [
'browser/ui/cocoa/one_click_signin_bubble_controller.h',
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698