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

Unified Diff: ash/mus/BUILD.gn

Issue 2808723004: Renames WmShell to ShellPort (Closed)
Patch Set: feedback Created 3 years, 8 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 926aca143a91970ef01cd665801a0fbf8dfd793c..cd65be32e0cd4a62e11eb650311f55beec825afc 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -22,8 +22,8 @@ source_set("lib") {
"accessibility_delegate_mus.h",
"bridge/immersive_handler_factory_mus.cc",
"bridge/immersive_handler_factory_mus.h",
- "bridge/wm_shell_mus.cc",
- "bridge/wm_shell_mus.h",
+ "bridge/shell_port_mash.cc",
+ "bridge/shell_port_mash.h",
"bridge/workspace_event_handler_mus.cc",
"bridge/workspace_event_handler_mus.h",
"context_menu_mus.cc",
@@ -187,7 +187,7 @@ source_set("unittests") {
sources = [
"app_launch_unittest.cc",
- "bridge/wm_shell_mus_test_api.h",
+ "bridge/shell_port_mash_test_api.h",
"non_client_frame_controller_unittest.cc",
"screen_mus_unittest.cc",
"test/ash_test_impl_mus.cc",

Powered by Google App Engine
This is Rietveld 408576698