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

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: fix Mac 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
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.h',
120 'browser/ui/passwords/password_manager_presenter.cc', 121 'browser/ui/passwords/password_manager_presenter.cc',
121 'browser/ui/passwords/password_manager_presenter.h', 122 'browser/ui/passwords/password_manager_presenter.h',
122 'browser/ui/passwords/password_ui_view.h', 123 'browser/ui/passwords/password_ui_view.h',
123 'browser/ui/platform_keys_certificate_selector_chromeos.h', 124 'browser/ui/platform_keys_certificate_selector_chromeos.h',
124 'browser/ui/prefs/prefs_tab_helper.cc', 125 'browser/ui/prefs/prefs_tab_helper.cc',
125 'browser/ui/prefs/prefs_tab_helper.h', 126 'browser/ui/prefs/prefs_tab_helper.h',
126 'browser/ui/process_singleton_dialog_linux.h', 127 'browser/ui/process_singleton_dialog_linux.h',
127 'browser/ui/profile_chooser_constants.h', 128 'browser/ui/profile_chooser_constants.h',
128 'browser/ui/profile_error_dialog.cc', 129 'browser/ui/profile_error_dialog.cc',
129 'browser/ui/profile_error_dialog.h', 130 'browser/ui/profile_error_dialog.h',
(...skipping 3141 matching lines...) Expand 10 before | Expand all | Expand 10 after
3271 ], 3272 ],
3272 'sources': [ 3273 'sources': [
3273 '<@(chrome_browser_ui_non_mobile_sources)', 3274 '<@(chrome_browser_ui_non_mobile_sources)',
3274 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3275 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3275 ], 3276 ],
3276 }], 3277 }],
3277 ], 3278 ],
3278 }, 3279 },
3279 ], 3280 ],
3280 } 3281 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698