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

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: Add mojo/public/cpp/bindings typemap 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
Index: mash/wm/BUILD.gn
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
index 279d325778a72ed43accf36f18608d21d2808c5f..ce419d7332bd0a5e45320d530a199169edc7f80b 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -86,7 +86,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",
"//mojo/converters/geometry",
@@ -104,6 +103,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