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

Unified Diff: ash/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 | « no previous file | ash/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 812e1aba016d43196c45a0ef35fdc0f85ab35d05..e6e63399fe4d871257fab6f708bc30e16d6a38a9 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -875,6 +875,7 @@ component("ash") {
"//media",
"//net",
"//services/service_manager/public/cpp",
+ "//services/ui/public/interfaces",
"//skia",
"//third_party/icu",
"//ui/accessibility",
@@ -1379,6 +1380,7 @@ test("ash_unittests") {
"//components/signin/core/account_id",
"//components/user_manager",
"//mojo/edk/system",
+ "//services/ui/public/interfaces",
"//skia",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « no previous file | ash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698