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

Unified Diff: mash/wm/BUILD.gn

Issue 2014013002: Add SkBitmap StructTraits for skia::mojo::Bitmap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix empty image handling; avoid resetting info. 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
Index: mash/wm/BUILD.gn
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
index 9dae59a76e7ad48527467525ad1f1da6c24b9894..ff9ea3e4fc564ca8b4011f6fee6d086f670323b9 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -87,7 +87,6 @@ source_set("lib") {
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
"//mash/session/public/interfaces",
- "//mash/wm/public/interfaces",
"//mash/wm/resources",
"//mojo/common:common_base",
"//services/shell/public/cpp",
@@ -105,6 +104,10 @@ source_set("lib") {
"//ui/views",
"//ui/views/mus:for_mojo_application",
]
+
+ public_deps = [
+ "//mash/wm/public/interfaces",
+ ]
}
mojo_native_application("wm") {

Powered by Google App Engine
This is Rietveld 408576698