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

Unified Diff: ash/sysui/BUILD.gn

Issue 2271373002: mash: Port mojo:ash_sysui's ContextMenuMus to mojo:ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 4 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/sysui/BUILD.gn
diff --git a/ash/sysui/BUILD.gn b/ash/sysui/BUILD.gn
index f0bcc735b7e6f9dcaf54d2c01c260cf3d6e351aa..ecef0da3823cf3e46649d28376a9c6aa3f0de622 100644
--- a/ash/sysui/BUILD.gn
+++ b/ash/sysui/BUILD.gn
@@ -11,8 +11,6 @@ source_set("lib") {
sources = [
"app_list_presenter_mus.cc",
"app_list_presenter_mus.h",
- "context_menu_mus.cc",
- "context_menu_mus.h",
"keyboard_ui_mus.cc",
"keyboard_ui_mus.h",
"shelf_delegate_mus.cc",
@@ -23,8 +21,8 @@ source_set("lib") {
"stub_context_factory.h",
"sysui_application.cc",
"sysui_application.h",
- "user_wallpaper_delegate_mus.cc",
- "user_wallpaper_delegate_mus.h",
+ "wallpaper_delegate_mus.cc",
+ "wallpaper_delegate_mus.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698