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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 120cb981f5e2dc3de4bb5606445149bf678d9141..0807e8fe9886cbac3f64a7d1bdcd138c2c44dd20 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -201,8 +201,6 @@
'browser/ui/passwords/manage_passwords_ui_controller.h',
'browser/ui/passwords/manage_passwords_view_utils.cc',
'browser/ui/passwords/manage_passwords_view_utils.h',
- 'browser/ui/passwords/password_bubble_experiment.cc',
- 'browser/ui/passwords/password_bubble_experiment.h',
'browser/ui/passwords/password_manager_presenter.cc',
'browser/ui/passwords/password_manager_presenter.h',
'browser/ui/passwords/password_ui_view.h',
@@ -1359,8 +1357,6 @@
# Files used on iOS. iOS uses only these files and does not share other
# lists, so a file may appear here and in the non_ios_sources also.
'chrome_browser_ui_ios_sources': [
- 'browser/ui/passwords/password_bubble_experiment.cc',
- 'browser/ui/passwords/password_bubble_experiment.h',
'browser/ui/profile_error_dialog.cc',
'browser/ui/profile_error_dialog.h',
],

Powered by Google App Engine
This is Rietveld 408576698