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

Unified Diff: ash/public/cpp/BUILD.gn

Issue 2750463009: mash: Fix ShelfItem mojo struct; add enums and traits. (Closed)
Patch Set: Sync and rebase. Created 3 years, 9 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: ash/public/cpp/BUILD.gn
diff --git a/ash/public/cpp/BUILD.gn b/ash/public/cpp/BUILD.gn
index 7b9c8b056581d50595e8241ce1240a6320c2f3d4..e78c322b254886853768990d36a92aaba42a46e8 100644
--- a/ash/public/cpp/BUILD.gn
+++ b/ash/public/cpp/BUILD.gn
@@ -9,6 +9,8 @@ component("ash_public_cpp") {
"mus_property_mirror_ash.cc",
"mus_property_mirror_ash.h",
"session_types.h",
+ "shelf_item.cc",
+ "shelf_item.h",
"shelf_types.cc",
"shelf_types.h",
"shell_window_ids.cc",
@@ -24,6 +26,7 @@ component("ash_public_cpp") {
deps = [
"//base",
"//ui/aura",
+ "//ui/gfx",
James Cook 2017/03/16 16:48:50 Should this be public_deps, since if a client want
msw 2017/03/16 23:15:49 Hmm, I guess so, and ditto for base for string16?.
"//ui/views/mus",
]

Powered by Google App Engine
This is Rietveld 408576698