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

Unified Diff: components/exo/BUILD.gn

Issue 1819273002: exo: Improved implementation of child surfaces and popups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix deps Created 4 years, 9 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
« no previous file with comments | « components/exo.gypi ('k') | components/exo/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index d57eb8ff124be6f3f42742fb49445c7c810dc0dc..354c621d8f8dc8f77b8279d3f9078dee072beb0e 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -45,6 +45,7 @@ source_set("exo") {
"//ui/gfx/geometry",
"//ui/gl",
"//ui/views",
+ "//ui/wm:wm",
]
}
@@ -104,6 +105,7 @@ source_set("unit_tests") {
"//ui/keyboard",
"//ui/message_center",
"//ui/views",
+ "//ui/wm:wm",
]
if (use_ozone) {
« no previous file with comments | « components/exo.gypi ('k') | components/exo/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698