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

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

Issue 2917013002: mash: Move ShelfModel* to ash/public/cpp. (Closed)
Patch Set: Comment on AppList item init. Created 3 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 | « ash/metrics/user_metrics_recorder_unittest.cc ('k') | ash/public/cpp/shelf_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/cpp/BUILD.gn
diff --git a/ash/public/cpp/BUILD.gn b/ash/public/cpp/BUILD.gn
index b8947dfd87682df6c95816eef425821ea0b6fe02..054dd2e88b33b71a0e85e0247e5d2d7fbf8a6f74 100644
--- a/ash/public/cpp/BUILD.gn
+++ b/ash/public/cpp/BUILD.gn
@@ -20,6 +20,9 @@ component("ash_public_cpp") {
"shelf_item.h",
"shelf_item_delegate.cc",
"shelf_item_delegate.h",
+ "shelf_model.cc",
+ "shelf_model.h",
+ "shelf_model_observer.h",
"shelf_types.cc",
"shelf_types.h",
"shell_window_ids.cc",
@@ -55,6 +58,7 @@ component("ash_public_cpp") {
source_set("unit_tests") {
testonly = true
sources = [
+ "shelf_model_unittest.cc",
"shelf_struct_traits_unittest.cc",
]
« no previous file with comments | « ash/metrics/user_metrics_recorder_unittest.cc ('k') | ash/public/cpp/shelf_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698