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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1670673004: Revert "[Smart Lock, UI] First run expience for Auto sign-in prompt." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'browser/ui/android/chrome_http_auth_handler.h', 440 'browser/ui/android/chrome_http_auth_handler.h',
441 'browser/ui/android/color_chooser_dialog_android.cc', 441 'browser/ui/android/color_chooser_dialog_android.cc',
442 'browser/ui/android/connection_info_popup_android.cc', 442 'browser/ui/android/connection_info_popup_android.cc',
443 'browser/ui/android/connection_info_popup_android.h', 443 'browser/ui/android/connection_info_popup_android.h',
444 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc', 444 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc',
445 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h', 445 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h',
446 'browser/ui/android/context_menu_helper.cc', 446 'browser/ui/android/context_menu_helper.cc',
447 'browser/ui/android/context_menu_helper.h', 447 'browser/ui/android/context_menu_helper.h',
448 'browser/ui/android/infobars/app_banner_infobar_android.cc', 448 'browser/ui/android/infobars/app_banner_infobar_android.cc',
449 'browser/ui/android/infobars/app_banner_infobar_android.h', 449 'browser/ui/android/infobars/app_banner_infobar_android.h',
450 'browser/ui/android/infobars/auto_signin_first_run_infobar.cc',
451 'browser/ui/android/infobars/auto_signin_first_run_infobar.h',
452 'browser/ui/android/infobars/autofill_save_card_infobar.cc', 450 'browser/ui/android/infobars/autofill_save_card_infobar.cc',
453 'browser/ui/android/infobars/autofill_save_card_infobar.h', 451 'browser/ui/android/infobars/autofill_save_card_infobar.h',
454 'browser/ui/android/infobars/confirm_infobar.cc', 452 'browser/ui/android/infobars/confirm_infobar.cc',
455 'browser/ui/android/infobars/confirm_infobar.h', 453 'browser/ui/android/infobars/confirm_infobar.h',
456 'browser/ui/android/infobars/data_reduction_proxy_infobar.cc', 454 'browser/ui/android/infobars/data_reduction_proxy_infobar.cc',
457 'browser/ui/android/infobars/data_reduction_proxy_infobar.h', 455 'browser/ui/android/infobars/data_reduction_proxy_infobar.h',
458 'browser/ui/android/infobars/download_overwrite_infobar.cc', 456 'browser/ui/android/infobars/download_overwrite_infobar.cc',
459 'browser/ui/android/infobars/download_overwrite_infobar.h', 457 'browser/ui/android/infobars/download_overwrite_infobar.h',
460 'browser/ui/android/infobars/generated_password_saved_infobar.cc', 458 'browser/ui/android/infobars/generated_password_saved_infobar.cc',
461 'browser/ui/android/infobars/generated_password_saved_infobar.h', 459 'browser/ui/android/infobars/generated_password_saved_infobar.h',
(...skipping 2876 matching lines...) Expand 10 before | Expand all | Expand 10 after
3338 ], 3336 ],
3339 'sources': [ 3337 'sources': [
3340 '<@(chrome_browser_ui_non_mobile_sources)', 3338 '<@(chrome_browser_ui_non_mobile_sources)',
3341 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3339 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3342 ], 3340 ],
3343 }], 3341 }],
3344 ], 3342 ],
3345 }, 3343 },
3346 ], 3344 ],
3347 } 3345 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698