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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 1570783003: [Autofill] Move functions from the AutofillPopupController to AutofillPopupLayoutModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 11 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 4b53e86a966c5a9cd4522b366087cda066984cfa..308f9e0694cfad542bb9eb31ec3e0fe0d5b22a4c 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -29,6 +29,7 @@
'browser/ui/autofill/autofill_popup_controller_impl.cc',
'browser/ui/autofill/autofill_popup_controller_impl.h',
'browser/ui/autofill/autofill_popup_view.h',
+ 'browser/ui/autofill/autofill_popup_view.cc',
'browser/ui/autofill/autofill_popup_view_delegate.h',
'browser/ui/autofill/chrome_autofill_client.cc',
'browser/ui/autofill/chrome_autofill_client.h',
@@ -50,6 +51,8 @@
'browser/ui/autofill/password_generation_popup_view.h',
'browser/ui/autofill/popup_controller_common.cc',
'browser/ui/autofill/popup_controller_common.h',
+ 'browser/ui/autofill/popup_view_utils.cc',
+ 'browser/ui/autofill/popup_view_utils.h',
'browser/ui/blocked_content/blocked_window_params.cc',
'browser/ui/blocked_content/blocked_window_params.h',
'browser/ui/blocked_content/popup_blocker_tab_helper.cc',

Powered by Google App Engine
This is Rietveld 408576698