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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 908493002: Add a ComboboxModel and strings for the account chooser's "More" button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/browser/ui/passwords/account_chooser_more_combobox_model.cc ('k') | no next file » | 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 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 'browser/ui/login/login_prompt.cc', 785 'browser/ui/login/login_prompt.cc',
786 'browser/ui/login/login_prompt.h', 786 'browser/ui/login/login_prompt.h',
787 'browser/ui/media_utils.cc', 787 'browser/ui/media_utils.cc',
788 'browser/ui/media_utils.h', 788 'browser/ui/media_utils.h',
789 'browser/ui/navigation_correction_tab_observer.cc', 789 'browser/ui/navigation_correction_tab_observer.cc',
790 'browser/ui/navigation_correction_tab_observer.h', 790 'browser/ui/navigation_correction_tab_observer.h',
791 'browser/ui/metro_pin_tab_helper_win.cc', 791 'browser/ui/metro_pin_tab_helper_win.cc',
792 'browser/ui/metro_pin_tab_helper_win.h', 792 'browser/ui/metro_pin_tab_helper_win.h',
793 'browser/ui/passwords/account_avatar_fetcher.cc', 793 'browser/ui/passwords/account_avatar_fetcher.cc',
794 'browser/ui/passwords/account_avatar_fetcher.h', 794 'browser/ui/passwords/account_avatar_fetcher.h',
795 'browser/ui/passwords/account_chooser_more_combobox_model.h',
796 'browser/ui/passwords/account_chooser_more_combobox_model.cc',
795 'browser/ui/passwords/manage_passwords_bubble.cc', 797 'browser/ui/passwords/manage_passwords_bubble.cc',
796 'browser/ui/passwords/manage_passwords_bubble.h', 798 'browser/ui/passwords/manage_passwords_bubble.h',
797 'browser/ui/passwords/manage_passwords_bubble_model.cc', 799 'browser/ui/passwords/manage_passwords_bubble_model.cc',
798 'browser/ui/passwords/manage_passwords_bubble_model.h', 800 'browser/ui/passwords/manage_passwords_bubble_model.h',
799 'browser/ui/passwords/manage_passwords_icon.cc', 801 'browser/ui/passwords/manage_passwords_icon.cc',
800 'browser/ui/passwords/manage_passwords_icon.h', 802 'browser/ui/passwords/manage_passwords_icon.h',
801 'browser/ui/passwords/manage_passwords_ui_controller.cc', 803 'browser/ui/passwords/manage_passwords_ui_controller.cc',
802 'browser/ui/passwords/manage_passwords_ui_controller.h', 804 'browser/ui/passwords/manage_passwords_ui_controller.h',
803 'browser/ui/passwords/manage_passwords_view_utils.cc', 805 'browser/ui/passwords/manage_passwords_view_utils.cc',
804 'browser/ui/passwords/manage_passwords_view_utils.h', 806 'browser/ui/passwords/manage_passwords_view_utils.h',
(...skipping 2332 matching lines...) Expand 10 before | Expand all | Expand 10 after
3137 ], 3139 ],
3138 'sources': [ 3140 'sources': [
3139 '<@(chrome_browser_ui_non_mobile_sources)', 3141 '<@(chrome_browser_ui_non_mobile_sources)',
3140 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3142 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3141 ], 3143 ],
3142 }], 3144 }],
3143 ], 3145 ],
3144 }, 3146 },
3145 ], 3147 ],
3146 } 3148 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/passwords/account_chooser_more_combobox_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698