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

Unified Diff: ui/views/BUILD.gn

Issue 2542493002: Replace kCanMaximize/Minimize/Resize with kResizeBehavior. (Closed)
Patch Set: Fix int->bool compile issue. Created 4 years 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 | « ui/aura/test/test_windows.cc ('k') | ui/views/mus/desktop_window_tree_host_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index d6051dc6918d250e5b72f4196e334aea3c178338..f94b94251cd9e34ab3df0ee3edd18de119c3a298 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -397,6 +397,7 @@ component("views") {
deps = [
"//base:i18n",
"//base/third_party/dynamic_annotations",
+ "//services/ui/public/interfaces",
"//skia",
"//third_party/icu",
"//ui/accessibility",
@@ -880,6 +881,7 @@ source_set("views_unittests_sources") {
"//base:i18n",
"//base/test:test_support",
"//cc",
+ "//services/ui/public/interfaces",
"//skia",
"//testing/gtest",
"//third_party/icu",
« no previous file with comments | « ui/aura/test/test_windows.cc ('k') | ui/views/mus/desktop_window_tree_host_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698