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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 77283002: [rAc OSX] Factor out AutofillHeader class to contain dialog header elements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile after rebase Created 7 years, 1 month 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/cocoa/autofill/autofill_header.mm ('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 2e9b1229fd371a49d239074005e92ea854b53a2c..7d87469de5a20ddb0991196c2d0b406c648abf6d 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -523,15 +523,17 @@
'browser/ui/cocoa/autofill/autofill_bubble_controller.mm',
'browser/ui/cocoa/autofill/autofill_dialog_window_controller.h',
'browser/ui/cocoa/autofill/autofill_dialog_window_controller.mm',
+ 'browser/ui/cocoa/autofill/autofill_header.h',
+ 'browser/ui/cocoa/autofill/autofill_header.mm',
'browser/ui/cocoa/autofill/autofill_layout.h',
- 'browser/ui/cocoa/autofill/autofill_notification_container.h',
- 'browser/ui/cocoa/autofill/autofill_notification_container.mm',
- 'browser/ui/cocoa/autofill/autofill_notification_controller.h',
- 'browser/ui/cocoa/autofill/autofill_notification_controller.mm',
'browser/ui/cocoa/autofill/autofill_loading_shield_controller.h',
'browser/ui/cocoa/autofill/autofill_loading_shield_controller.mm',
'browser/ui/cocoa/autofill/autofill_main_container.h',
'browser/ui/cocoa/autofill/autofill_main_container.mm',
+ 'browser/ui/cocoa/autofill/autofill_notification_container.h',
+ 'browser/ui/cocoa/autofill/autofill_notification_container.mm',
+ 'browser/ui/cocoa/autofill/autofill_notification_controller.h',
+ 'browser/ui/cocoa/autofill/autofill_notification_controller.mm',
'browser/ui/cocoa/autofill/autofill_overlay_controller.h',
'browser/ui/cocoa/autofill/autofill_overlay_controller.mm',
'browser/ui/cocoa/autofill/autofill_popup_view_bridge.h',
« no previous file with comments | « chrome/browser/ui/cocoa/autofill/autofill_header.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698