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

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: Fix return build errors. 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') | skia/public/interfaces/bitmap_skbitmap_struct_traits.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 befbb6361ed863cd3299bdcd952cb477f0c18a83..b6bc33c684006c41cc868c215e684aec9011bf34 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -39,13 +39,11 @@ source_set("lib") {
"//components/mus/public/interfaces",
"//components/user_manager",
"//device/bluetooth",
- "//mash/shelf/public/interfaces",
"//mash/wm/public/interfaces",
"//mojo/common:common_base",
"//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') | skia/public/interfaces/bitmap_skbitmap_struct_traits.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698