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

Unified Diff: ash/mus/BUILD.gn

Issue 2150023002: Add ShellDelegate, MediaDelegate and KeyboardUI stubs to mus ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix deps Created 4 years, 5 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/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index f9d57e62aef193002c6eaf3d5f66581f050a459a..604a8f136dce1ab969bd0e58da8a1bb7546ec1ea 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -65,6 +65,8 @@ source_set("lib") {
"shelf_layout_manager.cc",
"shelf_layout_manager.h",
"shelf_layout_manager_delegate.h",
+ "shell_delegate_mus.cc",
+ "shell_delegate_mus.h",
"status_layout_manager.cc",
"status_layout_manager.h",
"user_window_controller_impl.cc",
@@ -78,6 +80,7 @@ source_set("lib") {
deps = [
"//components/user_manager",
+ "//ui/app_list/presenter",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698