Index: mash/wm/BUILD.gn |
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn |
index 9dae59a76e7ad48527467525ad1f1da6c24b9894..fad6c9f72d17cda5aa803c00d7fed69e561bbcf0 100644 |
--- a/mash/wm/BUILD.gn |
+++ b/mash/wm/BUILD.gn |
@@ -80,7 +80,7 @@ source_set("lib") { |
"window_manager_application.h", |
] |
- deps = [ |
+ public_deps = [ |
"//ash", |
"//base", |
"//components/mus/common:mus_common", |
@@ -187,6 +187,7 @@ source_set("unittests") { |
"//mojo/edk/system", |
"//mojo/public/cpp/system", |
"//services/shell/public/cpp:shell_test_support", |
+ "//skia", |
"//testing/gtest", |
"//ui/aura", |
"//ui/base", |