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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 15645004: [rAC] Allow sub-views to trigger layout reflow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review issues. Created 7 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/cocoa/autofill/autofill_section_container_unittest.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 e5c77b45269f0fbfc0d2289964d87eb1df9034db..8a90708a691341da5c3c295fd3962179ff28b2db 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -411,8 +411,7 @@
'browser/ui/cocoa/autofill/autofill_dialog_cocoa.h',
'browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm',
'browser/ui/cocoa/autofill/autofill_dialog_constants.h',
- 'browser/ui/cocoa/autofill/layout_view.h',
- 'browser/ui/cocoa/autofill/layout_view.mm',
+ 'browser/ui/cocoa/autofill/autofill_layout.h',
'browser/ui/cocoa/autofill/autofill_main_container.h',
'browser/ui/cocoa/autofill/autofill_main_container.mm',
'browser/ui/cocoa/autofill/autofill_popup_view_bridge.h',
@@ -427,6 +426,8 @@
'browser/ui/cocoa/autofill/autofill_textfield.mm',
'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h',
'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm',
+ 'browser/ui/cocoa/autofill/layout_view.h',
+ 'browser/ui/cocoa/autofill/layout_view.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/cocoa/autofill/autofill_section_container_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698