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

Unified Diff: mash/wm/BUILD.gn

Issue 1984393002: Refactors std::vector<Display> out of ScreenMus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix deps and DEPS Created 4 years, 7 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 | « no previous file | mash/wm/test/DEPS » ('j') | mash/wm/test/wm_test_screen.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/BUILD.gn
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
index edf445434900bb517806006fe2672180916099a8..9201ab18c02f9b966bc72e4af73f5b91b6c005c5 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -160,6 +160,8 @@ source_set("unittests") {
"app_launch_unittest.cc",
"frame/move_loop_unittest.cc",
"layout_manager_unittest.cc",
+ "test/wm_test_screen.cc",
+ "test/wm_test_screen.h",
"window_manager_unittest.cc",
]
@@ -180,12 +182,15 @@ source_set("unittests") {
"//mojo/public/cpp/system",
"//services/shell/public/cpp:shell_test_support",
"//testing/gtest",
+ "//ui/aura",
"//ui/base",
+ "//ui/display",
"//ui/events",
"//ui/gfx:test_support",
"//ui/gfx/geometry",
"//ui/mojo/geometry:interfaces",
"//ui/mojo/geometry:util",
+ "//ui/views/mus",
]
data_deps = [
« no previous file with comments | « no previous file | mash/wm/test/DEPS » ('j') | mash/wm/test/wm_test_screen.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698