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

Unified Diff: ash/mus/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
« no previous file with comments | « no previous file | ash/mus/DEPS » ('j') | chrome/utility/image_decoder_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index da25a6e595f84e998d6d028189020d732b7ba3a6..fb7533b9570c011f85f53519af1712b18b8a51b9 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -39,7 +39,6 @@ source_set("lib") {
"//components/mus/public/interfaces",
"//components/user_manager",
"//device/bluetooth",
- "//mash/shelf/public/interfaces",
"//mash/wm/public/interfaces",
"//mojo/common:common_base",
"//mojo/converters/geometry",
@@ -47,7 +46,6 @@ source_set("lib") {
"//services/catalog/public/cpp",
"//services/shell/public/cpp",
"//services/tracing/public/cpp",
- "//skia/public",
"//ui/app_list/presenter",
"//ui/app_list/presenter:mojom",
"//ui/aura",
@@ -64,6 +62,10 @@ source_set("lib") {
"//ui/views/mus:for_mojo_application",
]
+ public_deps = [
+ "//mash/shelf/public/interfaces",
+ ]
+
if (is_chromeos) {
deps += [ "//chromeos" ]
}
« no previous file with comments | « no previous file | ash/mus/DEPS » ('j') | chrome/utility/image_decoder_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698