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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1133613007: Move password_manager_util and password_bubble_experiment to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@486739_componentise_experiment_utils_to_ios_sources
Patch Set: Created 5 years, 7 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
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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'browser/ui/passwords/manage_passwords_bubble_model.cc', 194 'browser/ui/passwords/manage_passwords_bubble_model.cc',
195 'browser/ui/passwords/manage_passwords_bubble_model.h', 195 'browser/ui/passwords/manage_passwords_bubble_model.h',
196 'browser/ui/passwords/manage_passwords_icon.cc', 196 'browser/ui/passwords/manage_passwords_icon.cc',
197 'browser/ui/passwords/manage_passwords_icon.h', 197 'browser/ui/passwords/manage_passwords_icon.h',
198 'browser/ui/passwords/manage_passwords_state.cc', 198 'browser/ui/passwords/manage_passwords_state.cc',
199 'browser/ui/passwords/manage_passwords_state.h', 199 'browser/ui/passwords/manage_passwords_state.h',
200 'browser/ui/passwords/manage_passwords_ui_controller.cc', 200 'browser/ui/passwords/manage_passwords_ui_controller.cc',
201 'browser/ui/passwords/manage_passwords_ui_controller.h', 201 'browser/ui/passwords/manage_passwords_ui_controller.h',
202 'browser/ui/passwords/manage_passwords_view_utils.cc', 202 'browser/ui/passwords/manage_passwords_view_utils.cc',
203 'browser/ui/passwords/manage_passwords_view_utils.h', 203 'browser/ui/passwords/manage_passwords_view_utils.h',
204 'browser/ui/passwords/password_bubble_experiment.cc',
205 'browser/ui/passwords/password_bubble_experiment.h',
206 'browser/ui/passwords/password_manager_presenter.cc', 204 'browser/ui/passwords/password_manager_presenter.cc',
207 'browser/ui/passwords/password_manager_presenter.h', 205 'browser/ui/passwords/password_manager_presenter.h',
208 'browser/ui/passwords/password_ui_view.h', 206 'browser/ui/passwords/password_ui_view.h',
209 'browser/ui/passwords/save_password_refusal_combobox_model.cc', 207 'browser/ui/passwords/save_password_refusal_combobox_model.cc',
210 'browser/ui/passwords/save_password_refusal_combobox_model.h', 208 'browser/ui/passwords/save_password_refusal_combobox_model.h',
211 'browser/ui/platform_keys_certificate_selector_chromeos.h', 209 'browser/ui/platform_keys_certificate_selector_chromeos.h',
212 'browser/ui/prefs/prefs_tab_helper.cc', 210 'browser/ui/prefs/prefs_tab_helper.cc',
213 'browser/ui/prefs/prefs_tab_helper.h', 211 'browser/ui/prefs/prefs_tab_helper.h',
214 'browser/ui/process_singleton_dialog_linux.h', 212 'browser/ui/process_singleton_dialog_linux.h',
215 'browser/ui/profile_chooser_constants.h', 213 'browser/ui/profile_chooser_constants.h',
(...skipping 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1352 'browser/ui/views/javascript_app_modal_dialog_views_x11.cc', 1350 'browser/ui/views/javascript_app_modal_dialog_views_x11.cc',
1353 'browser/ui/views/javascript_app_modal_dialog_views_x11.h', 1351 'browser/ui/views/javascript_app_modal_dialog_views_x11.h',
1354 'browser/ui/views/status_icons/status_icon_linux_wrapper.cc', 1352 'browser/ui/views/status_icons/status_icon_linux_wrapper.cc',
1355 'browser/ui/views/status_icons/status_icon_linux_wrapper.h', 1353 'browser/ui/views/status_icons/status_icon_linux_wrapper.h',
1356 'browser/ui/webui/help/version_updater_basic.cc', 1354 'browser/ui/webui/help/version_updater_basic.cc',
1357 'browser/ui/webui/help/version_updater_basic.h', 1355 'browser/ui/webui/help/version_updater_basic.h',
1358 ], 1356 ],
1359 # Files used on iOS. iOS uses only these files and does not share other 1357 # Files used on iOS. iOS uses only these files and does not share other
1360 # lists, so a file may appear here and in the non_ios_sources also. 1358 # lists, so a file may appear here and in the non_ios_sources also.
1361 'chrome_browser_ui_ios_sources': [ 1359 'chrome_browser_ui_ios_sources': [
1362 'browser/ui/passwords/password_bubble_experiment.cc',
1363 'browser/ui/passwords/password_bubble_experiment.h',
1364 'browser/ui/profile_error_dialog.cc', 1360 'browser/ui/profile_error_dialog.cc',
1365 'browser/ui/profile_error_dialog.h', 1361 'browser/ui/profile_error_dialog.h',
1366 ], 1362 ],
1367 # Counts desktop Linux and ChromeOS. 1363 # Counts desktop Linux and ChromeOS.
1368 'chrome_browser_ui_linux_sources': [ 1364 'chrome_browser_ui_linux_sources': [
1369 'browser/ui/certificate_dialogs.cc', 1365 'browser/ui/certificate_dialogs.cc',
1370 'browser/ui/certificate_dialogs.h', 1366 'browser/ui/certificate_dialogs.h',
1371 'browser/ui/startup/autolaunch_prompt.cc', 1367 'browser/ui/startup/autolaunch_prompt.cc',
1372 'browser/ui/views/apps/chrome_app_window_client_views.cc', 1368 'browser/ui/views/apps/chrome_app_window_client_views.cc',
1373 'browser/ui/webui/certificate_viewer_ui.cc', 1369 'browser/ui/webui/certificate_viewer_ui.cc',
(...skipping 1816 matching lines...) Expand 10 before | Expand all | Expand 10 after
3190 ], 3186 ],
3191 'sources': [ 3187 'sources': [
3192 '<@(chrome_browser_ui_non_mobile_sources)', 3188 '<@(chrome_browser_ui_non_mobile_sources)',
3193 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3189 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3194 ], 3190 ],
3195 }], 3191 }],
3196 ], 3192 ],
3197 }, 3193 },
3198 ], 3194 ],
3199 } 3195 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698