OLD | NEW |
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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 'browser/ui/passwords/account_avatar_fetcher.cc', | 111 'browser/ui/passwords/account_avatar_fetcher.cc', |
112 'browser/ui/passwords/account_avatar_fetcher.h', | 112 'browser/ui/passwords/account_avatar_fetcher.h', |
113 'browser/ui/passwords/account_chooser_more_combobox_model.cc', | 113 'browser/ui/passwords/account_chooser_more_combobox_model.cc', |
114 'browser/ui/passwords/account_chooser_more_combobox_model.h', | 114 'browser/ui/passwords/account_chooser_more_combobox_model.h', |
115 'browser/ui/passwords/manage_passwords_state.cc', | 115 'browser/ui/passwords/manage_passwords_state.cc', |
116 'browser/ui/passwords/manage_passwords_state.h', | 116 'browser/ui/passwords/manage_passwords_state.h', |
117 'browser/ui/passwords/manage_passwords_ui_controller.cc', | 117 'browser/ui/passwords/manage_passwords_ui_controller.cc', |
118 'browser/ui/passwords/manage_passwords_ui_controller.h', | 118 'browser/ui/passwords/manage_passwords_ui_controller.h', |
119 'browser/ui/passwords/manage_passwords_view_utils.cc', | 119 'browser/ui/passwords/manage_passwords_view_utils.cc', |
120 'browser/ui/passwords/manage_passwords_view_utils.h', | 120 'browser/ui/passwords/manage_passwords_view_utils.h', |
| 121 'browser/ui/passwords/passwords_client_ui_delegate.cc', |
| 122 'browser/ui/passwords/passwords_client_ui_delegate.h', |
121 'browser/ui/passwords/passwords_model_delegate.cc', | 123 'browser/ui/passwords/passwords_model_delegate.cc', |
122 'browser/ui/passwords/passwords_model_delegate.h', | 124 'browser/ui/passwords/passwords_model_delegate.h', |
123 'browser/ui/passwords/password_manager_presenter.cc', | 125 'browser/ui/passwords/password_manager_presenter.cc', |
124 'browser/ui/passwords/password_manager_presenter.h', | 126 'browser/ui/passwords/password_manager_presenter.h', |
125 'browser/ui/passwords/password_ui_view.h', | 127 'browser/ui/passwords/password_ui_view.h', |
126 'browser/ui/platform_keys_certificate_selector_chromeos.h', | 128 'browser/ui/platform_keys_certificate_selector_chromeos.h', |
127 'browser/ui/prefs/prefs_tab_helper.cc', | 129 'browser/ui/prefs/prefs_tab_helper.cc', |
128 'browser/ui/prefs/prefs_tab_helper.h', | 130 'browser/ui/prefs/prefs_tab_helper.h', |
129 'browser/ui/process_singleton_dialog_linux.h', | 131 'browser/ui/process_singleton_dialog_linux.h', |
130 'browser/ui/profile_chooser_constants.h', | 132 'browser/ui/profile_chooser_constants.h', |
(...skipping 3143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3274 ], | 3276 ], |
3275 'sources': [ | 3277 'sources': [ |
3276 '<@(chrome_browser_ui_non_mobile_sources)', | 3278 '<@(chrome_browser_ui_non_mobile_sources)', |
3277 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3279 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3278 ], | 3280 ], |
3279 }], | 3281 }], |
3280 ], | 3282 ], |
3281 }, | 3283 }, |
3282 ], | 3284 ], |
3283 } | 3285 } |
OLD | NEW |