| Index: mojo/services/window_manager/BUILD.gn
|
| diff --git a/mojo/services/window_manager/BUILD.gn b/mojo/services/window_manager/BUILD.gn
|
| index 1fdcb6503e5c6274d5d088dab17525d81b6e652d..f7bdb67d66e67b2e47ae8e63720aa925ae330820 100644
|
| --- a/mojo/services/window_manager/BUILD.gn
|
| +++ b/mojo/services/window_manager/BUILD.gn
|
| @@ -60,10 +60,18 @@ source_set("lib") {
|
|
|
| test("window_manager_unittests") {
|
| sources = [
|
| + "view_target_unittest.cc",
|
| + "view_targeter_unittest.cc",
|
| "window_manager_api_unittest.cc",
|
| + "window_manager_test_util.cc",
|
| + "window_manager_test_util.h",
|
| "window_manager_unittests.cc",
|
| ]
|
|
|
| + public_deps = [
|
| + ":lib",
|
| + ]
|
| +
|
| deps = [
|
| "//base/test:test_support",
|
| "//mojo/application_manager",
|
| @@ -74,6 +82,9 @@ test("window_manager_unittests") {
|
| "//mojo/services/public/interfaces/window_manager",
|
| "//mojo/shell:test_support",
|
| "//testing/gtest",
|
| + "//ui/events:test_support",
|
| + "//ui/gfx",
|
| + "//ui/gfx:test_support",
|
| "//ui/gl",
|
| ]
|
|
|
|
|