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

Unified Diff: ash/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
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller_delegate_aura.cc » ('j') | ash/shared/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 5bcd80f3eb006a31946aabc752eeec4360f0ddc7..9788e91615e3f0b1b569430e2f8c0511665b967a 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -183,8 +183,6 @@ component("ash") {
"common/shelf/wm_shelf_util.cc",
"common/shelf/wm_shelf_util.h",
"common/shell_delegate.h",
- "common/shell_window_ids.cc",
- "common/shell_window_ids.h",
"common/system/accessibility_observer.h",
"common/system/audio/audio_observer.h",
"common/system/audio/tray_audio.cc",
@@ -829,7 +827,7 @@ component("ash") {
"//ash/common/strings",
"//ash/resources",
"//ash/resources/vector_icons",
- "//ash/shared:app_types",
+ "//ash/shared",
]
deps = [
"//ash/autoclick/common:autoclick",
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller_delegate_aura.cc » ('j') | ash/shared/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698