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

Unified Diff: ash/sysui/BUILD.gn

Issue 2014013002: Add SkBitmap StructTraits for skia::mojo::Bitmap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. 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/sysui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/BUILD.gn
diff --git a/ash/sysui/BUILD.gn b/ash/sysui/BUILD.gn
index 943623c44db564915701c7498f0320195d41e148..caf72649e8c7b6185666b534ae74d26864014c57 100644
--- a/ash/sysui/BUILD.gn
+++ b/ash/sysui/BUILD.gn
@@ -40,12 +40,10 @@ source_set("lib") {
"//components/mus/public/interfaces",
"//components/user_manager",
"//device/bluetooth",
- "//mash/shelf/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/sysui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698