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

Unified Diff: mash/BUILD.gn

Issue 2833093002: WIP: simplified display management in ash (Closed)
Patch Set: x 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: mash/BUILD.gn
diff --git a/mash/BUILD.gn b/mash/BUILD.gn
index cc9224a29b19fbca0866b81889e0ec007413f8ca..5d6df240bf0ee436adffb3ef20bb3b08978d7274 100644
--- a/mash/BUILD.gn
+++ b/mash/BUILD.gn
@@ -27,6 +27,7 @@ group("all") {
if (is_chromeos) {
deps += [
"//ash/autoclick/mus:accessibility_autoclick",
+ "//ash/mus/standalone:standalone_ash",
"//ash/touch_hud/mus:touch_hud",
"//mash:mash_unittests",
]
@@ -69,7 +70,10 @@ catalog("catalog") {
catalog_deps = [ "//mash/example:catalog" ]
if (is_chromeos) {
- standalone_services += [ "//ash/mus:manifest" ]
+ standalone_services += [
+ "//ash/mus:manifest",
+ "//ash/mus/standalone:manifest",
+ ]
}
if (is_linux && !is_android) {
« no previous file with comments | « chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc ('k') | mash/package/mash_packaged_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698