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

Unified Diff: mash/wm/BUILD.gn

Issue 2028573003: Implement gfx::Transform StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing build file 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 | « mash/app_driver/BUILD.gn ('k') | mojo/public/tools/bindings/mojom.gni » ('j') | no next file with comments »
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 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",
« no previous file with comments | « mash/app_driver/BUILD.gn ('k') | mojo/public/tools/bindings/mojom.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698