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

Unified Diff: chrome/browser/ui/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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index f22a347c4ef2bccc270e1a73a2f78e78e14a555a..0a43bf420068effebf909bbae28cb31459b96e79 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1505,14 +1505,14 @@ split_static_library("ui") {
"views/frame/native_widget_mac_frameless_nswindow.mm",
"views/global_error_bubble_view.cc",
"views/global_error_bubble_view.h",
+ "views/harmony/chrome_layout_provider.cc",
+ "views/harmony/chrome_layout_provider.h",
"views/harmony/chrome_typography.cc",
"views/harmony/chrome_typography.h",
- "views/harmony/harmony_layout_delegate.cc",
- "views/harmony/harmony_layout_delegate.h",
+ "views/harmony/harmony_layout_provider.cc",
+ "views/harmony/harmony_layout_provider.h",
"views/harmony/harmony_typography_provider.cc",
"views/harmony/harmony_typography_provider.h",
- "views/harmony/layout_delegate.cc",
- "views/harmony/layout_delegate.h",
"views/location_bar/location_bar_bubble_delegate_view.cc",
"views/location_bar/location_bar_bubble_delegate_view.h",
"views/login_handler_views.cc",

Powered by Google App Engine
This is Rietveld 408576698