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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2485083003: views: add layout delegates (Closed)
Patch Set: move delegate out of views Created 4 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index e0e30694332d0f0b5752d07ea2aa9191a42fa94b..26bf179c410fb6d0b1095d96b1b3fb6a2f843a85 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1482,6 +1482,12 @@ split_static_library("ui") {
"views/extensions/extension_keybinding_registry_views.h",
"views/frame/native_widget_mac_frameless_nswindow.h",
"views/frame/native_widget_mac_frameless_nswindow.mm",
+ "views/harmony/harmony_layout_delegate.cc",
+ "views/harmony/harmony_layout_delegate.h",
+ "views/harmony/layout_delegate.cc",
+ "views/harmony/layout_delegate.h",
+ "views/layout_utils.cc",
+ "views/layout_utils.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