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

Unified Diff: ash/BUILD.gn

Issue 2750463009: mash: Fix ShelfItem mojo struct; add enums and traits. (Closed)
Patch Set: Address comment. 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
« no previous file with comments | « no previous file | ash/common/shelf/app_list_shelf_item_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index f6f6a1c4df96957d210401c47954daa261ae4c1d..be5ae1c4c6cfa6d9c99d3c7d81eb9f881a8f2001 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -164,8 +164,6 @@ component("ash") {
"common/shelf/shelf_controller.cc",
"common/shelf/shelf_controller.h",
"common/shelf/shelf_delegate.h",
- "common/shelf/shelf_item_types.cc",
- "common/shelf/shelf_item_types.h",
"common/shelf/shelf_layout_manager.cc",
"common/shelf/shelf_layout_manager.h",
"common/shelf/shelf_layout_manager_observer.h",
@@ -1270,6 +1268,7 @@ source_set("common_unittests") {
deps = [
"//ash",
"//ash/public/cpp:ash_public_cpp",
+ "//ash/public/cpp:unit_tests",
"//ash/resources/vector_icons",
"//ash/test:test_support_without_content",
"//base",
« no previous file with comments | « no previous file | ash/common/shelf/app_list_shelf_item_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698