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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1445383003: Introduce PasswordsModelDelegate as an abstraction between ManagePasswordsBubbleModel and ManagePas… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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/views/passwords/manage_passwords_bubble_view_browsertest.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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'browser/ui/passwords/account_avatar_fetcher.cc', 110 'browser/ui/passwords/account_avatar_fetcher.cc',
111 'browser/ui/passwords/account_avatar_fetcher.h', 111 'browser/ui/passwords/account_avatar_fetcher.h',
112 'browser/ui/passwords/account_chooser_more_combobox_model.cc', 112 'browser/ui/passwords/account_chooser_more_combobox_model.cc',
113 'browser/ui/passwords/account_chooser_more_combobox_model.h', 113 'browser/ui/passwords/account_chooser_more_combobox_model.h',
114 'browser/ui/passwords/manage_passwords_state.cc', 114 'browser/ui/passwords/manage_passwords_state.cc',
115 'browser/ui/passwords/manage_passwords_state.h', 115 'browser/ui/passwords/manage_passwords_state.h',
116 'browser/ui/passwords/manage_passwords_ui_controller.cc', 116 'browser/ui/passwords/manage_passwords_ui_controller.cc',
117 'browser/ui/passwords/manage_passwords_ui_controller.h', 117 'browser/ui/passwords/manage_passwords_ui_controller.h',
118 'browser/ui/passwords/manage_passwords_view_utils.cc', 118 'browser/ui/passwords/manage_passwords_view_utils.cc',
119 'browser/ui/passwords/manage_passwords_view_utils.h', 119 'browser/ui/passwords/manage_passwords_view_utils.h',
120 'browser/ui/passwords/passwords_model_delegate.cc',
121 'browser/ui/passwords/passwords_model_delegate.h',
120 'browser/ui/passwords/password_manager_presenter.cc', 122 'browser/ui/passwords/password_manager_presenter.cc',
121 'browser/ui/passwords/password_manager_presenter.h', 123 'browser/ui/passwords/password_manager_presenter.h',
122 'browser/ui/passwords/password_ui_view.h', 124 'browser/ui/passwords/password_ui_view.h',
123 'browser/ui/platform_keys_certificate_selector_chromeos.h', 125 'browser/ui/platform_keys_certificate_selector_chromeos.h',
124 'browser/ui/prefs/prefs_tab_helper.cc', 126 'browser/ui/prefs/prefs_tab_helper.cc',
125 'browser/ui/prefs/prefs_tab_helper.h', 127 'browser/ui/prefs/prefs_tab_helper.h',
126 'browser/ui/process_singleton_dialog_linux.h', 128 'browser/ui/process_singleton_dialog_linux.h',
127 'browser/ui/profile_chooser_constants.h', 129 'browser/ui/profile_chooser_constants.h',
128 'browser/ui/profile_error_dialog.cc', 130 'browser/ui/profile_error_dialog.cc',
129 'browser/ui/profile_error_dialog.h', 131 'browser/ui/profile_error_dialog.h',
(...skipping 3137 matching lines...) Expand 10 before | Expand all | Expand 10 after
3267 ], 3269 ],
3268 'sources': [ 3270 'sources': [
3269 '<@(chrome_browser_ui_non_mobile_sources)', 3271 '<@(chrome_browser_ui_non_mobile_sources)',
3270 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3272 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3271 ], 3273 ],
3272 }], 3274 }],
3273 ], 3275 ],
3274 }, 3276 },
3275 ], 3277 ],
3276 } 3278 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698