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

Unified Diff: mash/shelf/BUILD.gn

Issue 1585363002: Fork a subset of ash/shelf for use in mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert ash changes. Created 4 years, 11 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 | mash/shelf/DEPS » ('j') | mash/shelf/shelf_application.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/shelf/BUILD.gn
diff --git a/mash/shelf/BUILD.gn b/mash/shelf/BUILD.gn
index 8c316a7c6496ee26bcf568d21e075002c3756011..918ed273b231cd57ef0f90c1002fad67e8eb43ad 100644
--- a/mash/shelf/BUILD.gn
+++ b/mash/shelf/BUILD.gn
@@ -6,11 +6,25 @@ import("//build/config/ui.gni")
import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
+# TODO(msw): Port unit/app tests: model, view, tooltip_manager, etc.
mojo_native_application("shelf") {
sources = [
"main.cc",
"shelf_application.cc",
"shelf_application.h",
+ "shelf_button.cc",
+ "shelf_button.h",
+ "shelf_button_host.h",
+ "shelf_constants.cc",
+ "shelf_constants.h",
+ "shelf_item_types.cc",
+ "shelf_item_types.h",
+ "shelf_model.cc",
+ "shelf_model.h",
+ "shelf_model_observer.h",
+ "shelf_tooltip_manager.cc",
+ "shelf_tooltip_manager.h",
+ "shelf_types.h",
"shelf_view.cc",
"shelf_view.h",
]
@@ -27,6 +41,7 @@ mojo_native_application("shelf") {
"//ui/aura",
"//ui/views",
"//ui/views/mus:for_mojo_application",
+ "//ui/wm",
]
resources = [ "$root_out_dir/views_mus_resources.pak" ]
« no previous file with comments | « no previous file | mash/shelf/DEPS » ('j') | mash/shelf/shelf_application.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698