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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 267183002: Password manager: Implement password generation UI for Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 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
« no previous file with comments | « chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 8c2a40f2ca42e8d82bfe4bfbe0faa42f630cb73c..2fe0be92a02e6b67755fef892cf552c9b317c898 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -575,6 +575,8 @@
'browser/ui/cocoa/autofill/autofill_overlay_controller.mm',
'browser/ui/cocoa/autofill/autofill_popup_view_bridge.h',
'browser/ui/cocoa/autofill/autofill_popup_view_bridge.mm',
+ 'browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h',
+ 'browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.mm',
'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h',
'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm',
'browser/ui/cocoa/autofill/autofill_pop_up_button.h',
@@ -599,6 +601,10 @@
'browser/ui/cocoa/autofill/layout_view.mm',
'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.h',
'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm',
+ 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h',
+ 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm',
+ 'browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.h',
+ 'browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm',
'browser/ui/cocoa/autofill/simple_grid_layout.h',
'browser/ui/cocoa/autofill/simple_grid_layout.mm',
'browser/ui/cocoa/background_gradient_view.h',
« no previous file with comments | « chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698