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

Unified Diff: chrome/browser/BUILD.gn

Issue 2485083003: views: add layout delegates (Closed)
Patch Set: 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/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 161b8e64b3fcc3951271a09d0b5c661e0472cbc0..7cf9bbc6e735334f0f0243b72042ac4ec97705e5 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1489,7 +1489,10 @@ split_static_library("browser") {
}
if (toolkit_views) {
- deps += [ "//ui/views" ]
+ deps += [
+ "//ui/harmony",
+ "//ui/views",
+ ]
}
if (is_win || is_mac) {
« no previous file with comments | « .gn ('k') | chrome/browser/ui/views/login_view.cc » ('j') | ui/harmony/harmony_layout_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698