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

Unified Diff: ash/mus/BUILD.gn

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: move files to ash/shared, fix deps Created 4 years, 2 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 ee65a3dcfe98a3c2b3e064f8dda8a939b3a25dd5..76d31c43b3c9171fb306ec93f94e56f615e99d3c 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -38,8 +38,6 @@ source_set("lib") {
"bridge/wm_window_mus.h",
"bridge/workspace_event_handler_mus.cc",
"bridge/workspace_event_handler_mus.h",
- "container_ids.cc",
- "container_ids.h",
"context_menu_mus.cc",
"context_menu_mus.h",
"disconnected_app_handler.cc",
@@ -101,6 +99,7 @@ source_set("lib") {
public_deps = [
"//ash",
"//ash/public/interfaces",
+ "//ash/shared",
"//base",
"//base:i18n",
"//mash/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698