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

Unified Diff: ui/views/BUILD.gn

Issue 2758323002: Broke out layout metric information from ViewsDelegate to LayoutProvider (Closed)
Patch Set: Final feedback addressed Created 3 years, 8 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: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 442155d464ae2d29d2f2929a2f2320dbf3da0a98..dec1ff2ebd0cb5f3513682f22f61e67aa9b80784 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -296,6 +296,8 @@ component("views") {
"layout/layout_constants.h",
"layout/layout_manager.cc",
"layout/layout_manager.h",
+ "layout/layout_provider.cc",
+ "layout/layout_provider.h",
"linux_ui/linux_ui.cc",
"linux_ui/linux_ui.h",
"linux_ui/status_icon_linux.cc",
« no previous file with comments | « components/constrained_window/constrained_window_views_unittest.cc ('k') | ui/views/bubble/bubble_dialog_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698