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

Unified Diff: ash/mus/BUILD.gn

Issue 2645973006: [Service Manager] Get rid of dynamic service discovery (Closed)
Patch Set: . Created 3 years, 11 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 | « ash/autoclick/mus/BUILD.gn ('k') | ash/touch_hud/mus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index 4778732a662f5165fbd5d38467bf9704a29caddb..1a4bd7b6d968bd68ff71f6c1de9eb7ac019f8498 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -139,14 +139,10 @@ service("mus") {
# TODO(beng): This target relies on //mash/session, but there is a cycle so we
# can't state that dependency here.
data_deps = [
- ":manifest",
+ ":resources",
+ ":resources_200",
"//services/ui",
]
-
- resources = [
- "$root_out_dir/ash_mus_resources.pak",
- "$root_out_dir/ash_mus_resources_200.pak",
- ]
}
service_manifest("manifest") {
« no previous file with comments | « ash/autoclick/mus/BUILD.gn ('k') | ash/touch_hud/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698